Shades of Hot Purple #520252
Tints of Hot Purple #520252
RGB
CMYK
RGB Variations
Color information
#520252 (or 0x520252) is known color: Hot Purple. HEX triplet: 52, 02 and 52. RGB value is (82,2,82). Sum of RGB (Red+Green+Blue) = 82+2+82=166 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.40% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 82 (32.42% from 255 or 49.40% from 166); Max value from RGB is 82 - color contains mainly: red, blue. Hex color #520252 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520252 is #ADFDAD. Grayscale: #222222. Windows color (decimal): -11402670 or 5374546. OLE color: 5374546.
HSL color Cylindrical-coordinate representation of color #520252: hue angle of 300º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #520252 is Cyan = 0, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 2 | 82 | - |
| CMYK | 0 | 0.98 | 0 | 0.68 |
| HSL | 300º | 0.95% | 0.16% | - |
| HSV(B) | 300º | 0.98% | 0.32% | - |
| XYZ | 5.02 | 2.45 | 8.19 | - |
| YUV | 35.04 | 154.5 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 2 | 82 | 0 | 0.98 | 0 | 0.68 | 300 | 0.95 | 0.16 |
| Hex | 52 | 2 | 52 | 0 | 62 | 0 | 44 | 12C | 5F | 10 |
| Octal | 122 | 2 | 122 | 0 | 142 | 0 | 104 | 454 | 137 | 20 |
| Binary | 1010010 | 10 | 1010010 | 0 | 1100010 | 0 | 1000100 | 100101100 | 1011111 | 10000 |
Color Harmonies of #520252
Complementary color
Monochromatic Colors of #520252
Black with #520252
Text Example
Text Example
White with #520252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520252; }
p { color: rgb(82,2,82); }
H1.HeaderClassName
{
color: #520252;
}
.AnyTagClassName
{
color: #520252;
}
</style>
background-color css
<style>
a { background-color: #520252; }
a { background-color: rgb(82,2,82); }
div.DivClassName
{
background-color: #520252;
}
.BgClassName
{
background-color: #520252;
}
</style>
border-color css
<style>
span { border-color: #520252; }
span { border-color: rgb(82,2,82); }
td.TdClassName
{
border-color: #520252;
}
.TagClassName
{
border-color: #520252;
}
</style>