Shades of Han Purple #6014DC
Tints of Han Purple #6014DC
RGB
CMYK
RGB Variations
Color information
#6014DC (or 0x6014DC) is known color: Han Purple. HEX triplet: 60, 14 and DC. RGB value is (96,20,220). Sum of RGB (Red+Green+Blue) = 96+20+220=336 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.57% from 336); Green value is 20 (8.20% from 255 or 5.95% from 336); Blue value is 220 (86.33% from 255 or 65.48% from 336); Max value from RGB is 220 - color contains mainly: blue. Hex color #6014DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6014DC is #9FEB23. Grayscale: #404040. Windows color (decimal): -10480420 or 14423136. OLE color: 14423136.
HSL color Cylindrical-coordinate representation of color #6014DC: hue angle of 262.8º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6014DC is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 20 | 220 | - |
| CMYK | 0.56 | 0.91 | 0 | 0.14 |
| HSL | 262.8º | 0.83% | 0.47% | - |
| HSV(B) | 262.8º | 0.91% | 0.86% | - |
| XYZ | 17.99 | 8.15 | 68.34 | - |
| YUV | 65.52 | 215.18 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 20 | 220 | 0.56 | 0.91 | 0 | 0.14 | 262.8 | 0.83 | 0.47 |
| Hex | 60 | 14 | DC | 38 | 5B | 0 | E | 107 | 53 | 2F |
| Octal | 140 | 24 | 334 | 70 | 133 | 0 | 16 | 407 | 123 | 57 |
| Binary | 1100000 | 10100 | 11011100 | 111000 | 1011011 | 0 | 1110 | 100000111 | 1010011 | 101111 |
Color Harmonies of #6014DC
Complementary color
Monochromatic Colors of #6014DC
Black with #6014DC
Text Example
Text Example
White with #6014DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6014DC; }
p { color: rgb(96,20,220); }
H1.HeaderClassName
{
color: #6014DC;
}
.AnyTagClassName
{
color: #6014DC;
}
</style>
background-color css
<style>
a { background-color: #6014DC; }
a { background-color: rgb(96,20,220); }
div.DivClassName
{
background-color: #6014DC;
}
.BgClassName
{
background-color: #6014DC;
}
</style>
border-color css
<style>
span { border-color: #6014DC; }
span { border-color: rgb(96,20,220); }
td.TdClassName
{
border-color: #6014DC;
}
.TagClassName
{
border-color: #6014DC;
}
</style>