Shades of Hot Purple #52155D
Tints of Hot Purple #52155D
RGB
CMYK
RGB Variations
Color information
#52155D (or 0x52155D) is known color: Hot Purple. HEX triplet: 52, 15 and 5D. RGB value is (82,21,93). Sum of RGB (Red+Green+Blue) = 82+21+93=196 (25% of max value = 765). Red value is 82 (32.42% from 255 or 41.84% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 93 (36.72% from 255 or 47.45% from 196); Max value from RGB is 93 - color contains mainly: blue. Hex color #52155D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52155D is #ADEAA2. Grayscale: #2F2F2F. Windows color (decimal): -11397795 or 6100306. OLE color: 6100306.
HSL color Cylindrical-coordinate representation of color #52155D: hue angle of 290.83º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #52155D is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 21 | 93 | - |
| CMYK | 0.12 | 0.77 | 0 | 0.64 |
| HSL | 290.83º | 0.63% | 0.22% | - |
| HSV(B) | 290.83º | 0.77% | 0.36% | - |
| XYZ | 5.72 | 3.12 | 10.66 | - |
| YUV | 47.45 | 153.71 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 21 | 93 | 0.12 | 0.77 | 0 | 0.64 | 290.83 | 0.63 | 0.22 |
| Hex | 52 | 15 | 5D | C | 4D | 0 | 40 | 123 | 3F | 16 |
| Octal | 122 | 25 | 135 | 14 | 115 | 0 | 100 | 443 | 77 | 26 |
| Binary | 1010010 | 10101 | 1011101 | 1100 | 1001101 | 0 | 1000000 | 100100011 | 111111 | 10110 |
Color Harmonies of #52155D
Complementary color
Monochromatic Colors of #52155D
Black with #52155D
Text Example
Text Example
White with #52155D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52155D; }
p { color: rgb(82,21,93); }
H1.HeaderClassName
{
color: #52155D;
}
.AnyTagClassName
{
color: #52155D;
}
</style>
background-color css
<style>
a { background-color: #52155D; }
a { background-color: rgb(82,21,93); }
div.DivClassName
{
background-color: #52155D;
}
.BgClassName
{
background-color: #52155D;
}
</style>
border-color css
<style>
span { border-color: #52155D; }
span { border-color: rgb(82,21,93); }
td.TdClassName
{
border-color: #52155D;
}
.TagClassName
{
border-color: #52155D;
}
</style>