Shades of Hot Purple #52015B
Tints of Hot Purple #52015B
RGB
CMYK
RGB Variations
Color information
#52015B (or 0x52015B) is known color: Hot Purple. HEX triplet: 52, 01 and 5B. RGB value is (82,1,91). Sum of RGB (Red+Green+Blue) = 82+1+91=174 (23% of max value = 765). Red value is 82 (32.42% from 255 or 47.13% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 91 (35.94% from 255 or 52.30% from 174); Max value from RGB is 91 - color contains mainly: blue. Hex color #52015B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52015B is #ADFEA4. Grayscale: #232323. Windows color (decimal): -11402917 or 5964114. OLE color: 5964114.
HSL color Cylindrical-coordinate representation of color #52015B: hue angle of 294º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #52015B is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 1 | 91 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.64 |
| HSL | 294º | 0.98% | 0.18% | - |
| HSV(B) | 294º | 0.99% | 0.36% | - |
| XYZ | 5.38 | 2.57 | 10.11 | - |
| YUV | 35.48 | 159.34 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 1 | 91 | 0.10 | 0.99 | 0 | 0.64 | 294 | 0.98 | 0.18 |
| Hex | 52 | 1 | 5B | A | 63 | 0 | 40 | 126 | 62 | 12 |
| Octal | 122 | 1 | 133 | 12 | 143 | 0 | 100 | 446 | 142 | 22 |
| Binary | 1010010 | 1 | 1011011 | 1010 | 1100011 | 0 | 1000000 | 100100110 | 1100010 | 10010 |
Color Harmonies of #52015B
Complementary color
Monochromatic Colors of #52015B
Black with #52015B
Text Example
Text Example
White with #52015B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52015B; }
p { color: rgb(82,1,91); }
H1.HeaderClassName
{
color: #52015B;
}
.AnyTagClassName
{
color: #52015B;
}
</style>
background-color css
<style>
a { background-color: #52015B; }
a { background-color: rgb(82,1,91); }
div.DivClassName
{
background-color: #52015B;
}
.BgClassName
{
background-color: #52015B;
}
</style>
border-color css
<style>
span { border-color: #52015B; }
span { border-color: rgb(82,1,91); }
td.TdClassName
{
border-color: #52015B;
}
.TagClassName
{
border-color: #52015B;
}
</style>