Shades of Han Purple #4F0EFB
Tints of Han Purple #4F0EFB
RGB
CMYK
RGB Variations
Color information
#4F0EFB (or 0x4F0EFB) is known color: Han Purple. HEX triplet: 4F, 0E and FB. RGB value is (79,14,251). Sum of RGB (Red+Green+Blue) = 79+14+251=344 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.97% from 344); Green value is 14 (5.86% from 255 or 4.07% from 344); Blue value is 251 (98.44% from 255 or 72.97% from 344); Max value from RGB is 251 - color contains mainly: blue. Hex color #4F0EFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F0EFB is #B0F104. Grayscale: #3B3B3B. Windows color (decimal): -11596037 or 16453199. OLE color: 16453199.
HSL color Cylindrical-coordinate representation of color #4F0EFB: hue angle of 256.46º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4F0EFB is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 14 | 251 | - |
| CMYK | 0.69 | 0.94 | 0 | 0.02 |
| HSL | 256.46º | 0.97% | 0.52% | - |
| HSV(B) | 256.46º | 0.94% | 0.98% | - |
| XYZ | 20.79 | 8.94 | 91.9 | - |
| YUV | 60.45 | 235.53 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 14 | 251 | 0.69 | 0.94 | 0 | 0.02 | 256.46 | 0.97 | 0.52 |
| Hex | 4F | E | FB | 45 | 5E | 0 | 2 | 100 | 61 | 34 |
| Octal | 117 | 16 | 373 | 105 | 136 | 0 | 2 | 400 | 141 | 64 |
| Binary | 1001111 | 1110 | 11111011 | 1000101 | 1011110 | 0 | 10 | 100000000 | 1100001 | 110100 |
Color Harmonies of #4F0EFB
Complementary color
Monochromatic Colors of #4F0EFB
Black with #4F0EFB
Text Example
Text Example
White with #4F0EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0EFB; }
p { color: rgb(79,14,251); }
H1.HeaderClassName
{
color: #4F0EFB;
}
.AnyTagClassName
{
color: #4F0EFB;
}
</style>
background-color css
<style>
a { background-color: #4F0EFB; }
a { background-color: rgb(79,14,251); }
div.DivClassName
{
background-color: #4F0EFB;
}
.BgClassName
{
background-color: #4F0EFB;
}
</style>
border-color css
<style>
span { border-color: #4F0EFB; }
span { border-color: rgb(79,14,251); }
td.TdClassName
{
border-color: #4F0EFB;
}
.TagClassName
{
border-color: #4F0EFB;
}
</style>