Shades of Hot Purple #4E0257
Tints of Hot Purple #4E0257
RGB
CMYK
RGB Variations
Color information
#4E0257 (or 0x4E0257) is known color: Hot Purple. HEX triplet: 4E, 02 and 57. RGB value is (78,2,87). Sum of RGB (Red+Green+Blue) = 78+2+87=167 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.71% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 87 (34.38% from 255 or 52.10% from 167); Max value from RGB is 87 - color contains mainly: blue. Hex color #4E0257 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0257 is #B1FDA8. Grayscale: #222222. Windows color (decimal): -11664809 or 5702222. OLE color: 5702222.
HSL color Cylindrical-coordinate representation of color #4E0257: hue angle of 293.65º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4E0257 is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 78 | 2 | 87 | - |
| CMYK | 0.10 | 0.98 | 0 | 0.66 |
| HSL | 293.65º | 0.96% | 0.17% | - |
| HSV(B) | 293.65º | 0.98% | 0.34% | - |
| XYZ | 4.88 | 2.35 | 9.21 | - |
| YUV | 34.41 | 157.68 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 2 | 87 | 0.10 | 0.98 | 0 | 0.66 | 293.65 | 0.96 | 0.17 |
| Hex | 4E | 2 | 57 | A | 62 | 0 | 42 | 126 | 60 | 11 |
| Octal | 116 | 2 | 127 | 12 | 142 | 0 | 102 | 446 | 140 | 21 |
| Binary | 1001110 | 10 | 1010111 | 1010 | 1100010 | 0 | 1000010 | 100100110 | 1100000 | 10001 |
Color Harmonies of #4E0257
Complementary color
Monochromatic Colors of #4E0257
Black with #4E0257
Text Example
Text Example
White with #4E0257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0257; }
p { color: rgb(78,2,87); }
H1.HeaderClassName
{
color: #4E0257;
}
.AnyTagClassName
{
color: #4E0257;
}
</style>
background-color css
<style>
a { background-color: #4E0257; }
a { background-color: rgb(78,2,87); }
div.DivClassName
{
background-color: #4E0257;
}
.BgClassName
{
background-color: #4E0257;
}
</style>
border-color css
<style>
span { border-color: #4E0257; }
span { border-color: rgb(78,2,87); }
td.TdClassName
{
border-color: #4E0257;
}
.TagClassName
{
border-color: #4E0257;
}
</style>