Shades of Hot Purple #520155
Tints of Hot Purple #520155
RGB
CMYK
RGB Variations
Color information
#520155 (or 0x520155) is known color: Hot Purple. HEX triplet: 52, 01 and 55. RGB value is (82,1,85). Sum of RGB (Red+Green+Blue) = 82+1+85=168 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.81% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 85 (33.59% from 255 or 50.60% from 168); Max value from RGB is 85 - color contains mainly: blue. Hex color #520155 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520155 is #ADFEAA. Grayscale: #222222. Windows color (decimal): -11402923 or 5570898. OLE color: 5570898.
HSL color Cylindrical-coordinate representation of color #520155: hue angle of 297.86º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #520155 is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 1 | 85 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.67 |
| HSL | 297.86º | 0.98% | 0.17% | - |
| HSV(B) | 297.86º | 0.99% | 0.33% | - |
| XYZ | 5.13 | 2.47 | 8.8 | - |
| YUV | 34.8 | 156.34 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 1 | 85 | 0.04 | 0.99 | 0 | 0.67 | 297.86 | 0.98 | 0.17 |
| Hex | 52 | 1 | 55 | 4 | 63 | 0 | 43 | 12A | 62 | 11 |
| Octal | 122 | 1 | 125 | 4 | 143 | 0 | 103 | 452 | 142 | 21 |
| Binary | 1010010 | 1 | 1010101 | 100 | 1100011 | 0 | 1000011 | 100101010 | 1100010 | 10001 |
Color Harmonies of #520155
Complementary color
Monochromatic Colors of #520155
Black with #520155
Text Example
Text Example
White with #520155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520155; }
p { color: rgb(82,1,85); }
H1.HeaderClassName
{
color: #520155;
}
.AnyTagClassName
{
color: #520155;
}
</style>
background-color css
<style>
a { background-color: #520155; }
a { background-color: rgb(82,1,85); }
div.DivClassName
{
background-color: #520155;
}
.BgClassName
{
background-color: #520155;
}
</style>
border-color css
<style>
span { border-color: #520155; }
span { border-color: rgb(82,1,85); }
td.TdClassName
{
border-color: #520155;
}
.TagClassName
{
border-color: #520155;
}
</style>