Shades of Hot Purple #52195F
Tints of Hot Purple #52195F
RGB
CMYK
RGB Variations
Color information
#52195F (or 0x52195F) is known color: Hot Purple. HEX triplet: 52, 19 and 5F. RGB value is (82,25,95). Sum of RGB (Red+Green+Blue) = 82+25+95=202 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.59% from 202); Green value is 25 (10.16% from 255 or 12.38% from 202); Blue value is 95 (37.5% from 255 or 47.03% from 202); Max value from RGB is 95 - color contains mainly: blue. Hex color #52195F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52195F is #ADE6A0. Grayscale: #313131. Windows color (decimal): -11396769 or 6232402. OLE color: 6232402.
HSL color Cylindrical-coordinate representation of color #52195F: hue angle of 288.86º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #52195F is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 82 | 25 | 95 | - |
| CMYK | 0.14 | 0.74 | 0 | 0.63 |
| HSL | 288.86º | 0.58% | 0.24% | - |
| HSV(B) | 288.86º | 0.74% | 0.37% | - |
| XYZ | 5.89 | 3.32 | 11.16 | - |
| YUV | 50.02 | 153.38 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 25 | 95 | 0.14 | 0.74 | 0 | 0.63 | 288.86 | 0.58 | 0.24 |
| Hex | 52 | 19 | 5F | E | 4A | 0 | 3F | 121 | 3A | 18 |
| Octal | 122 | 31 | 137 | 16 | 112 | 0 | 77 | 441 | 72 | 30 |
| Binary | 1010010 | 11001 | 1011111 | 1110 | 1001010 | 0 | 111111 | 100100001 | 111010 | 11000 |
Color Harmonies of #52195F
Complementary color
Monochromatic Colors of #52195F
Black with #52195F
Text Example
Text Example
White with #52195F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52195F; }
p { color: rgb(82,25,95); }
H1.HeaderClassName
{
color: #52195F;
}
.AnyTagClassName
{
color: #52195F;
}
</style>
background-color css
<style>
a { background-color: #52195F; }
a { background-color: rgb(82,25,95); }
div.DivClassName
{
background-color: #52195F;
}
.BgClassName
{
background-color: #52195F;
}
</style>
border-color css
<style>
span { border-color: #52195F; }
span { border-color: rgb(82,25,95); }
td.TdClassName
{
border-color: #52195F;
}
.TagClassName
{
border-color: #52195F;
}
</style>