Shades of Hot Purple #52195C
Tints of Hot Purple #52195C
RGB
CMYK
RGB Variations
Color information
#52195C (or 0x52195C) is known color: Hot Purple. HEX triplet: 52, 19 and 5C. RGB value is (82,25,92). Sum of RGB (Red+Green+Blue) = 82+25+92=199 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.21% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 92 (36.33% from 255 or 46.23% from 199); Max value from RGB is 92 - color contains mainly: blue. Hex color #52195C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52195C is #ADE6A3. Grayscale: #313131. Windows color (decimal): -11396772 or 6035794. OLE color: 6035794.
HSL color Cylindrical-coordinate representation of color #52195C: hue angle of 291.04º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #52195C is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 25 | 92 | - |
| CMYK | 0.11 | 0.73 | 0 | 0.64 |
| HSL | 291.04º | 0.57% | 0.23% | - |
| HSV(B) | 291.04º | 0.73% | 0.36% | - |
| XYZ | 5.76 | 3.26 | 10.45 | - |
| YUV | 49.68 | 151.88 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 25 | 92 | 0.11 | 0.73 | 0 | 0.64 | 291.04 | 0.57 | 0.23 |
| Hex | 52 | 19 | 5C | B | 49 | 0 | 40 | 123 | 39 | 17 |
| Octal | 122 | 31 | 134 | 13 | 111 | 0 | 100 | 443 | 71 | 27 |
| Binary | 1010010 | 11001 | 1011100 | 1011 | 1001001 | 0 | 1000000 | 100100011 | 111001 | 10111 |
Color Harmonies of #52195C
Complementary color
Monochromatic Colors of #52195C
Black with #52195C
Text Example
Text Example
White with #52195C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52195C; }
p { color: rgb(82,25,92); }
H1.HeaderClassName
{
color: #52195C;
}
.AnyTagClassName
{
color: #52195C;
}
</style>
background-color css
<style>
a { background-color: #52195C; }
a { background-color: rgb(82,25,92); }
div.DivClassName
{
background-color: #52195C;
}
.BgClassName
{
background-color: #52195C;
}
</style>
border-color css
<style>
span { border-color: #52195C; }
span { border-color: rgb(82,25,92); }
td.TdClassName
{
border-color: #52195C;
}
.TagClassName
{
border-color: #52195C;
}
</style>