Shades of Han Purple #4402FE
Tints of Han Purple #4402FE
RGB
CMYK
RGB Variations
Color information
#4402FE (or 0x4402FE) is known color: Han Purple. HEX triplet: 44, 02 and FE. RGB value is (68,2,254). Sum of RGB (Red+Green+Blue) = 68+2+254=324 (42% of max value = 765). Red value is 68 (26.95% from 255 or 20.99% from 324); Green value is 2 (1.17% from 255 or 0.62% from 324); Blue value is 254 (99.61% from 255 or 78.40% from 324); Max value from RGB is 254 - color contains mainly: blue. Hex color #4402FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4402FE is #BBFD01. Grayscale: #313131. Windows color (decimal): -12320002 or 16646724. OLE color: 16646724.
HSL color Cylindrical-coordinate representation of color #4402FE: hue angle of 255.71º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4402FE is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 68 | 2 | 254 | - |
| CMYK | 0.73 | 0.99 | 0 | 0.00 |
| HSL | 255.71º | 0.99% | 0.5% | - |
| HSV(B) | 255.71º | 0.99% | 1% | - |
| XYZ | 20.3 | 8.43 | 94.32 | - |
| YUV | 50.46 | 242.87 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 2 | 254 | 0.73 | 0.99 | 0 | 0.00 | 255.71 | 0.99 | 0.5 |
| Hex | 44 | 2 | FE | 49 | 63 | 0 | 0 | 100 | 63 | 32 |
| Octal | 104 | 2 | 376 | 111 | 143 | 0 | 0 | 400 | 143 | 62 |
| Binary | 1000100 | 10 | 11111110 | 1001001 | 1100011 | 0 | 0 | 100000000 | 1100011 | 110010 |
Color Harmonies of #4402FE
Complementary color
Monochromatic Colors of #4402FE
Black with #4402FE
Text Example
Text Example
White with #4402FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4402FE; }
p { color: rgb(68,2,254); }
H1.HeaderClassName
{
color: #4402FE;
}
.AnyTagClassName
{
color: #4402FE;
}
</style>
background-color css
<style>
a { background-color: #4402FE; }
a { background-color: rgb(68,2,254); }
div.DivClassName
{
background-color: #4402FE;
}
.BgClassName
{
background-color: #4402FE;
}
</style>
border-color css
<style>
span { border-color: #4402FE; }
span { border-color: rgb(68,2,254); }
td.TdClassName
{
border-color: #4402FE;
}
.TagClassName
{
border-color: #4402FE;
}
</style>