Shades of Han Purple #4214DD
Tints of Han Purple #4214DD
RGB
CMYK
RGB Variations
Color information
#4214DD (or 0x4214DD) is known color: Han Purple. HEX triplet: 42, 14 and DD. RGB value is (66,20,221). Sum of RGB (Red+Green+Blue) = 66+20+221=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 20 (8.20% from 255 or 6.51% from 307); Blue value is 221 (86.72% from 255 or 71.99% from 307); Max value from RGB is 221 - color contains mainly: blue. Hex color #4214DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4214DD is #BDEB22. Grayscale: #373737. Windows color (decimal): -12446499 or 14488642. OLE color: 14488642.
HSL color Cylindrical-coordinate representation of color #4214DD: hue angle of 253.73º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4214DD is Cyan = 0.70, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 20 | 221 | - |
| CMYK | 0.70 | 0.91 | 0 | 0.13 |
| HSL | 253.73º | 0.83% | 0.47% | - |
| HSV(B) | 253.73º | 0.91% | 0.87% | - |
| XYZ | 15.55 | 6.88 | 68.91 | - |
| YUV | 56.67 | 220.74 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 20 | 221 | 0.70 | 0.91 | 0 | 0.13 | 253.73 | 0.83 | 0.47 |
| Hex | 42 | 14 | DD | 46 | 5B | 0 | D | FE | 53 | 2F |
| Octal | 102 | 24 | 335 | 106 | 133 | 0 | 15 | 376 | 123 | 57 |
| Binary | 1000010 | 10100 | 11011101 | 1000110 | 1011011 | 0 | 1101 | 11111110 | 1010011 | 101111 |
Color Harmonies of #4214DD
Complementary color
Monochromatic Colors of #4214DD
Black with #4214DD
Text Example
Text Example
White with #4214DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4214DD; }
p { color: rgb(66,20,221); }
H1.HeaderClassName
{
color: #4214DD;
}
.AnyTagClassName
{
color: #4214DD;
}
</style>
background-color css
<style>
a { background-color: #4214DD; }
a { background-color: rgb(66,20,221); }
div.DivClassName
{
background-color: #4214DD;
}
.BgClassName
{
background-color: #4214DD;
}
</style>
border-color css
<style>
span { border-color: #4214DD; }
span { border-color: rgb(66,20,221); }
td.TdClassName
{
border-color: #4214DD;
}
.TagClassName
{
border-color: #4214DD;
}
</style>