Shades of Han Purple #4F2EEB
Tints of Han Purple #4F2EEB
RGB
CMYK
RGB Variations
Color information
#4F2EEB (or 0x4F2EEB) is known color: Han Purple. HEX triplet: 4F, 2E and EB. RGB value is (79,46,235). Sum of RGB (Red+Green+Blue) = 79+46+235=360 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.94% from 360); Green value is 46 (18.36% from 255 or 12.78% from 360); Blue value is 235 (92.19% from 255 or 65.28% from 360); Max value from RGB is 235 - color contains mainly: blue. Hex color #4F2EEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F2EEB is #B0D114. Grayscale: #4C4C4C. Windows color (decimal): -11587861 or 15412815. OLE color: 15412815.
HSL color Cylindrical-coordinate representation of color #4F2EEB: hue angle of 250.48º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F2EEB is Cyan = 0.66, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 79 | 46 | 235 | - |
| CMYK | 0.66 | 0.80 | 0 | 0.08 |
| HSL | 250.48º | 0.83% | 0.55% | - |
| HSV(B) | 250.48º | 0.8% | 0.92% | - |
| XYZ | 19.2 | 9.61 | 79.44 | - |
| YUV | 77.41 | 216.93 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 46 | 235 | 0.66 | 0.80 | 0 | 0.08 | 250.48 | 0.83 | 0.55 |
| Hex | 4F | 2E | EB | 42 | 50 | 0 | 8 | FA | 53 | 37 |
| Octal | 117 | 56 | 353 | 102 | 120 | 0 | 10 | 372 | 123 | 67 |
| Binary | 1001111 | 101110 | 11101011 | 1000010 | 1010000 | 0 | 1000 | 11111010 | 1010011 | 110111 |
Color Harmonies of #4F2EEB
Complementary color
Monochromatic Colors of #4F2EEB
Black with #4F2EEB
Text Example
Text Example
White with #4F2EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2EEB; }
p { color: rgb(79,46,235); }
H1.HeaderClassName
{
color: #4F2EEB;
}
.AnyTagClassName
{
color: #4F2EEB;
}
</style>
background-color css
<style>
a { background-color: #4F2EEB; }
a { background-color: rgb(79,46,235); }
div.DivClassName
{
background-color: #4F2EEB;
}
.BgClassName
{
background-color: #4F2EEB;
}
</style>
border-color css
<style>
span { border-color: #4F2EEB; }
span { border-color: rgb(79,46,235); }
td.TdClassName
{
border-color: #4F2EEB;
}
.TagClassName
{
border-color: #4F2EEB;
}
</style>