Shades of Hot Purple #52135B
Tints of Hot Purple #52135B
RGB
CMYK
RGB Variations
Color information
#52135B (or 0x52135B) is known color: Hot Purple. HEX triplet: 52, 13 and 5B. RGB value is (82,19,91). Sum of RGB (Red+Green+Blue) = 82+19+91=192 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.71% from 192); Green value is 19 (7.81% from 255 or 9.90% from 192); Blue value is 91 (35.94% from 255 or 47.40% from 192); Max value from RGB is 91 - color contains mainly: blue. Hex color #52135B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52135B is #ADECA4. Grayscale: #2D2D2D. Windows color (decimal): -11398309 or 5968722. OLE color: 5968722.
HSL color Cylindrical-coordinate representation of color #52135B: hue angle of 292.5º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #52135B is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 19 | 91 | - |
| CMYK | 0.10 | 0.79 | 0 | 0.64 |
| HSL | 292.5º | 0.65% | 0.22% | - |
| HSV(B) | 292.5º | 0.79% | 0.36% | - |
| XYZ | 5.6 | 3.01 | 10.18 | - |
| YUV | 46.05 | 153.37 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 19 | 91 | 0.10 | 0.79 | 0 | 0.64 | 292.5 | 0.65 | 0.22 |
| Hex | 52 | 13 | 5B | A | 4F | 0 | 40 | 124 | 41 | 16 |
| Octal | 122 | 23 | 133 | 12 | 117 | 0 | 100 | 444 | 101 | 26 |
| Binary | 1010010 | 10011 | 1011011 | 1010 | 1001111 | 0 | 1000000 | 100100100 | 1000001 | 10110 |
Color Harmonies of #52135B
Complementary color
Monochromatic Colors of #52135B
Black with #52135B
Text Example
Text Example
White with #52135B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52135B; }
p { color: rgb(82,19,91); }
H1.HeaderClassName
{
color: #52135B;
}
.AnyTagClassName
{
color: #52135B;
}
</style>
background-color css
<style>
a { background-color: #52135B; }
a { background-color: rgb(82,19,91); }
div.DivClassName
{
background-color: #52135B;
}
.BgClassName
{
background-color: #52135B;
}
</style>
border-color css
<style>
span { border-color: #52135B; }
span { border-color: rgb(82,19,91); }
td.TdClassName
{
border-color: #52135B;
}
.TagClassName
{
border-color: #52135B;
}
</style>