Shades of Han Purple #6018DE
Tints of Han Purple #6018DE
RGB
CMYK
RGB Variations
Color information
#6018DE (or 0x6018DE) is known color: Han Purple. HEX triplet: 60, 18 and DE. RGB value is (96,24,222). Sum of RGB (Red+Green+Blue) = 96+24+222=342 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.07% from 342); Green value is 24 (9.77% from 255 or 7.02% from 342); Blue value is 222 (87.11% from 255 or 64.91% from 342); Max value from RGB is 222 - color contains mainly: blue. Hex color #6018DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6018DE is #9FE721. Grayscale: #434343. Windows color (decimal): -10479394 or 14555232. OLE color: 14555232.
HSL color Cylindrical-coordinate representation of color #6018DE: hue angle of 261.82º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6018DE is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 24 | 222 | - |
| CMYK | 0.57 | 0.89 | 0 | 0.13 |
| HSL | 261.82º | 0.8% | 0.48% | - |
| HSV(B) | 261.82º | 0.89% | 0.87% | - |
| XYZ | 18.34 | 8.41 | 69.76 | - |
| YUV | 68.1 | 214.85 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 24 | 222 | 0.57 | 0.89 | 0 | 0.13 | 261.82 | 0.8 | 0.48 |
| Hex | 60 | 18 | DE | 39 | 59 | 0 | D | 106 | 50 | 30 |
| Octal | 140 | 30 | 336 | 71 | 131 | 0 | 15 | 406 | 120 | 60 |
| Binary | 1100000 | 11000 | 11011110 | 111001 | 1011001 | 0 | 1101 | 100000110 | 1010000 | 110000 |
Color Harmonies of #6018DE
Complementary color
Monochromatic Colors of #6018DE
Black with #6018DE
Text Example
Text Example
White with #6018DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6018DE; }
p { color: rgb(96,24,222); }
H1.HeaderClassName
{
color: #6018DE;
}
.AnyTagClassName
{
color: #6018DE;
}
</style>
background-color css
<style>
a { background-color: #6018DE; }
a { background-color: rgb(96,24,222); }
div.DivClassName
{
background-color: #6018DE;
}
.BgClassName
{
background-color: #6018DE;
}
</style>
border-color css
<style>
span { border-color: #6018DE; }
span { border-color: rgb(96,24,222); }
td.TdClassName
{
border-color: #6018DE;
}
.TagClassName
{
border-color: #6018DE;
}
</style>