Shades of Han Purple #4F02FF
Tints of Han Purple #4F02FF
RGB
CMYK
RGB Variations
Color information
#4F02FF (or 0x4F02FF) is known color: Han Purple. HEX triplet: 4F, 02 and FF. RGB value is (79,2,255). Sum of RGB (Red+Green+Blue) = 79+2+255=336 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.51% from 336); Green value is 2 (1.17% from 255 or 0.60% from 336); Blue value is 255 (100% from 255 or 75.89% from 336); Max value from RGB is 255 - color contains mainly: blue. Hex color #4F02FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F02FF is #B0FD00. Grayscale: #343434. Windows color (decimal): -11599105 or 16712271. OLE color: 16712271.
HSL color Cylindrical-coordinate representation of color #4F02FF: hue angle of 258.26º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4F02FF is Cyan = 0.69, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 2 | 255 | - |
| CMYK | 0.69 | 0.99 | 0 | 0 |
| HSL | 258.26º | 1% | 0.5% | - |
| HSV(B) | 258.26º | 0.99% | 1% | - |
| XYZ | 21.3 | 8.93 | 95.21 | - |
| YUV | 53.87 | 241.51 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 2 | 255 | 0.69 | 0.99 | 0 | 0 | 258.26 | 1 | 0.5 |
| Hex | 4F | 2 | FF | 45 | 63 | 0 | 0 | 102 | 64 | 32 |
| Octal | 117 | 2 | 377 | 105 | 143 | 0 | 0 | 402 | 144 | 62 |
| Binary | 1001111 | 10 | 11111111 | 1000101 | 1100011 | 0 | 0 | 100000010 | 1100100 | 110010 |
Color Harmonies of #4F02FF
Complementary color
Monochromatic Colors of #4F02FF
Black with #4F02FF
Text Example
Text Example
White with #4F02FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F02FF; }
p { color: rgb(79,2,255); }
H1.HeaderClassName
{
color: #4F02FF;
}
.AnyTagClassName
{
color: #4F02FF;
}
</style>
background-color css
<style>
a { background-color: #4F02FF; }
a { background-color: rgb(79,2,255); }
div.DivClassName
{
background-color: #4F02FF;
}
.BgClassName
{
background-color: #4F02FF;
}
</style>
border-color css
<style>
span { border-color: #4F02FF; }
span { border-color: rgb(79,2,255); }
td.TdClassName
{
border-color: #4F02FF;
}
.TagClassName
{
border-color: #4F02FF;
}
</style>