Shades of Hot Purple #520553
Tints of Hot Purple #520553
RGB
CMYK
RGB Variations
Color information
#520553 (or 0x520553) is known color: Hot Purple. HEX triplet: 52, 05 and 53. RGB value is (82,5,83). Sum of RGB (Red+Green+Blue) = 82+5+83=170 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.24% from 170); Green value is 5 (2.34% from 255 or 2.94% from 170); Blue value is 83 (32.81% from 255 or 48.82% from 170); Max value from RGB is 83 - color contains mainly: blue. Hex color #520553 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520553 is #ADFAAC. Grayscale: #242424. Windows color (decimal): -11401901 or 5440850. OLE color: 5440850.
HSL color Cylindrical-coordinate representation of color #520553: hue angle of 299.23º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520553 is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 5 | 83 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.67 |
| HSL | 299.23º | 0.89% | 0.17% | - |
| HSV(B) | 299.23º | 0.94% | 0.33% | - |
| XYZ | 5.1 | 2.53 | 8.4 | - |
| YUV | 36.92 | 154.01 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 5 | 83 | 0.01 | 0.94 | 0 | 0.67 | 299.23 | 0.89 | 0.17 |
| Hex | 52 | 5 | 53 | 1 | 5E | 0 | 43 | 12B | 59 | 11 |
| Octal | 122 | 5 | 123 | 1 | 136 | 0 | 103 | 453 | 131 | 21 |
| Binary | 1010010 | 101 | 1010011 | 1 | 1011110 | 0 | 1000011 | 100101011 | 1011001 | 10001 |
Color Harmonies of #520553
Complementary color
Monochromatic Colors of #520553
Black with #520553
Text Example
Text Example
White with #520553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520553; }
p { color: rgb(82,5,83); }
H1.HeaderClassName
{
color: #520553;
}
.AnyTagClassName
{
color: #520553;
}
</style>
background-color css
<style>
a { background-color: #520553; }
a { background-color: rgb(82,5,83); }
div.DivClassName
{
background-color: #520553;
}
.BgClassName
{
background-color: #520553;
}
</style>
border-color css
<style>
span { border-color: #520553; }
span { border-color: rgb(82,5,83); }
td.TdClassName
{
border-color: #520553;
}
.TagClassName
{
border-color: #520553;
}
</style>