Shades of Han Purple #4407FF
Tints of Han Purple #4407FF
RGB
CMYK
RGB Variations
Color information
#4407FF (or 0x4407FF) is known color: Han Purple. HEX triplet: 44, 07 and FF. RGB value is (68,7,255). Sum of RGB (Red+Green+Blue) = 68+7+255=330 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.61% from 330); Green value is 7 (3.12% from 255 or 2.12% from 330); Blue value is 255 (100% from 255 or 77.27% from 330); Max value from RGB is 255 - color contains mainly: blue. Hex color #4407FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4407FF is #BBF800. Grayscale: #343434. Windows color (decimal): -12318721 or 16713540. OLE color: 16713540.
HSL color Cylindrical-coordinate representation of color #4407FF: hue angle of 254.76º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4407FF is Cyan = 0.73, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 68 | 7 | 255 | - |
| CMYK | 0.73 | 0.97 | 0 | 0 |
| HSL | 254.76º | 1% | 0.51% | - |
| HSV(B) | 254.76º | 0.97% | 1% | - |
| XYZ | 20.51 | 8.6 | 95.19 | - |
| YUV | 53.51 | 241.71 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 7 | 255 | 0.73 | 0.97 | 0 | 0 | 254.76 | 1 | 0.51 |
| Hex | 44 | 7 | FF | 49 | 61 | 0 | 0 | FF | 64 | 33 |
| Octal | 104 | 7 | 377 | 111 | 141 | 0 | 0 | 377 | 144 | 63 |
| Binary | 1000100 | 111 | 11111111 | 1001001 | 1100001 | 0 | 0 | 11111111 | 1100100 | 110011 |
Color Harmonies of #4407FF
Complementary color
Monochromatic Colors of #4407FF
Black with #4407FF
Text Example
Text Example
White with #4407FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4407FF; }
p { color: rgb(68,7,255); }
H1.HeaderClassName
{
color: #4407FF;
}
.AnyTagClassName
{
color: #4407FF;
}
</style>
background-color css
<style>
a { background-color: #4407FF; }
a { background-color: rgb(68,7,255); }
div.DivClassName
{
background-color: #4407FF;
}
.BgClassName
{
background-color: #4407FF;
}
</style>
border-color css
<style>
span { border-color: #4407FF; }
span { border-color: rgb(68,7,255); }
td.TdClassName
{
border-color: #4407FF;
}
.TagClassName
{
border-color: #4407FF;
}
</style>