Shades of Han Purple #4F2EE8
Tints of Han Purple #4F2EE8
RGB
CMYK
RGB Variations
Color information
#4F2EE8 (or 0x4F2EE8) is known color: Han Purple. HEX triplet: 4F, 2E and E8. RGB value is (79,46,232). Sum of RGB (Red+Green+Blue) = 79+46+232=357 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.13% from 357); Green value is 46 (18.36% from 255 or 12.89% from 357); Blue value is 232 (91.02% from 255 or 64.99% from 357); Max value from RGB is 232 - color contains mainly: blue. Hex color #4F2EE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F2EE8 is #B0D117. Grayscale: #4C4C4C. Windows color (decimal): -11587864 or 15216207. OLE color: 15216207.
HSL color Cylindrical-coordinate representation of color #4F2EE8: hue angle of 250.65º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F2EE8 is Cyan = 0.66, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 79 | 46 | 232 | - |
| CMYK | 0.66 | 0.80 | 0 | 0.09 |
| HSL | 250.65º | 0.8% | 0.55% | - |
| HSV(B) | 250.65º | 0.8% | 0.91% | - |
| XYZ | 18.77 | 9.44 | 77.18 | - |
| YUV | 77.07 | 215.43 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 46 | 232 | 0.66 | 0.80 | 0 | 0.09 | 250.65 | 0.8 | 0.55 |
| Hex | 4F | 2E | E8 | 42 | 50 | 0 | 9 | FB | 50 | 37 |
| Octal | 117 | 56 | 350 | 102 | 120 | 0 | 11 | 373 | 120 | 67 |
| Binary | 1001111 | 101110 | 11101000 | 1000010 | 1010000 | 0 | 1001 | 11111011 | 1010000 | 110111 |
Color Harmonies of #4F2EE8
Complementary color
Monochromatic Colors of #4F2EE8
Black with #4F2EE8
Text Example
Text Example
White with #4F2EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2EE8; }
p { color: rgb(79,46,232); }
H1.HeaderClassName
{
color: #4F2EE8;
}
.AnyTagClassName
{
color: #4F2EE8;
}
</style>
background-color css
<style>
a { background-color: #4F2EE8; }
a { background-color: rgb(79,46,232); }
div.DivClassName
{
background-color: #4F2EE8;
}
.BgClassName
{
background-color: #4F2EE8;
}
</style>
border-color css
<style>
span { border-color: #4F2EE8; }
span { border-color: rgb(79,46,232); }
td.TdClassName
{
border-color: #4F2EE8;
}
.TagClassName
{
border-color: #4F2EE8;
}
</style>