Shades of Hot Purple #52055B
Tints of Hot Purple #52055B
RGB
CMYK
RGB Variations
Color information
#52055B (or 0x52055B) is known color: Hot Purple. HEX triplet: 52, 05 and 5B. RGB value is (82,5,91). Sum of RGB (Red+Green+Blue) = 82+5+91=178 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.07% from 178); Green value is 5 (2.34% from 255 or 2.81% from 178); Blue value is 91 (35.94% from 255 or 51.12% from 178); Max value from RGB is 91 - color contains mainly: blue. Hex color #52055B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52055B is #ADFAA4. Grayscale: #252525. Windows color (decimal): -11401893 or 5965138. OLE color: 5965138.
HSL color Cylindrical-coordinate representation of color #52055B: hue angle of 293.72º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #52055B is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 5 | 91 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.64 |
| HSL | 293.72º | 0.9% | 0.19% | - |
| HSV(B) | 293.72º | 0.95% | 0.36% | - |
| XYZ | 5.42 | 2.66 | 10.12 | - |
| YUV | 37.83 | 158.01 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 5 | 91 | 0.10 | 0.95 | 0 | 0.64 | 293.72 | 0.9 | 0.19 |
| Hex | 52 | 5 | 5B | A | 5F | 0 | 40 | 126 | 5A | 13 |
| Octal | 122 | 5 | 133 | 12 | 137 | 0 | 100 | 446 | 132 | 23 |
| Binary | 1010010 | 101 | 1011011 | 1010 | 1011111 | 0 | 1000000 | 100100110 | 1011010 | 10011 |
Color Harmonies of #52055B
Complementary color
Monochromatic Colors of #52055B
Black with #52055B
Text Example
Text Example
White with #52055B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52055B; }
p { color: rgb(82,5,91); }
H1.HeaderClassName
{
color: #52055B;
}
.AnyTagClassName
{
color: #52055B;
}
</style>
background-color css
<style>
a { background-color: #52055B; }
a { background-color: rgb(82,5,91); }
div.DivClassName
{
background-color: #52055B;
}
.BgClassName
{
background-color: #52055B;
}
</style>
border-color css
<style>
span { border-color: #52055B; }
span { border-color: rgb(82,5,91); }
td.TdClassName
{
border-color: #52055B;
}
.TagClassName
{
border-color: #52055B;
}
</style>