Shades of Hot Purple #52185F
Tints of Hot Purple #52185F
RGB
CMYK
RGB Variations
Color information
#52185F (or 0x52185F) is known color: Hot Purple. HEX triplet: 52, 18 and 5F. RGB value is (82,24,95). Sum of RGB (Red+Green+Blue) = 82+24+95=201 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.80% from 201); Green value is 24 (9.77% from 255 or 11.94% from 201); Blue value is 95 (37.5% from 255 or 47.26% from 201); Max value from RGB is 95 - color contains mainly: blue. Hex color #52185F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52185F is #ADE7A0. Grayscale: #313131. Windows color (decimal): -11397025 or 6232146. OLE color: 6232146.
HSL color Cylindrical-coordinate representation of color #52185F: hue angle of 289.01º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #52185F is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 82 | 24 | 95 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.63 |
| HSL | 289.01º | 0.6% | 0.23% | - |
| HSV(B) | 289.01º | 0.75% | 0.37% | - |
| XYZ | 5.87 | 3.27 | 11.15 | - |
| YUV | 49.44 | 153.72 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 24 | 95 | 0.14 | 0.75 | 0 | 0.63 | 289.01 | 0.6 | 0.23 |
| Hex | 52 | 18 | 5F | E | 4B | 0 | 3F | 121 | 3C | 17 |
| Octal | 122 | 30 | 137 | 16 | 113 | 0 | 77 | 441 | 74 | 27 |
| Binary | 1010010 | 11000 | 1011111 | 1110 | 1001011 | 0 | 111111 | 100100001 | 111100 | 10111 |
Color Harmonies of #52185F
Complementary color
Monochromatic Colors of #52185F
Black with #52185F
Text Example
Text Example
White with #52185F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52185F; }
p { color: rgb(82,24,95); }
H1.HeaderClassName
{
color: #52185F;
}
.AnyTagClassName
{
color: #52185F;
}
</style>
background-color css
<style>
a { background-color: #52185F; }
a { background-color: rgb(82,24,95); }
div.DivClassName
{
background-color: #52185F;
}
.BgClassName
{
background-color: #52185F;
}
</style>
border-color css
<style>
span { border-color: #52185F; }
span { border-color: rgb(82,24,95); }
td.TdClassName
{
border-color: #52185F;
}
.TagClassName
{
border-color: #52185F;
}
</style>