Shades of Han Purple #4F06F6
Tints of Han Purple #4F06F6
RGB
CMYK
RGB Variations
Color information
#4F06F6 (or 0x4F06F6) is known color: Han Purple. HEX triplet: 4F, 06 and F6. RGB value is (79,6,246). Sum of RGB (Red+Green+Blue) = 79+6+246=331 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.87% from 331); Green value is 6 (2.73% from 255 or 1.81% from 331); Blue value is 246 (96.48% from 255 or 74.32% from 331); Max value from RGB is 246 - color contains mainly: blue. Hex color #4F06F6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F06F6 is #B0F909. Grayscale: #363636. Windows color (decimal): -11598090 or 16123471. OLE color: 16123471.
HSL color Cylindrical-coordinate representation of color #4F06F6: hue angle of 258.25º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4F06F6 is Cyan = 0.68, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 79 | 6 | 246 | - |
| CMYK | 0.68 | 0.98 | 0 | 0.04 |
| HSL | 258.25º | 0.95% | 0.49% | - |
| HSV(B) | 258.25º | 0.98% | 0.96% | - |
| XYZ | 19.92 | 8.45 | 87.77 | - |
| YUV | 55.19 | 235.68 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 6 | 246 | 0.68 | 0.98 | 0 | 0.04 | 258.25 | 0.95 | 0.49 |
| Hex | 4F | 6 | F6 | 44 | 62 | 0 | 4 | 102 | 5F | 31 |
| Octal | 117 | 6 | 366 | 104 | 142 | 0 | 4 | 402 | 137 | 61 |
| Binary | 1001111 | 110 | 11110110 | 1000100 | 1100010 | 0 | 100 | 100000010 | 1011111 | 110001 |
Color Harmonies of #4F06F6
Complementary color
Monochromatic Colors of #4F06F6
Black with #4F06F6
Text Example
Text Example
White with #4F06F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F06F6; }
p { color: rgb(79,6,246); }
H1.HeaderClassName
{
color: #4F06F6;
}
.AnyTagClassName
{
color: #4F06F6;
}
</style>
background-color css
<style>
a { background-color: #4F06F6; }
a { background-color: rgb(79,6,246); }
div.DivClassName
{
background-color: #4F06F6;
}
.BgClassName
{
background-color: #4F06F6;
}
</style>
border-color css
<style>
span { border-color: #4F06F6; }
span { border-color: rgb(79,6,246); }
td.TdClassName
{
border-color: #4F06F6;
}
.TagClassName
{
border-color: #4F06F6;
}
</style>