Shades of Han Purple #4220FE
Tints of Han Purple #4220FE
RGB
CMYK
RGB Variations
Color information
#4220FE (or 0x4220FE) is known color: Han Purple. HEX triplet: 42, 20 and FE. RGB value is (66,32,254). Sum of RGB (Red+Green+Blue) = 66+32+254=352 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.75% from 352); Green value is 32 (12.89% from 255 or 9.09% from 352); Blue value is 254 (99.61% from 255 or 72.16% from 352); Max value from RGB is 254 - color contains mainly: blue. Hex color #4220FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4220FE is #BDDF01. Grayscale: #424242. Windows color (decimal): -12443394 or 16654402. OLE color: 16654402.
HSL color Cylindrical-coordinate representation of color #4220FE: hue angle of 249.19º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4220FE is Cyan = 0.74, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 32 | 254 | - |
| CMYK | 0.74 | 0.87 | 0 | 0.00 |
| HSL | 249.19º | 0.99% | 0.56% | - |
| HSV(B) | 249.19º | 0.87% | 1% | - |
| XYZ | 20.65 | 9.35 | 94.48 | - |
| YUV | 67.47 | 233.26 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 32 | 254 | 0.74 | 0.87 | 0 | 0.00 | 249.19 | 0.99 | 0.56 |
| Hex | 42 | 20 | FE | 4A | 57 | 0 | 0 | F9 | 63 | 38 |
| Octal | 102 | 40 | 376 | 112 | 127 | 0 | 0 | 371 | 143 | 70 |
| Binary | 1000010 | 100000 | 11111110 | 1001010 | 1010111 | 0 | 0 | 11111001 | 1100011 | 111000 |
Color Harmonies of #4220FE
Complementary color
Monochromatic Colors of #4220FE
Black with #4220FE
Text Example
Text Example
White with #4220FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4220FE; }
p { color: rgb(66,32,254); }
H1.HeaderClassName
{
color: #4220FE;
}
.AnyTagClassName
{
color: #4220FE;
}
</style>
background-color css
<style>
a { background-color: #4220FE; }
a { background-color: rgb(66,32,254); }
div.DivClassName
{
background-color: #4220FE;
}
.BgClassName
{
background-color: #4220FE;
}
</style>
border-color css
<style>
span { border-color: #4220FE; }
span { border-color: rgb(66,32,254); }
td.TdClassName
{
border-color: #4220FE;
}
.TagClassName
{
border-color: #4220FE;
}
</style>