Shades of Han Purple #4407FE
Tints of Han Purple #4407FE
RGB
CMYK
RGB Variations
Color information
#4407FE (or 0x4407FE) is known color: Han Purple. HEX triplet: 44, 07 and FE. RGB value is (68,7,254). Sum of RGB (Red+Green+Blue) = 68+7+254=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 7 (3.12% from 255 or 2.13% from 329); Blue value is 254 (99.61% from 255 or 77.20% from 329); Max value from RGB is 254 - color contains mainly: blue. Hex color #4407FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4407FE is #BBF801. Grayscale: #343434. Windows color (decimal): -12318722 or 16648004. OLE color: 16648004.
HSL color Cylindrical-coordinate representation of color #4407FE: hue angle of 254.82º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4407FE is Cyan = 0.73, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 68 | 7 | 254 | - |
| CMYK | 0.73 | 0.97 | 0 | 0.00 |
| HSL | 254.82º | 0.99% | 0.51% | - |
| HSV(B) | 254.82º | 0.97% | 1% | - |
| XYZ | 20.35 | 8.54 | 94.34 | - |
| YUV | 53.4 | 241.21 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 7 | 254 | 0.73 | 0.97 | 0 | 0.00 | 254.82 | 0.99 | 0.51 |
| Hex | 44 | 7 | FE | 49 | 61 | 0 | 0 | FF | 63 | 33 |
| Octal | 104 | 7 | 376 | 111 | 141 | 0 | 0 | 377 | 143 | 63 |
| Binary | 1000100 | 111 | 11111110 | 1001001 | 1100001 | 0 | 0 | 11111111 | 1100011 | 110011 |
Color Harmonies of #4407FE
Complementary color
Monochromatic Colors of #4407FE
Black with #4407FE
Text Example
Text Example
White with #4407FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4407FE; }
p { color: rgb(68,7,254); }
H1.HeaderClassName
{
color: #4407FE;
}
.AnyTagClassName
{
color: #4407FE;
}
</style>
background-color css
<style>
a { background-color: #4407FE; }
a { background-color: rgb(68,7,254); }
div.DivClassName
{
background-color: #4407FE;
}
.BgClassName
{
background-color: #4407FE;
}
</style>
border-color css
<style>
span { border-color: #4407FE; }
span { border-color: rgb(68,7,254); }
td.TdClassName
{
border-color: #4407FE;
}
.TagClassName
{
border-color: #4407FE;
}
</style>