#6a0dad
Purple
Closest match (97% match)
Color formats
RGB
rgb(106, 13, 173)
Red, Green, Blue components
HSL
hsl(275, 1, 0, 1)
Hue, Saturation, Lightness
CMYK
cmyk(39, 92, 0, 32)
Print color encoding
Luminance
0.064
Relative luminance
Variations
Shades (Darkening)
Tints (Lightening)
Tones (Reduced saturation)
Harmonies
Click the color slices to copy the code.
Complementary (Opposite)
#6a0dad
#50ad0d
Analogous (Adjacent)
#1a0dad
#6a0dad
#ad0da0
Triadic
#6a0dad
#ad6a0d
#0dad6a
Split complementary
#6a0dad
#a0ad0d
#0dad1a
Intelligent palettes
Four generated color sets for different use cases.
Modern UI and monochrome
ffffff
ceace3
6a0dad
57009b
000000
Marketing and vibrant
6a0dad
6e00d9
50ad0d
9aaf00
FFFFFF
Harmonious and natural
0d1bad
350dad
6a0dad
9f0dad
ad0d85
Pop Art and trendy
6a0dad
c93822
2cb100
008895
fe6abf
Complete conversion table
HEX
#6A0DAD
RGB
rgb(106,13,173)
RGBA
rgba(106,13,173, 1)
HSL
hsl(274.88,86.02%,36.47%)
OKLCH (Modern CSS)
oklch(0.43 0.22 303.2)
CSS Variable
--color: #6a0dad;
CMYK
C: 39% M: 92% Y: 0% K: 32%
Note: Converting web (RGB) colors to print (CMYK) colors is never 100 percent accurate due to physical limitations. Always request a test print before production.
Android ARGB
0xFF6A0DAD
Swift UIColor
UIColor(red: 0.42, green: 0.05, blue: 0.68, alpha: 1.0)
Decimal (int)
6950317
JSON
{ "color": "#6A0DAD" }
CIE LAB
L: 30.3 a: 62.0 b: -63.4
CIE LCH
L: 30.3 C: 88.7 H: 314.4
CIE XYZ
N/A
Preview
Readability and Typography
Headline Test
This text demonstrates the reading experience on this background color.
Headline Test
This text demonstrates the reading experience on this background color.
UI Component Set
This is an example alert bar using the selected color.
Product Mockup
4582 •••• •••• 9018
CARDHOLDER
JOHN DOE
VALID
12/28
Mobile application
Customer support
Hi! How can we help you today?
I love this new color! 😍
Data visualization
Weekly growth
+1,240
12.5%1D
1W
1M
WED
2,450
Font recommendations
Professional font pairings that perfectly match the color. Click the CSS button to copy.
Luxury
We tell stories with colors
Aa
Choosing the right typeface is key to brand identity and user experience.
700 Bold
'Cinzel'
400 Regular
'Montserrat'
Elegant
We tell stories with colors
Aa
Choosing the right typeface is key to brand identity and user experience.
700 Bold
'Playfair Display'
400 Regular
'Lato'
Editorial
We tell stories with colors
Aa
Choosing the right typeface is key to brand identity and user experience.
700 Bold
'Didot'
400 Regular
'Adobe Caslon Pro'
Playful
We tell stories with colors
Aa
Choosing the right typeface is key to brand identity and user experience.
700 Bold
'Quicksand'
400 Regular
'Nunito'
Accessibility
Contrast and readability (WCAG)
On white background
9.24
Small text (14pt)
The quick brown fox jumps over...
AA
AAA
Large text or UI (18pt Bold)
AA
AAA
On black background
2.27
Small text (14pt)
The quick brown fox jumps over...
AA
AAA
Large text or UI (18pt Bold)
AA
AAA
Color blindness simulator
ORIG
SIM
Protanopia (red)
ORIG
SIM
Deuteranopia (green)
ORIG
SIM
Tritanopia (blue)
ORIG
SIM
Monochrome (color blind)
Color Psychology
Emotional, psychological, and cultural impact of the color with scientifically grounded analysis.
Dominant vibe
Mystery
"Where the energy of red meets the stability of blue. Mysterious and visionary, often associated with luxury or spirituality."
Color personality description
Emotional effects
Symbolic meanings
Recommended industries
Potential negative effects
Color laboratory
Fine tuning and blending. Adjust lightness, saturation, or mix with another color.
Base
#6A0DAD
Result
#6A0DAD
Lightness
Saturation
Hue
Temperature
Mix color
Mix color
#808080
Mix ratio
50%Base
#6A0DAD
0%+
Mix color
#808080
100%Result
#7B5298
50% MixMixing guide
How to mix this color using physical paints or printing inks.
MIXING PALETTE
41%
34%
25%
RYB PIGMENTS
Ultramarine blue
Pigment
41%
Cadmium red
Pigment
34%
Ivory black
Pigment
25%
Unlike light, mixing paints makes colors darker. This simulation mimics the behavior of physical pigments.
INK LEVELS
92%
MAGENTA
39%
CYAN
32%
KEY
CMYK INKS
Magenta
Ink
92%
Cyan
Ink
39%
Black (Key)
Ink
32%
Physical properties
Scientific data of the color: optics and energy.
Wavelength
Extra-spectral
750nm
380nm
Color temperature
Cool
~5000-10000K
Cool
Warm
Luminance (brightness)
6.4%
Sötét / Dark
0%
50%
100%
Intelligent Library Matching
Compare your color with industry standards and design systems. Results show similar or exact matches from multiple color libraries.
Tailwind CSS
Original
Standard
purple-800
#6b21a8
ΔE: 2.2
Google Material
Original
Standard
Purple 800
#6A1B9A
ΔE: 3.1
CSS Color Name
Original
Standard
RebeccaPurple
#663399
ΔE: 6.0
Apple System (iOS)
Original
Standard
System Indigo
#5856D6
ΔE: 16.1
Pantone (PMS)
Original
Standard
PMS 19-3748 prism-violet
#53357D
ΔE: 10.5
RAL Classic
Original
Standard
RAL 5008 Grey blue
#2B3A44
ΔE: 15.2
Copic Marker
Original
Standard
Iris
#31418f
ΔE: 15.6
Code
CSS variable
1
2
3
4
5
:root {
--color-primary: #6a0dad;
--rgb-primary: 106, 13, 173;
}SCSS variable
1
2
3
4
5
$color-primary: #6a0dad;
$rgb-primary: (106, 13, 173);Tailwind config
1
2
3
4
5
// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: {
'primary': '#6a0dad',
}
}
}
}React Native
1
2
3
4
5
const styles = StyleSheet.create({
container: {
backgroundColor: '#6a0dad',
},
text: {
color: '#6a0dad',
}
});SwiftUI (iOS)
1
2
3
4
5
// SwiftUI
let primaryColor = Color(
red: 0.41568627450980394,
green: 0.050980392156862744,
blue: 0.6784313725490196
)Full JSON data
1
2
3
4
5
{
"name": "Purple",
"hex": "#6a0dad",
"rgb": {
"r": 106,
"g": 13,
"b": 173
},
"hsl": {
"h": 275,
"s": 86,
"l": 36
}
}Gradient gallery
Generate premium CSS backgrounds and textures from your color.
Sunset
Deep sea
Dynamic contrast
Night duotone
Icy duotone
Soft mist
Aurora borealis
Neon mesh
Color wheel
Radar
Spotlight
Grainy paper
Retro stripes