Shades of Han Purple #422CE0
Tints of Han Purple #422CE0
RGB
CMYK
RGB Variations
Color information
#422CE0 (or 0x422CE0) is known color: Han Purple. HEX triplet: 42, 2C and E0. RGB value is (66,44,224). Sum of RGB (Red+Green+Blue) = 66+44+224=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 44 (17.58% from 255 or 13.17% from 334); Blue value is 224 (87.89% from 255 or 67.07% from 334); Max value from RGB is 224 - color contains mainly: blue. Hex color #422CE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422CE0 is #BDD31F. Grayscale: #464646. Windows color (decimal): -12440352 or 14691394. OLE color: 14691394.
HSL color Cylindrical-coordinate representation of color #422CE0: hue angle of 247.33º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #422CE0 is Cyan = 0.71, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 66 | 44 | 224 | - |
| CMYK | 0.71 | 0.80 | 0 | 0.12 |
| HSL | 247.33º | 0.74% | 0.53% | - |
| HSV(B) | 247.33º | 0.8% | 0.88% | - |
| XYZ | 16.6 | 8.34 | 71.26 | - |
| YUV | 71.1 | 214.29 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 44 | 224 | 0.71 | 0.80 | 0 | 0.12 | 247.33 | 0.74 | 0.53 |
| Hex | 42 | 2C | E0 | 47 | 50 | 0 | C | F7 | 4A | 35 |
| Octal | 102 | 54 | 340 | 107 | 120 | 0 | 14 | 367 | 112 | 65 |
| Binary | 1000010 | 101100 | 11100000 | 1000111 | 1010000 | 0 | 1100 | 11110111 | 1001010 | 110101 |
Color Harmonies of #422CE0
Complementary color
Monochromatic Colors of #422CE0
Black with #422CE0
Text Example
Text Example
White with #422CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422CE0; }
p { color: rgb(66,44,224); }
H1.HeaderClassName
{
color: #422CE0;
}
.AnyTagClassName
{
color: #422CE0;
}
</style>
background-color css
<style>
a { background-color: #422CE0; }
a { background-color: rgb(66,44,224); }
div.DivClassName
{
background-color: #422CE0;
}
.BgClassName
{
background-color: #422CE0;
}
</style>
border-color css
<style>
span { border-color: #422CE0; }
span { border-color: rgb(66,44,224); }
td.TdClassName
{
border-color: #422CE0;
}
.TagClassName
{
border-color: #422CE0;
}
</style>