Shades of Hot Purple #52035C
Tints of Hot Purple #52035C
RGB
CMYK
RGB Variations
Color information
#52035C (or 0x52035C) is known color: Hot Purple. HEX triplet: 52, 03 and 5C. RGB value is (82,3,92). Sum of RGB (Red+Green+Blue) = 82+3+92=177 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.33% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 92 (36.33% from 255 or 51.98% from 177); Max value from RGB is 92 - color contains mainly: blue. Hex color #52035C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52035C is #ADFCA3. Grayscale: #242424. Windows color (decimal): -11402404 or 6030162. OLE color: 6030162.
HSL color Cylindrical-coordinate representation of color #52035C: hue angle of 293.26º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #52035C is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 3 | 92 | - |
| CMYK | 0.11 | 0.97 | 0 | 0.64 |
| HSL | 293.26º | 0.94% | 0.19% | - |
| HSV(B) | 293.26º | 0.97% | 0.36% | - |
| XYZ | 5.44 | 2.63 | 10.35 | - |
| YUV | 36.77 | 159.17 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 3 | 92 | 0.11 | 0.97 | 0 | 0.64 | 293.26 | 0.94 | 0.19 |
| Hex | 52 | 3 | 5C | B | 61 | 0 | 40 | 125 | 5E | 13 |
| Octal | 122 | 3 | 134 | 13 | 141 | 0 | 100 | 445 | 136 | 23 |
| Binary | 1010010 | 11 | 1011100 | 1011 | 1100001 | 0 | 1000000 | 100100101 | 1011110 | 10011 |
Color Harmonies of #52035C
Complementary color
Monochromatic Colors of #52035C
Black with #52035C
Text Example
Text Example
White with #52035C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52035C; }
p { color: rgb(82,3,92); }
H1.HeaderClassName
{
color: #52035C;
}
.AnyTagClassName
{
color: #52035C;
}
</style>
background-color css
<style>
a { background-color: #52035C; }
a { background-color: rgb(82,3,92); }
div.DivClassName
{
background-color: #52035C;
}
.BgClassName
{
background-color: #52035C;
}
</style>
border-color css
<style>
span { border-color: #52035C; }
span { border-color: rgb(82,3,92); }
td.TdClassName
{
border-color: #52035C;
}
.TagClassName
{
border-color: #52035C;
}
</style>