Shades of Han Purple #4F02D1
Tints of Han Purple #4F02D1
RGB
CMYK
RGB Variations
Color information
#4F02D1 (or 0x4F02D1) is known color: Han Purple. HEX triplet: 4F, 02 and D1. RGB value is (79,2,209). Sum of RGB (Red+Green+Blue) = 79+2+209=290 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.24% from 290); Green value is 2 (1.17% from 255 or 0.69% from 290); Blue value is 209 (82.03% from 255 or 72.07% from 290); Max value from RGB is 209 - color contains mainly: blue. Hex color #4F02D1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F02D1 is #B0FD2E. Grayscale: #2F2F2F. Windows color (decimal): -11599151 or 13697615. OLE color: 13697615.
HSL color Cylindrical-coordinate representation of color #4F02D1: hue angle of 262.32º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4F02D1 is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 79 | 2 | 209 | - |
| CMYK | 0.62 | 0.99 | 0 | 0.18 |
| HSL | 262.32º | 0.98% | 0.41% | - |
| HSV(B) | 262.32º | 0.99% | 0.82% | - |
| XYZ | 14.75 | 6.31 | 60.76 | - |
| YUV | 48.62 | 218.51 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 2 | 209 | 0.62 | 0.99 | 0 | 0.18 | 262.32 | 0.98 | 0.41 |
| Hex | 4F | 2 | D1 | 3E | 63 | 0 | 12 | 106 | 62 | 29 |
| Octal | 117 | 2 | 321 | 76 | 143 | 0 | 22 | 406 | 142 | 51 |
| Binary | 1001111 | 10 | 11010001 | 111110 | 1100011 | 0 | 10010 | 100000110 | 1100010 | 101001 |
Color Harmonies of #4F02D1
Complementary color
Monochromatic Colors of #4F02D1
Black with #4F02D1
Text Example
Text Example
White with #4F02D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F02D1; }
p { color: rgb(79,2,209); }
H1.HeaderClassName
{
color: #4F02D1;
}
.AnyTagClassName
{
color: #4F02D1;
}
</style>
background-color css
<style>
a { background-color: #4F02D1; }
a { background-color: rgb(79,2,209); }
div.DivClassName
{
background-color: #4F02D1;
}
.BgClassName
{
background-color: #4F02D1;
}
</style>
border-color css
<style>
span { border-color: #4F02D1; }
span { border-color: rgb(79,2,209); }
td.TdClassName
{
border-color: #4F02D1;
}
.TagClassName
{
border-color: #4F02D1;
}
</style>