Shades of Hot Purple #52155B
Tints of Hot Purple #52155B
RGB
CMYK
RGB Variations
Color information
#52155B (or 0x52155B) is known color: Hot Purple. HEX triplet: 52, 15 and 5B. RGB value is (82,21,91). Sum of RGB (Red+Green+Blue) = 82+21+91=194 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.27% from 194); Green value is 21 (8.59% from 255 or 10.82% from 194); Blue value is 91 (35.94% from 255 or 46.91% from 194); Max value from RGB is 91 - color contains mainly: blue. Hex color #52155B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52155B is #ADEAA4. Grayscale: #2E2E2E. Windows color (decimal): -11397797 or 5969234. OLE color: 5969234.
HSL color Cylindrical-coordinate representation of color #52155B: hue angle of 292.29º degrees, saturation: 0.62, 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 #52155B is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 21 | 91 | - |
| CMYK | 0.10 | 0.77 | 0 | 0.64 |
| HSL | 292.29º | 0.63% | 0.22% | - |
| HSV(B) | 292.29º | 0.77% | 0.36% | - |
| XYZ | 5.64 | 3.09 | 10.2 | - |
| YUV | 47.22 | 152.71 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 21 | 91 | 0.10 | 0.77 | 0 | 0.64 | 292.29 | 0.63 | 0.22 |
| Hex | 52 | 15 | 5B | A | 4D | 0 | 40 | 124 | 3E | 16 |
| Octal | 122 | 25 | 133 | 12 | 115 | 0 | 100 | 444 | 76 | 26 |
| Binary | 1010010 | 10101 | 1011011 | 1010 | 1001101 | 0 | 1000000 | 100100100 | 111110 | 10110 |
Color Harmonies of #52155B
Complementary color
Monochromatic Colors of #52155B
Black with #52155B
Text Example
Text Example
White with #52155B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52155B; }
p { color: rgb(82,21,91); }
H1.HeaderClassName
{
color: #52155B;
}
.AnyTagClassName
{
color: #52155B;
}
</style>
background-color css
<style>
a { background-color: #52155B; }
a { background-color: rgb(82,21,91); }
div.DivClassName
{
background-color: #52155B;
}
.BgClassName
{
background-color: #52155B;
}
</style>
border-color css
<style>
span { border-color: #52155B; }
span { border-color: rgb(82,21,91); }
td.TdClassName
{
border-color: #52155B;
}
.TagClassName
{
border-color: #52155B;
}
</style>