Shades of Hot Purple #4E0953
Tints of Hot Purple #4E0953
RGB
CMYK
RGB Variations
Color information
#4E0953 (or 0x4E0953) is known color: Hot Purple. HEX triplet: 4E, 09 and 53. RGB value is (78,9,83). Sum of RGB (Red+Green+Blue) = 78+9+83=170 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.88% from 170); Green value is 9 (3.91% from 255 or 5.29% from 170); Blue value is 83 (32.81% from 255 or 48.82% from 170); Max value from RGB is 83 - color contains mainly: blue. Hex color #4E0953 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0953 is #B1F6AC. Grayscale: #252525. Windows color (decimal): -11663021 or 5441870. OLE color: 5441870.
HSL color Cylindrical-coordinate representation of color #4E0953: hue angle of 295.95º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4E0953 is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 9 | 83 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.67 |
| HSL | 295.95º | 0.8% | 0.18% | - |
| HSV(B) | 295.95º | 0.89% | 0.33% | - |
| XYZ | 4.8 | 2.44 | 8.4 | - |
| YUV | 38.07 | 153.36 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 9 | 83 | 0.06 | 0.89 | 0 | 0.67 | 295.95 | 0.8 | 0.18 |
| Hex | 4E | 9 | 53 | 6 | 59 | 0 | 43 | 128 | 50 | 12 |
| Octal | 116 | 11 | 123 | 6 | 131 | 0 | 103 | 450 | 120 | 22 |
| Binary | 1001110 | 1001 | 1010011 | 110 | 1011001 | 0 | 1000011 | 100101000 | 1010000 | 10010 |
Color Harmonies of #4E0953
Complementary color
Monochromatic Colors of #4E0953
Black with #4E0953
Text Example
Text Example
White with #4E0953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0953; }
p { color: rgb(78,9,83); }
H1.HeaderClassName
{
color: #4E0953;
}
.AnyTagClassName
{
color: #4E0953;
}
</style>
background-color css
<style>
a { background-color: #4E0953; }
a { background-color: rgb(78,9,83); }
div.DivClassName
{
background-color: #4E0953;
}
.BgClassName
{
background-color: #4E0953;
}
</style>
border-color css
<style>
span { border-color: #4E0953; }
span { border-color: rgb(78,9,83); }
td.TdClassName
{
border-color: #4E0953;
}
.TagClassName
{
border-color: #4E0953;
}
</style>