Shades of Han Purple #4F01EF
Tints of Han Purple #4F01EF
RGB
CMYK
RGB Variations
Color information
#4F01EF (or 0x4F01EF) is known color: Han Purple. HEX triplet: 4F, 01 and EF. RGB value is (79,1,239). Sum of RGB (Red+Green+Blue) = 79+1+239=319 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.76% from 319); Green value is 1 (0.78% from 255 or 0.31% from 319); Blue value is 239 (93.75% from 255 or 74.92% from 319); Max value from RGB is 239 - color contains mainly: blue. Hex color #4F01EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F01EF is #B0FE10. Grayscale: #323232. Windows color (decimal): -11599377 or 15663439. OLE color: 15663439.
HSL color Cylindrical-coordinate representation of color #4F01EF: hue angle of 259.66º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4F01EF is Cyan = 0.67, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 79 | 1 | 239 | - |
| CMYK | 0.67 | 1.00 | 0 | 0.06 |
| HSL | 259.66º | 0.99% | 0.47% | - |
| HSV(B) | 259.66º | 1% | 0.94% | - |
| XYZ | 18.82 | 7.92 | 82.2 | - |
| YUV | 51.45 | 233.84 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 1 | 239 | 0.67 | 1.00 | 0 | 0.06 | 259.66 | 0.99 | 0.47 |
| Hex | 4F | 1 | EF | 43 | 64 | 0 | 6 | 104 | 63 | 2F |
| Octal | 117 | 1 | 357 | 103 | 144 | 0 | 6 | 404 | 143 | 57 |
| Binary | 1001111 | 1 | 11101111 | 1000011 | 1100100 | 0 | 110 | 100000100 | 1100011 | 101111 |
Color Harmonies of #4F01EF
Complementary color
Monochromatic Colors of #4F01EF
Black with #4F01EF
Text Example
Text Example
White with #4F01EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F01EF; }
p { color: rgb(79,1,239); }
H1.HeaderClassName
{
color: #4F01EF;
}
.AnyTagClassName
{
color: #4F01EF;
}
</style>
background-color css
<style>
a { background-color: #4F01EF; }
a { background-color: rgb(79,1,239); }
div.DivClassName
{
background-color: #4F01EF;
}
.BgClassName
{
background-color: #4F01EF;
}
</style>
border-color css
<style>
span { border-color: #4F01EF; }
span { border-color: rgb(79,1,239); }
td.TdClassName
{
border-color: #4F01EF;
}
.TagClassName
{
border-color: #4F01EF;
}
</style>