Shades of Hot Purple #53055E
Tints of Hot Purple #53055E
RGB
CMYK
RGB Variations
Color information
#53055E (or 0x53055E) is known color: Hot Purple. HEX triplet: 53, 05 and 5E. RGB value is (83,5,94). Sum of RGB (Red+Green+Blue) = 83+5+94=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 94 (37.11% from 255 or 51.65% from 182); Max value from RGB is 94 - color contains mainly: blue. Hex color #53055E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53055E is #ACFAA1. Grayscale: #262626. Windows color (decimal): -11336354 or 6161747. OLE color: 6161747.
HSL color Cylindrical-coordinate representation of color #53055E: hue angle of 292.58º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #53055E is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 83 | 5 | 94 | - |
| CMYK | 0.12 | 0.95 | 0 | 0.63 |
| HSL | 292.58º | 0.9% | 0.19% | - |
| HSV(B) | 292.58º | 0.95% | 0.37% | - |
| XYZ | 5.64 | 2.76 | 10.82 | - |
| YUV | 38.47 | 159.34 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 5 | 94 | 0.12 | 0.95 | 0 | 0.63 | 292.58 | 0.9 | 0.19 |
| Hex | 53 | 5 | 5E | C | 5F | 0 | 3F | 125 | 5A | 13 |
| Octal | 123 | 5 | 136 | 14 | 137 | 0 | 77 | 445 | 132 | 23 |
| Binary | 1010011 | 101 | 1011110 | 1100 | 1011111 | 0 | 111111 | 100100101 | 1011010 | 10011 |
Color Harmonies of #53055E
Complementary color
Monochromatic Colors of #53055E
Black with #53055E
Text Example
Text Example
White with #53055E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53055E; }
p { color: rgb(83,5,94); }
H1.HeaderClassName
{
color: #53055E;
}
.AnyTagClassName
{
color: #53055E;
}
</style>
background-color css
<style>
a { background-color: #53055E; }
a { background-color: rgb(83,5,94); }
div.DivClassName
{
background-color: #53055E;
}
.BgClassName
{
background-color: #53055E;
}
</style>
border-color css
<style>
span { border-color: #53055E; }
span { border-color: rgb(83,5,94); }
td.TdClassName
{
border-color: #53055E;
}
.TagClassName
{
border-color: #53055E;
}
</style>