Shades of Hot Purple #53114E
Tints of Hot Purple #53114E
RGB
CMYK
RGB Variations
Color information
#53114E (or 0x53114E) is known color: Hot Purple. HEX triplet: 53, 11 and 4E. RGB value is (83,17,78). Sum of RGB (Red+Green+Blue) = 83+17+78=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 17 (7.03% from 255 or 9.55% from 178); Blue value is 78 (30.86% from 255 or 43.82% from 178); Max value from RGB is 83 - color contains mainly: red. Hex color #53114E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53114E is #ACEEB1. Grayscale: #2B2B2B. Windows color (decimal): -11333298 or 5116243. OLE color: 5116243.
HSL color Cylindrical-coordinate representation of color #53114E: hue angle of 304.55º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #53114E is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 17 | 78 | - |
| CMYK | 0 | 0.80 | 0.06 | 0.67 |
| HSL | 304.55º | 0.66% | 0.2% | - |
| HSV(B) | 304.55º | 0.8% | 0.33% | - |
| XYZ | 5.14 | 2.79 | 7.48 | - |
| YUV | 43.69 | 147.37 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 17 | 78 | 0 | 0.80 | 0.06 | 0.67 | 304.55 | 0.66 | 0.2 |
| Hex | 53 | 11 | 4E | 0 | 50 | 6 | 43 | 131 | 42 | 14 |
| Octal | 123 | 21 | 116 | 0 | 120 | 6 | 103 | 461 | 102 | 24 |
| Binary | 1010011 | 10001 | 1001110 | 0 | 1010000 | 110 | 1000011 | 100110001 | 1000010 | 10100 |
Color Harmonies of #53114E
Complementary color
Monochromatic Colors of #53114E
Black with #53114E
Text Example
Text Example
White with #53114E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53114E; }
p { color: rgb(83,17,78); }
H1.HeaderClassName
{
color: #53114E;
}
.AnyTagClassName
{
color: #53114E;
}
</style>
background-color css
<style>
a { background-color: #53114E; }
a { background-color: rgb(83,17,78); }
div.DivClassName
{
background-color: #53114E;
}
.BgClassName
{
background-color: #53114E;
}
</style>
border-color css
<style>
span { border-color: #53114E; }
span { border-color: rgb(83,17,78); }
td.TdClassName
{
border-color: #53114E;
}
.TagClassName
{
border-color: #53114E;
}
</style>