Shades of Hot Purple #52055D
Tints of Hot Purple #52055D
RGB
CMYK
RGB Variations
Color information
#52055D (or 0x52055D) is known color: Hot Purple. HEX triplet: 52, 05 and 5D. RGB value is (82,5,93). Sum of RGB (Red+Green+Blue) = 82+5+93=180 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.56% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 93 (36.72% from 255 or 51.67% from 180); Max value from RGB is 93 - color contains mainly: blue. Hex color #52055D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52055D is #ADFAA2. Grayscale: #252525. Windows color (decimal): -11401891 or 6096210. OLE color: 6096210.
HSL color Cylindrical-coordinate representation of color #52055D: hue angle of 292.5º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #52055D is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 5 | 93 | - |
| CMYK | 0.12 | 0.95 | 0 | 0.64 |
| HSL | 292.5º | 0.9% | 0.19% | - |
| HSV(B) | 292.5º | 0.95% | 0.36% | - |
| XYZ | 5.51 | 2.69 | 10.59 | - |
| YUV | 38.06 | 159.01 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 5 | 93 | 0.12 | 0.95 | 0 | 0.64 | 292.5 | 0.9 | 0.19 |
| Hex | 52 | 5 | 5D | C | 5F | 0 | 40 | 124 | 5A | 13 |
| Octal | 122 | 5 | 135 | 14 | 137 | 0 | 100 | 444 | 132 | 23 |
| Binary | 1010010 | 101 | 1011101 | 1100 | 1011111 | 0 | 1000000 | 100100100 | 1011010 | 10011 |
Color Harmonies of #52055D
Complementary color
Monochromatic Colors of #52055D
Black with #52055D
Text Example
Text Example
White with #52055D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52055D; }
p { color: rgb(82,5,93); }
H1.HeaderClassName
{
color: #52055D;
}
.AnyTagClassName
{
color: #52055D;
}
</style>
background-color css
<style>
a { background-color: #52055D; }
a { background-color: rgb(82,5,93); }
div.DivClassName
{
background-color: #52055D;
}
.BgClassName
{
background-color: #52055D;
}
</style>
border-color css
<style>
span { border-color: #52055D; }
span { border-color: rgb(82,5,93); }
td.TdClassName
{
border-color: #52055D;
}
.TagClassName
{
border-color: #52055D;
}
</style>