Shades of Hot Purple #520058
Tints of Hot Purple #520058
RGB
CMYK
RGB Variations
Color information
#520058 (or 0x520058) is known color: Hot Purple. HEX triplet: 52, 00 and 58. RGB value is (82,0,88). Sum of RGB (Red+Green+Blue) = 82+0+88=170 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.24% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 88 (34.77% from 255 or 51.76% from 170); Max value from RGB is 88 - color contains mainly: blue. Hex color #520058 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520058 is #ADFFA7. Grayscale: #222222. Windows color (decimal): -11403176 or 5767250. OLE color: 5767250.
HSL color Cylindrical-coordinate representation of color #520058: hue angle of 295.91º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #520058 is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 0 | 88 | - |
| CMYK | 0.07 | 1 | 0 | 0.65 |
| HSL | 295.91º | 1% | 0.17% | - |
| HSV(B) | 295.91º | 1% | 0.35% | - |
| XYZ | 5.24 | 2.5 | 9.44 | - |
| YUV | 34.55 | 158.17 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 0 | 88 | 0.07 | 1 | 0 | 0.65 | 295.91 | 1 | 0.17 |
| Hex | 52 | 0 | 58 | 7 | 64 | 0 | 41 | 128 | 64 | 11 |
| Octal | 122 | 0 | 130 | 7 | 144 | 0 | 101 | 450 | 144 | 21 |
| Binary | 1010010 | 0 | 1011000 | 111 | 1100100 | 0 | 1000001 | 100101000 | 1100100 | 10001 |
Color Harmonies of #520058
Complementary color
Monochromatic Colors of #520058
Black with #520058
Text Example
Text Example
White with #520058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520058; }
p { color: rgb(82,0,88); }
H1.HeaderClassName
{
color: #520058;
}
.AnyTagClassName
{
color: #520058;
}
</style>
background-color css
<style>
a { background-color: #520058; }
a { background-color: rgb(82,0,88); }
div.DivClassName
{
background-color: #520058;
}
.BgClassName
{
background-color: #520058;
}
</style>
border-color css
<style>
span { border-color: #520058; }
span { border-color: rgb(82,0,88); }
td.TdClassName
{
border-color: #520058;
}
.TagClassName
{
border-color: #520058;
}
</style>