Shades of Hot Purple #4E0857
Tints of Hot Purple #4E0857
RGB
CMYK
RGB Variations
Color information
#4E0857 (or 0x4E0857) is known color: Hot Purple. HEX triplet: 4E, 08 and 57. RGB value is (78,8,87). Sum of RGB (Red+Green+Blue) = 78+8+87=173 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.09% from 173); Green value is 8 (3.52% from 255 or 4.62% from 173); Blue value is 87 (34.38% from 255 or 50.29% from 173); Max value from RGB is 87 - color contains mainly: blue. Hex color #4E0857 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0857 is #B1F7A8. Grayscale: #252525. Windows color (decimal): -11663273 or 5703758. OLE color: 5703758.
HSL color Cylindrical-coordinate representation of color #4E0857: hue angle of 293.16º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4E0857 is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 78 | 8 | 87 | - |
| CMYK | 0.10 | 0.91 | 0 | 0.66 |
| HSL | 293.16º | 0.83% | 0.19% | - |
| HSV(B) | 293.16º | 0.91% | 0.34% | - |
| XYZ | 4.95 | 2.48 | 9.23 | - |
| YUV | 37.94 | 155.69 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 8 | 87 | 0.10 | 0.91 | 0 | 0.66 | 293.16 | 0.83 | 0.19 |
| Hex | 4E | 8 | 57 | A | 5B | 0 | 42 | 125 | 53 | 13 |
| Octal | 116 | 10 | 127 | 12 | 133 | 0 | 102 | 445 | 123 | 23 |
| Binary | 1001110 | 1000 | 1010111 | 1010 | 1011011 | 0 | 1000010 | 100100101 | 1010011 | 10011 |
Color Harmonies of #4E0857
Complementary color
Monochromatic Colors of #4E0857
Black with #4E0857
Text Example
Text Example
White with #4E0857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0857; }
p { color: rgb(78,8,87); }
H1.HeaderClassName
{
color: #4E0857;
}
.AnyTagClassName
{
color: #4E0857;
}
</style>
background-color css
<style>
a { background-color: #4E0857; }
a { background-color: rgb(78,8,87); }
div.DivClassName
{
background-color: #4E0857;
}
.BgClassName
{
background-color: #4E0857;
}
</style>
border-color css
<style>
span { border-color: #4E0857; }
span { border-color: rgb(78,8,87); }
td.TdClassName
{
border-color: #4E0857;
}
.TagClassName
{
border-color: #4E0857;
}
</style>