Shades of Han Purple #422FEC
Tints of Han Purple #422FEC
RGB
CMYK
RGB Variations
Color information
#422FEC (or 0x422FEC) is known color: Han Purple. HEX triplet: 42, 2F and EC. RGB value is (66,47,236). Sum of RGB (Red+Green+Blue) = 66+47+236=349 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.91% from 349); Green value is 47 (18.75% from 255 or 13.47% from 349); Blue value is 236 (92.58% from 255 or 67.62% from 349); Max value from RGB is 236 - color contains mainly: blue. Hex color #422FEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #422FEC is #BDD013. Grayscale: #494949. Windows color (decimal): -12439572 or 15478594. OLE color: 15478594.
HSL color Cylindrical-coordinate representation of color #422FEC: hue angle of 246.03º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #422FEC is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 47 | 236 | - |
| CMYK | 0.72 | 0.80 | 0 | 0.07 |
| HSL | 246.03º | 0.83% | 0.55% | - |
| HSV(B) | 246.03º | 0.8% | 0.93% | - |
| XYZ | 18.4 | 9.25 | 80.17 | - |
| YUV | 74.23 | 219.29 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 47 | 236 | 0.72 | 0.80 | 0 | 0.07 | 246.03 | 0.83 | 0.55 |
| Hex | 42 | 2F | EC | 48 | 50 | 0 | 7 | F6 | 53 | 37 |
| Octal | 102 | 57 | 354 | 110 | 120 | 0 | 7 | 366 | 123 | 67 |
| Binary | 1000010 | 101111 | 11101100 | 1001000 | 1010000 | 0 | 111 | 11110110 | 1010011 | 110111 |
Color Harmonies of #422FEC
Complementary color
Monochromatic Colors of #422FEC
Black with #422FEC
Text Example
Text Example
White with #422FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422FEC; }
p { color: rgb(66,47,236); }
H1.HeaderClassName
{
color: #422FEC;
}
.AnyTagClassName
{
color: #422FEC;
}
</style>
background-color css
<style>
a { background-color: #422FEC; }
a { background-color: rgb(66,47,236); }
div.DivClassName
{
background-color: #422FEC;
}
.BgClassName
{
background-color: #422FEC;
}
</style>
border-color css
<style>
span { border-color: #422FEC; }
span { border-color: rgb(66,47,236); }
td.TdClassName
{
border-color: #422FEC;
}
.TagClassName
{
border-color: #422FEC;
}
</style>