Shades of Han Purple #4420FE
Tints of Han Purple #4420FE
RGB
CMYK
RGB Variations
Color information
#4420FE (or 0x4420FE) is known color: Han Purple. HEX triplet: 44, 20 and FE. RGB value is (68,32,254). Sum of RGB (Red+Green+Blue) = 68+32+254=354 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.21% from 354); Green value is 32 (12.89% from 255 or 9.04% from 354); Blue value is 254 (99.61% from 255 or 71.75% from 354); Max value from RGB is 254 - color contains mainly: blue. Hex color #4420FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4420FE is #BBDF01. Grayscale: #434343. Windows color (decimal): -12312322 or 16654404. OLE color: 16654404.
HSL color Cylindrical-coordinate representation of color #4420FE: hue angle of 249.73º 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 #4420FE is Cyan = 0.73, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 68 | 32 | 254 | - |
| CMYK | 0.73 | 0.87 | 0 | 0.00 |
| HSL | 249.73º | 0.99% | 0.56% | - |
| HSV(B) | 249.73º | 0.87% | 1% | - |
| XYZ | 20.79 | 9.42 | 94.49 | - |
| YUV | 68.07 | 232.93 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 32 | 254 | 0.73 | 0.87 | 0 | 0.00 | 249.73 | 0.99 | 0.56 |
| Hex | 44 | 20 | FE | 49 | 57 | 0 | 0 | FA | 63 | 38 |
| Octal | 104 | 40 | 376 | 111 | 127 | 0 | 0 | 372 | 143 | 70 |
| Binary | 1000100 | 100000 | 11111110 | 1001001 | 1010111 | 0 | 0 | 11111010 | 1100011 | 111000 |
Color Harmonies of #4420FE
Complementary color
Monochromatic Colors of #4420FE
Black with #4420FE
Text Example
Text Example
White with #4420FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4420FE; }
p { color: rgb(68,32,254); }
H1.HeaderClassName
{
color: #4420FE;
}
.AnyTagClassName
{
color: #4420FE;
}
</style>
background-color css
<style>
a { background-color: #4420FE; }
a { background-color: rgb(68,32,254); }
div.DivClassName
{
background-color: #4420FE;
}
.BgClassName
{
background-color: #4420FE;
}
</style>
border-color css
<style>
span { border-color: #4420FE; }
span { border-color: rgb(68,32,254); }
td.TdClassName
{
border-color: #4420FE;
}
.TagClassName
{
border-color: #4420FE;
}
</style>