Shades of Han Purple #4F02CF
Tints of Han Purple #4F02CF
RGB
CMYK
RGB Variations
Color information
#4F02CF (or 0x4F02CF) is known color: Han Purple. HEX triplet: 4F, 02 and CF. RGB value is (79,2,207). Sum of RGB (Red+Green+Blue) = 79+2+207=288 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.43% from 288); Green value is 2 (1.17% from 255 or 0.69% from 288); Blue value is 207 (81.25% from 255 or 71.88% from 288); Max value from RGB is 207 - color contains mainly: blue. Hex color #4F02CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F02CF is #B0FD30. Grayscale: #2F2F2F. Windows color (decimal): -11599153 or 13566543. OLE color: 13566543.
HSL color Cylindrical-coordinate representation of color #4F02CF: hue angle of 262.54º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4F02CF is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 79 | 2 | 207 | - |
| CMYK | 0.62 | 0.99 | 0 | 0.19 |
| HSL | 262.54º | 0.98% | 0.41% | - |
| HSV(B) | 262.54º | 0.99% | 0.81% | - |
| XYZ | 14.51 | 6.21 | 59.47 | - |
| YUV | 48.39 | 217.51 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 2 | 207 | 0.62 | 0.99 | 0 | 0.19 | 262.54 | 0.98 | 0.41 |
| Hex | 4F | 2 | CF | 3E | 63 | 0 | 13 | 107 | 62 | 29 |
| Octal | 117 | 2 | 317 | 76 | 143 | 0 | 23 | 407 | 142 | 51 |
| Binary | 1001111 | 10 | 11001111 | 111110 | 1100011 | 0 | 10011 | 100000111 | 1100010 | 101001 |
Color Harmonies of #4F02CF
Complementary color
Monochromatic Colors of #4F02CF
Black with #4F02CF
Text Example
Text Example
White with #4F02CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F02CF; }
p { color: rgb(79,2,207); }
H1.HeaderClassName
{
color: #4F02CF;
}
.AnyTagClassName
{
color: #4F02CF;
}
</style>
background-color css
<style>
a { background-color: #4F02CF; }
a { background-color: rgb(79,2,207); }
div.DivClassName
{
background-color: #4F02CF;
}
.BgClassName
{
background-color: #4F02CF;
}
</style>
border-color css
<style>
span { border-color: #4F02CF; }
span { border-color: rgb(79,2,207); }
td.TdClassName
{
border-color: #4F02CF;
}
.TagClassName
{
border-color: #4F02CF;
}
</style>