Shades of Hot Purple #4E2556
Tints of Hot Purple #4E2556
RGB
CMYK
RGB Variations
Color information
#4E2556 (or 0x4E2556) is known color: Hot Purple. HEX triplet: 4E, 25 and 56. RGB value is (78,37,86). Sum of RGB (Red+Green+Blue) = 78+37+86=201 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.81% from 201); Green value is 37 (14.84% from 255 or 18.41% from 201); Blue value is 86 (33.98% from 255 or 42.79% from 201); Max value from RGB is 86 - color contains mainly: blue. Hex color #4E2556 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2556 is #B1DAA9. Grayscale: #363636. Windows color (decimal): -11655850 or 5645646. OLE color: 5645646.
HSL color Cylindrical-coordinate representation of color #4E2556: hue angle of 290.2º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4E2556 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 78 | 37 | 86 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.66 |
| HSL | 290.2º | 0.4% | 0.24% | - |
| HSV(B) | 290.2º | 0.57% | 0.34% | - |
| XYZ | 5.48 | 3.61 | 9.21 | - |
| YUV | 54.85 | 145.58 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 37 | 86 | 0.09 | 0.57 | 0 | 0.66 | 290.2 | 0.4 | 0.24 |
| Hex | 4E | 25 | 56 | 9 | 39 | 0 | 42 | 122 | 28 | 18 |
| Octal | 116 | 45 | 126 | 11 | 71 | 0 | 102 | 442 | 50 | 30 |
| Binary | 1001110 | 100101 | 1010110 | 1001 | 111001 | 0 | 1000010 | 100100010 | 101000 | 11000 |
Color Harmonies of #4E2556
Complementary color
Monochromatic Colors of #4E2556
Black with #4E2556
Text Example
Text Example
White with #4E2556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2556; }
p { color: rgb(78,37,86); }
H1.HeaderClassName
{
color: #4E2556;
}
.AnyTagClassName
{
color: #4E2556;
}
</style>
background-color css
<style>
a { background-color: #4E2556; }
a { background-color: rgb(78,37,86); }
div.DivClassName
{
background-color: #4E2556;
}
.BgClassName
{
background-color: #4E2556;
}
</style>
border-color css
<style>
span { border-color: #4E2556; }
span { border-color: rgb(78,37,86); }
td.TdClassName
{
border-color: #4E2556;
}
.TagClassName
{
border-color: #4E2556;
}
</style>