Shades of Hot Purple #52055C
Tints of Hot Purple #52055C
RGB
CMYK
RGB Variations
Color information
#52055C (or 0x52055C) is known color: Hot Purple. HEX triplet: 52, 05 and 5C. RGB value is (82,5,92). Sum of RGB (Red+Green+Blue) = 82+5+92=179 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.81% from 179); Green value is 5 (2.34% from 255 or 2.79% from 179); Blue value is 92 (36.33% from 255 or 51.40% from 179); Max value from RGB is 92 - color contains mainly: blue. Hex color #52055C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52055C is #ADFAA3. Grayscale: #252525. Windows color (decimal): -11401892 or 6030674. OLE color: 6030674.
HSL color Cylindrical-coordinate representation of color #52055C: hue angle of 293.1º 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 #52055C is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 5 | 92 | - |
| CMYK | 0.11 | 0.95 | 0 | 0.64 |
| HSL | 293.1º | 0.9% | 0.19% | - |
| HSV(B) | 293.1º | 0.95% | 0.36% | - |
| XYZ | 5.47 | 2.68 | 10.35 | - |
| YUV | 37.94 | 158.51 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 5 | 92 | 0.11 | 0.95 | 0 | 0.64 | 293.1 | 0.9 | 0.19 |
| Hex | 52 | 5 | 5C | B | 5F | 0 | 40 | 125 | 5A | 13 |
| Octal | 122 | 5 | 134 | 13 | 137 | 0 | 100 | 445 | 132 | 23 |
| Binary | 1010010 | 101 | 1011100 | 1011 | 1011111 | 0 | 1000000 | 100100101 | 1011010 | 10011 |
Color Harmonies of #52055C
Complementary color
Monochromatic Colors of #52055C
Black with #52055C
Text Example
Text Example
White with #52055C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52055C; }
p { color: rgb(82,5,92); }
H1.HeaderClassName
{
color: #52055C;
}
.AnyTagClassName
{
color: #52055C;
}
</style>
background-color css
<style>
a { background-color: #52055C; }
a { background-color: rgb(82,5,92); }
div.DivClassName
{
background-color: #52055C;
}
.BgClassName
{
background-color: #52055C;
}
</style>
border-color css
<style>
span { border-color: #52055C; }
span { border-color: rgb(82,5,92); }
td.TdClassName
{
border-color: #52055C;
}
.TagClassName
{
border-color: #52055C;
}
</style>