Shades of Hot Purple #520653
Tints of Hot Purple #520653
RGB
CMYK
RGB Variations
Color information
#520653 (or 0x520653) is known color: Hot Purple. HEX triplet: 52, 06 and 53. RGB value is (82,6,83). Sum of RGB (Red+Green+Blue) = 82+6+83=171 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.95% from 171); Green value is 6 (2.73% from 255 or 3.51% from 171); Blue value is 83 (32.81% from 255 or 48.54% from 171); Max value from RGB is 83 - color contains mainly: blue. Hex color #520653 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520653 is #ADF9AC. Grayscale: #252525. Windows color (decimal): -11401645 or 5441106. OLE color: 5441106.
HSL color Cylindrical-coordinate representation of color #520653: hue angle of 299.22º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #520653 is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 6 | 83 | - |
| CMYK | 0.01 | 0.93 | 0 | 0.67 |
| HSL | 299.22º | 0.87% | 0.17% | - |
| HSV(B) | 299.22º | 0.93% | 0.33% | - |
| XYZ | 5.11 | 2.55 | 8.41 | - |
| YUV | 37.5 | 153.68 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 6 | 83 | 0.01 | 0.93 | 0 | 0.67 | 299.22 | 0.87 | 0.17 |
| Hex | 52 | 6 | 53 | 1 | 5D | 0 | 43 | 12B | 57 | 11 |
| Octal | 122 | 6 | 123 | 1 | 135 | 0 | 103 | 453 | 127 | 21 |
| Binary | 1010010 | 110 | 1010011 | 1 | 1011101 | 0 | 1000011 | 100101011 | 1010111 | 10001 |
Color Harmonies of #520653
Complementary color
Monochromatic Colors of #520653
Black with #520653
Text Example
Text Example
White with #520653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520653; }
p { color: rgb(82,6,83); }
H1.HeaderClassName
{
color: #520653;
}
.AnyTagClassName
{
color: #520653;
}
</style>
background-color css
<style>
a { background-color: #520653; }
a { background-color: rgb(82,6,83); }
div.DivClassName
{
background-color: #520653;
}
.BgClassName
{
background-color: #520653;
}
</style>
border-color css
<style>
span { border-color: #520653; }
span { border-color: rgb(82,6,83); }
td.TdClassName
{
border-color: #520653;
}
.TagClassName
{
border-color: #520653;
}
</style>