Shades of Han Purple #4F04FF
Tints of Han Purple #4F04FF
RGB
CMYK
RGB Variations
Color information
#4F04FF (or 0x4F04FF) is known color: Han Purple. HEX triplet: 4F, 04 and FF. RGB value is (79,4,255). Sum of RGB (Red+Green+Blue) = 79+4+255=338 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.37% from 338); Green value is 4 (1.95% from 255 or 1.18% from 338); Blue value is 255 (100% from 255 or 75.44% from 338); Max value from RGB is 255 - color contains mainly: blue. Hex color #4F04FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F04FF is #B0FB00. Grayscale: #363636. Windows color (decimal): -11598593 or 16712783. OLE color: 16712783.
HSL color Cylindrical-coordinate representation of color #4F04FF: hue angle of 257.93º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4F04FF is Cyan = 0.69, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 4 | 255 | - |
| CMYK | 0.69 | 0.98 | 0 | 0 |
| HSL | 257.93º | 1% | 0.51% | - |
| HSV(B) | 257.93º | 0.98% | 1% | - |
| XYZ | 21.32 | 8.97 | 95.22 | - |
| YUV | 55.04 | 240.85 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 4 | 255 | 0.69 | 0.98 | 0 | 0 | 257.93 | 1 | 0.51 |
| Hex | 4F | 4 | FF | 45 | 62 | 0 | 0 | 102 | 64 | 33 |
| Octal | 117 | 4 | 377 | 105 | 142 | 0 | 0 | 402 | 144 | 63 |
| Binary | 1001111 | 100 | 11111111 | 1000101 | 1100010 | 0 | 0 | 100000010 | 1100100 | 110011 |
Color Harmonies of #4F04FF
Complementary color
Monochromatic Colors of #4F04FF
Black with #4F04FF
Text Example
Text Example
White with #4F04FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F04FF; }
p { color: rgb(79,4,255); }
H1.HeaderClassName
{
color: #4F04FF;
}
.AnyTagClassName
{
color: #4F04FF;
}
</style>
background-color css
<style>
a { background-color: #4F04FF; }
a { background-color: rgb(79,4,255); }
div.DivClassName
{
background-color: #4F04FF;
}
.BgClassName
{
background-color: #4F04FF;
}
</style>
border-color css
<style>
span { border-color: #4F04FF; }
span { border-color: rgb(79,4,255); }
td.TdClassName
{
border-color: #4F04FF;
}
.TagClassName
{
border-color: #4F04FF;
}
</style>