Shades of Han Purple #4F0BE0
Tints of Han Purple #4F0BE0
RGB
CMYK
RGB Variations
Color information
#4F0BE0 (or 0x4F0BE0) is known color: Han Purple. HEX triplet: 4F, 0B and E0. RGB value is (79,11,224). Sum of RGB (Red+Green+Blue) = 79+11+224=314 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.16% from 314); Green value is 11 (4.69% from 255 or 3.50% from 314); Blue value is 224 (87.89% from 255 or 71.34% from 314); Max value from RGB is 224 - color contains mainly: blue. Hex color #4F0BE0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F0BE0 is #B0F41F. Grayscale: #363636. Windows color (decimal): -11596832 or 14682959. OLE color: 14682959.
HSL color Cylindrical-coordinate representation of color #4F0BE0: hue angle of 259.15º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4F0BE0 is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 79 | 11 | 224 | - |
| CMYK | 0.65 | 0.95 | 0 | 0.12 |
| HSL | 259.15º | 0.91% | 0.46% | - |
| HSV(B) | 259.15º | 0.95% | 0.88% | - |
| XYZ | 16.8 | 7.28 | 71.04 | - |
| YUV | 55.61 | 223.03 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 11 | 224 | 0.65 | 0.95 | 0 | 0.12 | 259.15 | 0.91 | 0.46 |
| Hex | 4F | B | E0 | 41 | 5F | 0 | C | 103 | 5B | 2E |
| Octal | 117 | 13 | 340 | 101 | 137 | 0 | 14 | 403 | 133 | 56 |
| Binary | 1001111 | 1011 | 11100000 | 1000001 | 1011111 | 0 | 1100 | 100000011 | 1011011 | 101110 |
Color Harmonies of #4F0BE0
Complementary color
Monochromatic Colors of #4F0BE0
Black with #4F0BE0
Text Example
Text Example
White with #4F0BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0BE0; }
p { color: rgb(79,11,224); }
H1.HeaderClassName
{
color: #4F0BE0;
}
.AnyTagClassName
{
color: #4F0BE0;
}
</style>
background-color css
<style>
a { background-color: #4F0BE0; }
a { background-color: rgb(79,11,224); }
div.DivClassName
{
background-color: #4F0BE0;
}
.BgClassName
{
background-color: #4F0BE0;
}
</style>
border-color css
<style>
span { border-color: #4F0BE0; }
span { border-color: rgb(79,11,224); }
td.TdClassName
{
border-color: #4F0BE0;
}
.TagClassName
{
border-color: #4F0BE0;
}
</style>