Shades of Han Purple #601EEA
Tints of Han Purple #601EEA
RGB
CMYK
RGB Variations
Color information
#601EEA (or 0x601EEA) is known color: Han Purple. HEX triplet: 60, 1E and EA. RGB value is (96,30,234). Sum of RGB (Red+Green+Blue) = 96+30+234=360 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.67% from 360); Green value is 30 (12.11% from 255 or 8.33% from 360); Blue value is 234 (91.80% from 255 or 65% from 360); Max value from RGB is 234 - color contains mainly: blue. Hex color #601EEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #601EEA is #9FE115. Grayscale: #484848. Windows color (decimal): -10477846 or 15343200. OLE color: 15343200.
HSL color Cylindrical-coordinate representation of color #601EEA: hue angle of 259.41º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #601EEA is Cyan = 0.59, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 96 | 30 | 234 | - |
| CMYK | 0.59 | 0.87 | 0 | 0.08 |
| HSL | 259.41º | 0.83% | 0.52% | - |
| HSV(B) | 259.41º | 0.87% | 0.92% | - |
| XYZ | 20.14 | 9.36 | 78.59 | - |
| YUV | 72.99 | 218.87 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 30 | 234 | 0.59 | 0.87 | 0 | 0.08 | 259.41 | 0.83 | 0.52 |
| Hex | 60 | 1E | EA | 3B | 57 | 0 | 8 | 103 | 53 | 34 |
| Octal | 140 | 36 | 352 | 73 | 127 | 0 | 10 | 403 | 123 | 64 |
| Binary | 1100000 | 11110 | 11101010 | 111011 | 1010111 | 0 | 1000 | 100000011 | 1010011 | 110100 |
Color Harmonies of #601EEA
Complementary color
Monochromatic Colors of #601EEA
Black with #601EEA
Text Example
Text Example
White with #601EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601EEA; }
p { color: rgb(96,30,234); }
H1.HeaderClassName
{
color: #601EEA;
}
.AnyTagClassName
{
color: #601EEA;
}
</style>
background-color css
<style>
a { background-color: #601EEA; }
a { background-color: rgb(96,30,234); }
div.DivClassName
{
background-color: #601EEA;
}
.BgClassName
{
background-color: #601EEA;
}
</style>
border-color css
<style>
span { border-color: #601EEA; }
span { border-color: rgb(96,30,234); }
td.TdClassName
{
border-color: #601EEA;
}
.TagClassName
{
border-color: #601EEA;
}
</style>