Shades of Han Purple #420CDA
Tints of Han Purple #420CDA
RGB
CMYK
RGB Variations
Color information
#420CDA (or 0x420CDA) is known color: Han Purple. HEX triplet: 42, 0C and DA. RGB value is (66,12,218). Sum of RGB (Red+Green+Blue) = 66+12+218=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 12 (5.08% from 255 or 4.05% from 296); Blue value is 218 (85.55% from 255 or 73.65% from 296); Max value from RGB is 218 - color contains mainly: blue. Hex color #420CDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420CDA is #BDF325. Grayscale: #323232. Windows color (decimal): -12448550 or 14289986. OLE color: 14289986.
HSL color Cylindrical-coordinate representation of color #420CDA: hue angle of 255.73º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #420CDA is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 12 | 218 | - |
| CMYK | 0.70 | 0.94 | 0 | 0.15 |
| HSL | 255.73º | 0.9% | 0.45% | - |
| HSV(B) | 255.73º | 0.94% | 0.85% | - |
| XYZ | 15.03 | 6.48 | 66.79 | - |
| YUV | 51.63 | 221.89 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 12 | 218 | 0.70 | 0.94 | 0 | 0.15 | 255.73 | 0.9 | 0.45 |
| Hex | 42 | C | DA | 46 | 5E | 0 | F | 100 | 5A | 2D |
| Octal | 102 | 14 | 332 | 106 | 136 | 0 | 17 | 400 | 132 | 55 |
| Binary | 1000010 | 1100 | 11011010 | 1000110 | 1011110 | 0 | 1111 | 100000000 | 1011010 | 101101 |
Color Harmonies of #420CDA
Complementary color
Monochromatic Colors of #420CDA
Black with #420CDA
Text Example
Text Example
White with #420CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420CDA; }
p { color: rgb(66,12,218); }
H1.HeaderClassName
{
color: #420CDA;
}
.AnyTagClassName
{
color: #420CDA;
}
</style>
background-color css
<style>
a { background-color: #420CDA; }
a { background-color: rgb(66,12,218); }
div.DivClassName
{
background-color: #420CDA;
}
.BgClassName
{
background-color: #420CDA;
}
</style>
border-color css
<style>
span { border-color: #420CDA; }
span { border-color: rgb(66,12,218); }
td.TdClassName
{
border-color: #420CDA;
}
.TagClassName
{
border-color: #420CDA;
}
</style>