Shades of Han Purple #421EEC
Tints of Han Purple #421EEC
RGB
CMYK
RGB Variations
Color information
#421EEC (or 0x421EEC) is known color: Han Purple. HEX triplet: 42, 1E and EC. RGB value is (66,30,236). Sum of RGB (Red+Green+Blue) = 66+30+236=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 30 (12.11% from 255 or 9.04% from 332); Blue value is 236 (92.58% from 255 or 71.08% from 332); Max value from RGB is 236 - color contains mainly: blue. Hex color #421EEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #421EEC is #BDE113. Grayscale: #3F3F3F. Windows color (decimal): -12443924 or 15474242. OLE color: 15474242.
HSL color Cylindrical-coordinate representation of color #421EEC: hue angle of 250.49º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #421EEC is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 30 | 236 | - |
| CMYK | 0.72 | 0.87 | 0 | 0.07 |
| HSL | 250.49º | 0.84% | 0.52% | - |
| HSV(B) | 250.49º | 0.87% | 0.93% | - |
| XYZ | 17.85 | 8.14 | 79.99 | - |
| YUV | 64.25 | 224.93 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 30 | 236 | 0.72 | 0.87 | 0 | 0.07 | 250.49 | 0.84 | 0.52 |
| Hex | 42 | 1E | EC | 48 | 57 | 0 | 7 | FA | 54 | 34 |
| Octal | 102 | 36 | 354 | 110 | 127 | 0 | 7 | 372 | 124 | 64 |
| Binary | 1000010 | 11110 | 11101100 | 1001000 | 1010111 | 0 | 111 | 11111010 | 1010100 | 110100 |
Color Harmonies of #421EEC
Complementary color
Monochromatic Colors of #421EEC
Black with #421EEC
Text Example
Text Example
White with #421EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421EEC; }
p { color: rgb(66,30,236); }
H1.HeaderClassName
{
color: #421EEC;
}
.AnyTagClassName
{
color: #421EEC;
}
</style>
background-color css
<style>
a { background-color: #421EEC; }
a { background-color: rgb(66,30,236); }
div.DivClassName
{
background-color: #421EEC;
}
.BgClassName
{
background-color: #421EEC;
}
</style>
border-color css
<style>
span { border-color: #421EEC; }
span { border-color: rgb(66,30,236); }
td.TdClassName
{
border-color: #421EEC;
}
.TagClassName
{
border-color: #421EEC;
}
</style>