Shades of Han Purple #4F02EF
Tints of Han Purple #4F02EF
RGB
CMYK
RGB Variations
Color information
#4F02EF (or 0x4F02EF) is known color: Han Purple. HEX triplet: 4F, 02 and EF. RGB value is (79,2,239). Sum of RGB (Red+Green+Blue) = 79+2+239=320 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.69% from 320); Green value is 2 (1.17% from 255 or 0.62% from 320); Blue value is 239 (93.75% from 255 or 74.69% from 320); Max value from RGB is 239 - color contains mainly: blue. Hex color #4F02EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F02EF is #B0FD10. Grayscale: #333333. Windows color (decimal): -11599121 or 15663695. OLE color: 15663695.
HSL color Cylindrical-coordinate representation of color #4F02EF: hue angle of 259.49º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4F02EF is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 79 | 2 | 239 | - |
| CMYK | 0.67 | 0.99 | 0 | 0.06 |
| HSL | 259.49º | 0.98% | 0.47% | - |
| HSV(B) | 259.49º | 0.99% | 0.94% | - |
| XYZ | 18.83 | 7.94 | 82.2 | - |
| YUV | 52.04 | 233.51 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 2 | 239 | 0.67 | 0.99 | 0 | 0.06 | 259.49 | 0.98 | 0.47 |
| Hex | 4F | 2 | EF | 43 | 63 | 0 | 6 | 103 | 62 | 2F |
| Octal | 117 | 2 | 357 | 103 | 143 | 0 | 6 | 403 | 142 | 57 |
| Binary | 1001111 | 10 | 11101111 | 1000011 | 1100011 | 0 | 110 | 100000011 | 1100010 | 101111 |
Color Harmonies of #4F02EF
Complementary color
Monochromatic Colors of #4F02EF
Black with #4F02EF
Text Example
Text Example
White with #4F02EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F02EF; }
p { color: rgb(79,2,239); }
H1.HeaderClassName
{
color: #4F02EF;
}
.AnyTagClassName
{
color: #4F02EF;
}
</style>
background-color css
<style>
a { background-color: #4F02EF; }
a { background-color: rgb(79,2,239); }
div.DivClassName
{
background-color: #4F02EF;
}
.BgClassName
{
background-color: #4F02EF;
}
</style>
border-color css
<style>
span { border-color: #4F02EF; }
span { border-color: rgb(79,2,239); }
td.TdClassName
{
border-color: #4F02EF;
}
.TagClassName
{
border-color: #4F02EF;
}
</style>