Shades of Han Purple #4F06FA
Tints of Han Purple #4F06FA
RGB
CMYK
RGB Variations
Color information
#4F06FA (or 0x4F06FA) is known color: Han Purple. HEX triplet: 4F, 06 and FA. RGB value is (79,6,250). Sum of RGB (Red+Green+Blue) = 79+6+250=335 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.58% from 335); Green value is 6 (2.73% from 255 or 1.79% from 335); Blue value is 250 (98.05% from 255 or 74.63% from 335); Max value from RGB is 250 - color contains mainly: blue. Hex color #4F06FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F06FA is #B0F905. Grayscale: #363636. Windows color (decimal): -11598086 or 16385615. OLE color: 16385615.
HSL color Cylindrical-coordinate representation of color #4F06FA: hue angle of 257.95º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4F06FA is Cyan = 0.68, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 6 | 250 | - |
| CMYK | 0.68 | 0.98 | 0 | 0.02 |
| HSL | 257.95º | 0.96% | 0.5% | - |
| HSV(B) | 257.95º | 0.98% | 0.98% | - |
| XYZ | 20.54 | 8.69 | 91.04 | - |
| YUV | 55.64 | 237.68 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 6 | 250 | 0.68 | 0.98 | 0 | 0.02 | 257.95 | 0.96 | 0.5 |
| Hex | 4F | 6 | FA | 44 | 62 | 0 | 2 | 102 | 60 | 32 |
| Octal | 117 | 6 | 372 | 104 | 142 | 0 | 2 | 402 | 140 | 62 |
| Binary | 1001111 | 110 | 11111010 | 1000100 | 1100010 | 0 | 10 | 100000010 | 1100000 | 110010 |
Color Harmonies of #4F06FA
Complementary color
Monochromatic Colors of #4F06FA
Black with #4F06FA
Text Example
Text Example
White with #4F06FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F06FA; }
p { color: rgb(79,6,250); }
H1.HeaderClassName
{
color: #4F06FA;
}
.AnyTagClassName
{
color: #4F06FA;
}
</style>
background-color css
<style>
a { background-color: #4F06FA; }
a { background-color: rgb(79,6,250); }
div.DivClassName
{
background-color: #4F06FA;
}
.BgClassName
{
background-color: #4F06FA;
}
</style>
border-color css
<style>
span { border-color: #4F06FA; }
span { border-color: rgb(79,6,250); }
td.TdClassName
{
border-color: #4F06FA;
}
.TagClassName
{
border-color: #4F06FA;
}
</style>