Shades of Hot Purple #52175C
Tints of Hot Purple #52175C
RGB
CMYK
RGB Variations
Color information
#52175C (or 0x52175C) is known color: Hot Purple. HEX triplet: 52, 17 and 5C. RGB value is (82,23,92). Sum of RGB (Red+Green+Blue) = 82+23+92=197 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.62% from 197); Green value is 23 (9.38% from 255 or 11.68% from 197); Blue value is 92 (36.33% from 255 or 46.70% from 197); Max value from RGB is 92 - color contains mainly: blue. Hex color #52175C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52175C is #ADE8A3. Grayscale: #303030. Windows color (decimal): -11397284 or 6035282. OLE color: 6035282.
HSL color Cylindrical-coordinate representation of color #52175C: hue angle of 291.3º 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 #52175C is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 23 | 92 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.64 |
| HSL | 291.3º | 0.6% | 0.23% | - |
| HSV(B) | 291.3º | 0.75% | 0.36% | - |
| XYZ | 5.72 | 3.18 | 10.44 | - |
| YUV | 48.51 | 152.55 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 23 | 92 | 0.11 | 0.75 | 0 | 0.64 | 291.3 | 0.6 | 0.23 |
| Hex | 52 | 17 | 5C | B | 4B | 0 | 40 | 123 | 3C | 17 |
| Octal | 122 | 27 | 134 | 13 | 113 | 0 | 100 | 443 | 74 | 27 |
| Binary | 1010010 | 10111 | 1011100 | 1011 | 1001011 | 0 | 1000000 | 100100011 | 111100 | 10111 |
Color Harmonies of #52175C
Complementary color
Monochromatic Colors of #52175C
Black with #52175C
Text Example
Text Example
White with #52175C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52175C; }
p { color: rgb(82,23,92); }
H1.HeaderClassName
{
color: #52175C;
}
.AnyTagClassName
{
color: #52175C;
}
</style>
background-color css
<style>
a { background-color: #52175C; }
a { background-color: rgb(82,23,92); }
div.DivClassName
{
background-color: #52175C;
}
.BgClassName
{
background-color: #52175C;
}
</style>
border-color css
<style>
span { border-color: #52175C; }
span { border-color: rgb(82,23,92); }
td.TdClassName
{
border-color: #52175C;
}
.TagClassName
{
border-color: #52175C;
}
</style>