Shades of Han Purple #4407FB
Tints of Han Purple #4407FB
RGB
CMYK
RGB Variations
Color information
#4407FB (or 0x4407FB) is known color: Han Purple. HEX triplet: 44, 07 and FB. RGB value is (68,7,251). Sum of RGB (Red+Green+Blue) = 68+7+251=326 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.86% from 326); Green value is 7 (3.12% from 255 or 2.15% from 326); Blue value is 251 (98.44% from 255 or 76.99% from 326); Max value from RGB is 251 - color contains mainly: blue. Hex color #4407FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4407FB is #BBF804. Grayscale: #343434. Windows color (decimal): -12318725 or 16451396. OLE color: 16451396.
HSL color Cylindrical-coordinate representation of color #4407FB: hue angle of 255º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4407FB is Cyan = 0.73, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 7 | 251 | - |
| CMYK | 0.73 | 0.97 | 0 | 0.02 |
| HSL | 255º | 0.97% | 0.51% | - |
| HSV(B) | 255º | 0.97% | 0.98% | - |
| XYZ | 19.87 | 8.35 | 91.83 | - |
| YUV | 53.06 | 239.71 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 7 | 251 | 0.73 | 0.97 | 0 | 0.02 | 255 | 0.97 | 0.51 |
| Hex | 44 | 7 | FB | 49 | 61 | 0 | 2 | FF | 61 | 33 |
| Octal | 104 | 7 | 373 | 111 | 141 | 0 | 2 | 377 | 141 | 63 |
| Binary | 1000100 | 111 | 11111011 | 1001001 | 1100001 | 0 | 10 | 11111111 | 1100001 | 110011 |
Color Harmonies of #4407FB
Complementary color
Monochromatic Colors of #4407FB
Black with #4407FB
Text Example
Text Example
White with #4407FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4407FB; }
p { color: rgb(68,7,251); }
H1.HeaderClassName
{
color: #4407FB;
}
.AnyTagClassName
{
color: #4407FB;
}
</style>
background-color css
<style>
a { background-color: #4407FB; }
a { background-color: rgb(68,7,251); }
div.DivClassName
{
background-color: #4407FB;
}
.BgClassName
{
background-color: #4407FB;
}
</style>
border-color css
<style>
span { border-color: #4407FB; }
span { border-color: rgb(68,7,251); }
td.TdClassName
{
border-color: #4407FB;
}
.TagClassName
{
border-color: #4407FB;
}
</style>