Shades of Hot Purple #4E0F53
Tints of Hot Purple #4E0F53
RGB
CMYK
RGB Variations
Color information
#4E0F53 (or 0x4E0F53) is known color: Hot Purple. HEX triplet: 4E, 0F and 53. RGB value is (78,15,83). Sum of RGB (Red+Green+Blue) = 78+15+83=176 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.32% from 176); Green value is 15 (6.25% from 255 or 8.52% from 176); Blue value is 83 (32.81% from 255 or 47.16% from 176); Max value from RGB is 83 - color contains mainly: blue. Hex color #4E0F53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0F53 is #B1F0AC. Grayscale: #292929. Windows color (decimal): -11661485 or 5443406. OLE color: 5443406.
HSL color Cylindrical-coordinate representation of color #4E0F53: hue angle of 295.59º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4E0F53 is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 15 | 83 | - |
| CMYK | 0.06 | 0.82 | 0 | 0.67 |
| HSL | 295.59º | 0.69% | 0.19% | - |
| HSV(B) | 295.59º | 0.82% | 0.33% | - |
| XYZ | 4.87 | 2.59 | 8.43 | - |
| YUV | 41.59 | 151.37 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 15 | 83 | 0.06 | 0.82 | 0 | 0.67 | 295.59 | 0.69 | 0.19 |
| Hex | 4E | F | 53 | 6 | 52 | 0 | 43 | 128 | 45 | 13 |
| Octal | 116 | 17 | 123 | 6 | 122 | 0 | 103 | 450 | 105 | 23 |
| Binary | 1001110 | 1111 | 1010011 | 110 | 1010010 | 0 | 1000011 | 100101000 | 1000101 | 10011 |
Color Harmonies of #4E0F53
Complementary color
Monochromatic Colors of #4E0F53
Black with #4E0F53
Text Example
Text Example
White with #4E0F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0F53; }
p { color: rgb(78,15,83); }
H1.HeaderClassName
{
color: #4E0F53;
}
.AnyTagClassName
{
color: #4E0F53;
}
</style>
background-color css
<style>
a { background-color: #4E0F53; }
a { background-color: rgb(78,15,83); }
div.DivClassName
{
background-color: #4E0F53;
}
.BgClassName
{
background-color: #4E0F53;
}
</style>
border-color css
<style>
span { border-color: #4E0F53; }
span { border-color: rgb(78,15,83); }
td.TdClassName
{
border-color: #4E0F53;
}
.TagClassName
{
border-color: #4E0F53;
}
</style>