Shades of Han Purple #4224FE
Tints of Han Purple #4224FE
RGB
CMYK
RGB Variations
Color information
#4224FE (or 0x4224FE) is known color: Han Purple. HEX triplet: 42, 24 and FE. RGB value is (66,36,254). Sum of RGB (Red+Green+Blue) = 66+36+254=356 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.54% from 356); Green value is 36 (14.45% from 255 or 10.11% from 356); Blue value is 254 (99.61% from 255 or 71.35% from 356); Max value from RGB is 254 - color contains mainly: blue. Hex color #4224FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4224FE is #BDDB01. Grayscale: #444444. Windows color (decimal): -12442370 or 16655426. OLE color: 16655426.
HSL color Cylindrical-coordinate representation of color #4224FE: hue angle of 248.26º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4224FE is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 36 | 254 | - |
| CMYK | 0.74 | 0.86 | 0 | 0.00 |
| HSL | 248.26º | 0.99% | 0.57% | - |
| HSV(B) | 248.26º | 0.86% | 1% | - |
| XYZ | 20.77 | 9.58 | 94.52 | - |
| YUV | 69.82 | 231.94 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 36 | 254 | 0.74 | 0.86 | 0 | 0.00 | 248.26 | 0.99 | 0.57 |
| Hex | 42 | 24 | FE | 4A | 56 | 0 | 0 | F8 | 63 | 39 |
| Octal | 102 | 44 | 376 | 112 | 126 | 0 | 0 | 370 | 143 | 71 |
| Binary | 1000010 | 100100 | 11111110 | 1001010 | 1010110 | 0 | 0 | 11111000 | 1100011 | 111001 |
Color Harmonies of #4224FE
Complementary color
Monochromatic Colors of #4224FE
Black with #4224FE
Text Example
Text Example
White with #4224FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4224FE; }
p { color: rgb(66,36,254); }
H1.HeaderClassName
{
color: #4224FE;
}
.AnyTagClassName
{
color: #4224FE;
}
</style>
background-color css
<style>
a { background-color: #4224FE; }
a { background-color: rgb(66,36,254); }
div.DivClassName
{
background-color: #4224FE;
}
.BgClassName
{
background-color: #4224FE;
}
</style>
border-color css
<style>
span { border-color: #4224FE; }
span { border-color: rgb(66,36,254); }
td.TdClassName
{
border-color: #4224FE;
}
.TagClassName
{
border-color: #4224FE;
}
</style>