Shades of Han Purple #420CDE
Tints of Han Purple #420CDE
RGB
CMYK
RGB Variations
Color information
#420CDE (or 0x420CDE) is known color: Han Purple. HEX triplet: 42, 0C and DE. RGB value is (66,12,222). Sum of RGB (Red+Green+Blue) = 66+12+222=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 12 (5.08% from 255 or 4% from 300); Blue value is 222 (87.11% from 255 or 74% from 300); Max value from RGB is 222 - color contains mainly: blue. Hex color #420CDE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420CDE is #BDF321. Grayscale: #333333. Windows color (decimal): -12448546 or 14552130. OLE color: 14552130.
HSL color Cylindrical-coordinate representation of color #420CDE: hue angle of 255.43º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #420CDE is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 12 | 222 | - |
| CMYK | 0.70 | 0.95 | 0 | 0.13 |
| HSL | 255.43º | 0.9% | 0.46% | - |
| HSV(B) | 255.43º | 0.95% | 0.87% | - |
| XYZ | 15.56 | 6.7 | 69.58 | - |
| YUV | 52.09 | 223.89 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 12 | 222 | 0.70 | 0.95 | 0 | 0.13 | 255.43 | 0.9 | 0.46 |
| Hex | 42 | C | DE | 46 | 5F | 0 | D | FF | 5A | 2E |
| Octal | 102 | 14 | 336 | 106 | 137 | 0 | 15 | 377 | 132 | 56 |
| Binary | 1000010 | 1100 | 11011110 | 1000110 | 1011111 | 0 | 1101 | 11111111 | 1011010 | 101110 |
Color Harmonies of #420CDE
Complementary color
Monochromatic Colors of #420CDE
Black with #420CDE
Text Example
Text Example
White with #420CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420CDE; }
p { color: rgb(66,12,222); }
H1.HeaderClassName
{
color: #420CDE;
}
.AnyTagClassName
{
color: #420CDE;
}
</style>
background-color css
<style>
a { background-color: #420CDE; }
a { background-color: rgb(66,12,222); }
div.DivClassName
{
background-color: #420CDE;
}
.BgClassName
{
background-color: #420CDE;
}
</style>
border-color css
<style>
span { border-color: #420CDE; }
span { border-color: rgb(66,12,222); }
td.TdClassName
{
border-color: #420CDE;
}
.TagClassName
{
border-color: #420CDE;
}
</style>