Shades of Hot Purple #4E2D53
Tints of Hot Purple #4E2D53
RGB
CMYK
RGB Variations
Color information
#4E2D53 (or 0x4E2D53) is known color: Hot Purple. HEX triplet: 4E, 2D and 53. RGB value is (78,45,83). Sum of RGB (Red+Green+Blue) = 78+45+83=206 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.86% from 206); Green value is 45 (17.97% from 255 or 21.84% from 206); Blue value is 83 (32.81% from 255 or 40.29% from 206); Max value from RGB is 83 - color contains mainly: blue. Hex color #4E2D53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2D53 is #B1D2AC. Grayscale: #3B3B3B. Windows color (decimal): -11653805 or 5451086. OLE color: 5451086.
HSL color Cylindrical-coordinate representation of color #4E2D53: hue angle of 292.11º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4E2D53 is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 45 | 83 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.67 |
| HSL | 292.11º | 0.3% | 0.25% | - |
| HSV(B) | 292.11º | 0.46% | 0.33% | - |
| XYZ | 5.64 | 4.12 | 8.68 | - |
| YUV | 59.2 | 141.43 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 45 | 83 | 0.06 | 0.46 | 0 | 0.67 | 292.11 | 0.3 | 0.25 |
| Hex | 4E | 2D | 53 | 6 | 2E | 0 | 43 | 124 | 1E | 19 |
| Octal | 116 | 55 | 123 | 6 | 56 | 0 | 103 | 444 | 36 | 31 |
| Binary | 1001110 | 101101 | 1010011 | 110 | 101110 | 0 | 1000011 | 100100100 | 11110 | 11001 |
Color Harmonies of #4E2D53
Complementary color
Monochromatic Colors of #4E2D53
Black with #4E2D53
Text Example
Text Example
White with #4E2D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2D53; }
p { color: rgb(78,45,83); }
H1.HeaderClassName
{
color: #4E2D53;
}
.AnyTagClassName
{
color: #4E2D53;
}
</style>
background-color css
<style>
a { background-color: #4E2D53; }
a { background-color: rgb(78,45,83); }
div.DivClassName
{
background-color: #4E2D53;
}
.BgClassName
{
background-color: #4E2D53;
}
</style>
border-color css
<style>
span { border-color: #4E2D53; }
span { border-color: rgb(78,45,83); }
td.TdClassName
{
border-color: #4E2D53;
}
.TagClassName
{
border-color: #4E2D53;
}
</style>