Shades of Hot Purple #52055E
Tints of Hot Purple #52055E
RGB
CMYK
RGB Variations
Color information
#52055E (or 0x52055E) is known color: Hot Purple. HEX triplet: 52, 05 and 5E. RGB value is (82,5,94). Sum of RGB (Red+Green+Blue) = 82+5+94=181 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.30% from 181); Green value is 5 (2.34% from 255 or 2.76% from 181); Blue value is 94 (37.11% from 255 or 51.93% from 181); Max value from RGB is 94 - color contains mainly: blue. Hex color #52055E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52055E is #ADFAA1. Grayscale: #252525. Windows color (decimal): -11401890 or 6161746. OLE color: 6161746.
HSL color Cylindrical-coordinate representation of color #52055E: hue angle of 291.91º 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 #52055E is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 82 | 5 | 94 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.63 |
| HSL | 291.91º | 0.9% | 0.19% | - |
| HSV(B) | 291.91º | 0.95% | 0.37% | - |
| XYZ | 5.55 | 2.71 | 10.82 | - |
| YUV | 38.17 | 159.51 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 5 | 94 | 0.13 | 0.95 | 0 | 0.63 | 291.91 | 0.9 | 0.19 |
| Hex | 52 | 5 | 5E | D | 5F | 0 | 3F | 124 | 5A | 13 |
| Octal | 122 | 5 | 136 | 15 | 137 | 0 | 77 | 444 | 132 | 23 |
| Binary | 1010010 | 101 | 1011110 | 1101 | 1011111 | 0 | 111111 | 100100100 | 1011010 | 10011 |
Color Harmonies of #52055E
Complementary color
Monochromatic Colors of #52055E
Black with #52055E
Text Example
Text Example
White with #52055E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52055E; }
p { color: rgb(82,5,94); }
H1.HeaderClassName
{
color: #52055E;
}
.AnyTagClassName
{
color: #52055E;
}
</style>
background-color css
<style>
a { background-color: #52055E; }
a { background-color: rgb(82,5,94); }
div.DivClassName
{
background-color: #52055E;
}
.BgClassName
{
background-color: #52055E;
}
</style>
border-color css
<style>
span { border-color: #52055E; }
span { border-color: rgb(82,5,94); }
td.TdClassName
{
border-color: #52055E;
}
.TagClassName
{
border-color: #52055E;
}
</style>