Shades of Hot Purple #4E1852
Tints of Hot Purple #4E1852
RGB
CMYK
RGB Variations
Color information
#4E1852 (or 0x4E1852) is known color: Hot Purple. HEX triplet: 4E, 18 and 52. RGB value is (78,24,82). Sum of RGB (Red+Green+Blue) = 78+24+82=184 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.39% from 184); Green value is 24 (9.77% from 255 or 13.04% from 184); Blue value is 82 (32.42% from 255 or 44.57% from 184); Max value from RGB is 82 - color contains mainly: blue. Hex color #4E1852 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E1852 is #B1E7AD. Grayscale: #2E2E2E. Windows color (decimal): -11659182 or 5380174. OLE color: 5380174.
HSL color Cylindrical-coordinate representation of color #4E1852: hue angle of 295.86º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4E1852 is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 78 | 24 | 82 | - |
| CMYK | 0.05 | 0.71 | 0 | 0.68 |
| HSL | 295.86º | 0.55% | 0.21% | - |
| HSV(B) | 295.86º | 0.71% | 0.32% | - |
| XYZ | 4.99 | 2.88 | 8.28 | - |
| YUV | 46.76 | 147.89 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 24 | 82 | 0.05 | 0.71 | 0 | 0.68 | 295.86 | 0.55 | 0.21 |
| Hex | 4E | 18 | 52 | 5 | 47 | 0 | 44 | 128 | 37 | 15 |
| Octal | 116 | 30 | 122 | 5 | 107 | 0 | 104 | 450 | 67 | 25 |
| Binary | 1001110 | 11000 | 1010010 | 101 | 1000111 | 0 | 1000100 | 100101000 | 110111 | 10101 |
Color Harmonies of #4E1852
Complementary color
Monochromatic Colors of #4E1852
Black with #4E1852
Text Example
Text Example
White with #4E1852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1852; }
p { color: rgb(78,24,82); }
H1.HeaderClassName
{
color: #4E1852;
}
.AnyTagClassName
{
color: #4E1852;
}
</style>
background-color css
<style>
a { background-color: #4E1852; }
a { background-color: rgb(78,24,82); }
div.DivClassName
{
background-color: #4E1852;
}
.BgClassName
{
background-color: #4E1852;
}
</style>
border-color css
<style>
span { border-color: #4E1852; }
span { border-color: rgb(78,24,82); }
td.TdClassName
{
border-color: #4E1852;
}
.TagClassName
{
border-color: #4E1852;
}
</style>