Shades of Han Purple #4420E0
Tints of Han Purple #4420E0
RGB
CMYK
RGB Variations
Color information
#4420E0 (or 0x4420E0) is known color: Han Purple. HEX triplet: 44, 20 and E0. RGB value is (68,32,224). Sum of RGB (Red+Green+Blue) = 68+32+224=324 (42% of max value = 765). Red value is 68 (26.95% from 255 or 20.99% from 324); Green value is 32 (12.89% from 255 or 9.88% from 324); Blue value is 224 (87.89% from 255 or 69.14% from 324); Max value from RGB is 224 - color contains mainly: blue. Hex color #4420E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4420E0 is #BBDF1F. Grayscale: #3F3F3F. Windows color (decimal): -12312352 or 14688324. OLE color: 14688324.
HSL color Cylindrical-coordinate representation of color #4420E0: hue angle of 251.25º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4420E0 is Cyan = 0.70, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 68 | 32 | 224 | - |
| CMYK | 0.70 | 0.86 | 0 | 0.12 |
| HSL | 251.25º | 0.76% | 0.5% | - |
| HSV(B) | 251.25º | 0.86% | 0.88% | - |
| XYZ | 16.35 | 7.64 | 71.13 | - |
| YUV | 64.65 | 217.93 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 32 | 224 | 0.70 | 0.86 | 0 | 0.12 | 251.25 | 0.76 | 0.5 |
| Hex | 44 | 20 | E0 | 46 | 56 | 0 | C | FB | 4C | 32 |
| Octal | 104 | 40 | 340 | 106 | 126 | 0 | 14 | 373 | 114 | 62 |
| Binary | 1000100 | 100000 | 11100000 | 1000110 | 1010110 | 0 | 1100 | 11111011 | 1001100 | 110010 |
Color Harmonies of #4420E0
Complementary color
Monochromatic Colors of #4420E0
Black with #4420E0
Text Example
Text Example
White with #4420E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4420E0; }
p { color: rgb(68,32,224); }
H1.HeaderClassName
{
color: #4420E0;
}
.AnyTagClassName
{
color: #4420E0;
}
</style>
background-color css
<style>
a { background-color: #4420E0; }
a { background-color: rgb(68,32,224); }
div.DivClassName
{
background-color: #4420E0;
}
.BgClassName
{
background-color: #4420E0;
}
</style>
border-color css
<style>
span { border-color: #4420E0; }
span { border-color: rgb(68,32,224); }
td.TdClassName
{
border-color: #4420E0;
}
.TagClassName
{
border-color: #4420E0;
}
</style>