Shades of Han Purple #4213DC
Tints of Han Purple #4213DC
RGB
CMYK
RGB Variations
Color information
#4213DC (or 0x4213DC) is known color: Han Purple. HEX triplet: 42, 13 and DC. RGB value is (66,19,220). Sum of RGB (Red+Green+Blue) = 66+19+220=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 19 (7.81% from 255 or 6.23% from 305); Blue value is 220 (86.33% from 255 or 72.13% from 305); Max value from RGB is 220 - color contains mainly: blue. Hex color #4213DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4213DC is #BDEC23. Grayscale: #373737. Windows color (decimal): -12446756 or 14422850. OLE color: 14422850.
HSL color Cylindrical-coordinate representation of color #4213DC: hue angle of 254.03º degrees, saturation: 0.84, 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 #4213DC is Cyan = 0.7, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 19 | 220 | - |
| CMYK | 0.7 | 0.91 | 0 | 0.14 |
| HSL | 254.03º | 0.84% | 0.47% | - |
| HSV(B) | 254.03º | 0.91% | 0.86% | - |
| XYZ | 15.4 | 6.79 | 68.21 | - |
| YUV | 55.97 | 220.57 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 19 | 220 | 0.7 | 0.91 | 0 | 0.14 | 254.03 | 0.84 | 0.47 |
| Hex | 42 | 13 | DC | 46 | 5B | 0 | E | FE | 54 | 2F |
| Octal | 102 | 23 | 334 | 106 | 133 | 0 | 16 | 376 | 124 | 57 |
| Binary | 1000010 | 10011 | 11011100 | 1000110 | 1011011 | 0 | 1110 | 11111110 | 1010100 | 101111 |
Color Harmonies of #4213DC
Complementary color
Monochromatic Colors of #4213DC
Black with #4213DC
Text Example
Text Example
White with #4213DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4213DC; }
p { color: rgb(66,19,220); }
H1.HeaderClassName
{
color: #4213DC;
}
.AnyTagClassName
{
color: #4213DC;
}
</style>
background-color css
<style>
a { background-color: #4213DC; }
a { background-color: rgb(66,19,220); }
div.DivClassName
{
background-color: #4213DC;
}
.BgClassName
{
background-color: #4213DC;
}
</style>
border-color css
<style>
span { border-color: #4213DC; }
span { border-color: rgb(66,19,220); }
td.TdClassName
{
border-color: #4213DC;
}
.TagClassName
{
border-color: #4213DC;
}
</style>