Shades of Hot Purple #52175D
Tints of Hot Purple #52175D
RGB
CMYK
RGB Variations
Color information
#52175D (or 0x52175D) is known color: Hot Purple. HEX triplet: 52, 17 and 5D. RGB value is (82,23,93). Sum of RGB (Red+Green+Blue) = 82+23+93=198 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.41% from 198); Green value is 23 (9.38% from 255 or 11.62% from 198); Blue value is 93 (36.72% from 255 or 46.97% from 198); Max value from RGB is 93 - color contains mainly: blue. Hex color #52175D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52175D is #ADE8A2. Grayscale: #303030. Windows color (decimal): -11397283 or 6100818. OLE color: 6100818.
HSL color Cylindrical-coordinate representation of color #52175D: hue angle of 290.57º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #52175D is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 23 | 93 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.64 |
| HSL | 290.57º | 0.6% | 0.23% | - |
| HSV(B) | 290.57º | 0.75% | 0.36% | - |
| XYZ | 5.76 | 3.2 | 10.67 | - |
| YUV | 48.62 | 153.05 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 23 | 93 | 0.12 | 0.75 | 0 | 0.64 | 290.57 | 0.6 | 0.23 |
| Hex | 52 | 17 | 5D | C | 4B | 0 | 40 | 123 | 3C | 17 |
| Octal | 122 | 27 | 135 | 14 | 113 | 0 | 100 | 443 | 74 | 27 |
| Binary | 1010010 | 10111 | 1011101 | 1100 | 1001011 | 0 | 1000000 | 100100011 | 111100 | 10111 |
Color Harmonies of #52175D
Complementary color
Monochromatic Colors of #52175D
Black with #52175D
Text Example
Text Example
White with #52175D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52175D; }
p { color: rgb(82,23,93); }
H1.HeaderClassName
{
color: #52175D;
}
.AnyTagClassName
{
color: #52175D;
}
</style>
background-color css
<style>
a { background-color: #52175D; }
a { background-color: rgb(82,23,93); }
div.DivClassName
{
background-color: #52175D;
}
.BgClassName
{
background-color: #52175D;
}
</style>
border-color css
<style>
span { border-color: #52175D; }
span { border-color: rgb(82,23,93); }
td.TdClassName
{
border-color: #52175D;
}
.TagClassName
{
border-color: #52175D;
}
</style>