Shades of Han Purple #4F2EE7
Tints of Han Purple #4F2EE7
RGB
CMYK
RGB Variations
Color information
#4F2EE7 (or 0x4F2EE7) is known color: Han Purple. HEX triplet: 4F, 2E and E7. RGB value is (79,46,231). Sum of RGB (Red+Green+Blue) = 79+46+231=356 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.19% from 356); Green value is 46 (18.36% from 255 or 12.92% from 356); Blue value is 231 (90.62% from 255 or 64.89% from 356); Max value from RGB is 231 - color contains mainly: blue. Hex color #4F2EE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F2EE7 is #B0D118. Grayscale: #4C4C4C. Windows color (decimal): -11587865 or 15150671. OLE color: 15150671.
HSL color Cylindrical-coordinate representation of color #4F2EE7: hue angle of 250.7º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F2EE7 is Cyan = 0.66, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 79 | 46 | 231 | - |
| CMYK | 0.66 | 0.80 | 0 | 0.09 |
| HSL | 250.7º | 0.79% | 0.54% | - |
| HSV(B) | 250.7º | 0.8% | 0.91% | - |
| XYZ | 18.63 | 9.39 | 76.43 | - |
| YUV | 76.96 | 214.93 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 46 | 231 | 0.66 | 0.80 | 0 | 0.09 | 250.7 | 0.79 | 0.54 |
| Hex | 4F | 2E | E7 | 42 | 50 | 0 | 9 | FB | 4F | 36 |
| Octal | 117 | 56 | 347 | 102 | 120 | 0 | 11 | 373 | 117 | 66 |
| Binary | 1001111 | 101110 | 11100111 | 1000010 | 1010000 | 0 | 1001 | 11111011 | 1001111 | 110110 |
Color Harmonies of #4F2EE7
Complementary color
Monochromatic Colors of #4F2EE7
Black with #4F2EE7
Text Example
Text Example
White with #4F2EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2EE7; }
p { color: rgb(79,46,231); }
H1.HeaderClassName
{
color: #4F2EE7;
}
.AnyTagClassName
{
color: #4F2EE7;
}
</style>
background-color css
<style>
a { background-color: #4F2EE7; }
a { background-color: rgb(79,46,231); }
div.DivClassName
{
background-color: #4F2EE7;
}
.BgClassName
{
background-color: #4F2EE7;
}
</style>
border-color css
<style>
span { border-color: #4F2EE7; }
span { border-color: rgb(79,46,231); }
td.TdClassName
{
border-color: #4F2EE7;
}
.TagClassName
{
border-color: #4F2EE7;
}
</style>