Shades of Han Purple #420BCC
Tints of Han Purple #420BCC
RGB
CMYK
RGB Variations
Color information
#420BCC (or 0x420BCC) is known color: Han Purple. HEX triplet: 42, 0B and CC. RGB value is (66,11,204). Sum of RGB (Red+Green+Blue) = 66+11+204=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 11 (4.69% from 255 or 3.91% from 281); Blue value is 204 (80.08% from 255 or 72.60% from 281); Max value from RGB is 204 - color contains mainly: blue. Hex color #420BCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420BCC is #BDF433. Grayscale: #303030. Windows color (decimal): -12448820 or 13372226. OLE color: 13372226.
HSL color Cylindrical-coordinate representation of color #420BCC: hue angle of 257.1º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #420BCC is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 66 | 11 | 204 | - |
| CMYK | 0.68 | 0.95 | 0 | 0.2 |
| HSL | 257.1º | 0.9% | 0.42% | - |
| HSV(B) | 257.1º | 0.95% | 0.8% | - |
| XYZ | 13.27 | 5.76 | 57.54 | - |
| YUV | 49.45 | 215.22 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 11 | 204 | 0.68 | 0.95 | 0 | 0.2 | 257.1 | 0.9 | 0.42 |
| Hex | 42 | B | CC | 44 | 5F | 0 | 14 | 101 | 5A | 2A |
| Octal | 102 | 13 | 314 | 104 | 137 | 0 | 24 | 401 | 132 | 52 |
| Binary | 1000010 | 1011 | 11001100 | 1000100 | 1011111 | 0 | 10100 | 100000001 | 1011010 | 101010 |
Color Harmonies of #420BCC
Complementary color
Monochromatic Colors of #420BCC
Black with #420BCC
Text Example
Text Example
White with #420BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420BCC; }
p { color: rgb(66,11,204); }
H1.HeaderClassName
{
color: #420BCC;
}
.AnyTagClassName
{
color: #420BCC;
}
</style>
background-color css
<style>
a { background-color: #420BCC; }
a { background-color: rgb(66,11,204); }
div.DivClassName
{
background-color: #420BCC;
}
.BgClassName
{
background-color: #420BCC;
}
</style>
border-color css
<style>
span { border-color: #420BCC; }
span { border-color: rgb(66,11,204); }
td.TdClassName
{
border-color: #420BCC;
}
.TagClassName
{
border-color: #420BCC;
}
</style>