Shades of Han Purple #6014DE
Tints of Han Purple #6014DE
RGB
CMYK
RGB Variations
Color information
#6014DE (or 0x6014DE) is known color: Han Purple. HEX triplet: 60, 14 and DE. RGB value is (96,20,222). Sum of RGB (Red+Green+Blue) = 96+20+222=338 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.40% from 338); Green value is 20 (8.20% from 255 or 5.92% from 338); Blue value is 222 (87.11% from 255 or 65.68% from 338); Max value from RGB is 222 - color contains mainly: blue. Hex color #6014DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6014DE is #9FEB21. Grayscale: #414141. Windows color (decimal): -10480418 or 14554208. OLE color: 14554208.
HSL color Cylindrical-coordinate representation of color #6014DE: hue angle of 262.57º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6014DE is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 20 | 222 | - |
| CMYK | 0.57 | 0.91 | 0 | 0.13 |
| HSL | 262.57º | 0.83% | 0.47% | - |
| HSV(B) | 262.57º | 0.91% | 0.87% | - |
| XYZ | 18.26 | 8.26 | 69.74 | - |
| YUV | 65.75 | 216.18 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 20 | 222 | 0.57 | 0.91 | 0 | 0.13 | 262.57 | 0.83 | 0.47 |
| Hex | 60 | 14 | DE | 39 | 5B | 0 | D | 107 | 53 | 2F |
| Octal | 140 | 24 | 336 | 71 | 133 | 0 | 15 | 407 | 123 | 57 |
| Binary | 1100000 | 10100 | 11011110 | 111001 | 1011011 | 0 | 1101 | 100000111 | 1010011 | 101111 |
Color Harmonies of #6014DE
Complementary color
Monochromatic Colors of #6014DE
Black with #6014DE
Text Example
Text Example
White with #6014DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6014DE; }
p { color: rgb(96,20,222); }
H1.HeaderClassName
{
color: #6014DE;
}
.AnyTagClassName
{
color: #6014DE;
}
</style>
background-color css
<style>
a { background-color: #6014DE; }
a { background-color: rgb(96,20,222); }
div.DivClassName
{
background-color: #6014DE;
}
.BgClassName
{
background-color: #6014DE;
}
</style>
border-color css
<style>
span { border-color: #6014DE; }
span { border-color: rgb(96,20,222); }
td.TdClassName
{
border-color: #6014DE;
}
.TagClassName
{
border-color: #6014DE;
}
</style>