Shades of Hot Purple #521753
Tints of Hot Purple #521753
RGB
CMYK
RGB Variations
Color information
#521753 (or 0x521753) is known color: Hot Purple. HEX triplet: 52, 17 and 53. RGB value is (82,23,83). Sum of RGB (Red+Green+Blue) = 82+23+83=188 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.62% from 188); Green value is 23 (9.38% from 255 or 12.23% from 188); Blue value is 83 (32.81% from 255 or 44.15% from 188); Max value from RGB is 83 - color contains mainly: blue. Hex color #521753 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521753 is #ADE8AC. Grayscale: #2F2F2F. Windows color (decimal): -11397293 or 5445458. OLE color: 5445458.
HSL color Cylindrical-coordinate representation of color #521753: hue angle of 299º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #521753 is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 23 | 83 | - |
| CMYK | 0.01 | 0.72 | 0 | 0.67 |
| HSL | 299º | 0.57% | 0.21% | - |
| HSV(B) | 299º | 0.72% | 0.33% | - |
| XYZ | 5.35 | 3.03 | 8.49 | - |
| YUV | 47.48 | 148.05 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 23 | 83 | 0.01 | 0.72 | 0 | 0.67 | 299 | 0.57 | 0.21 |
| Hex | 52 | 17 | 53 | 1 | 48 | 0 | 43 | 12B | 39 | 15 |
| Octal | 122 | 27 | 123 | 1 | 110 | 0 | 103 | 453 | 71 | 25 |
| Binary | 1010010 | 10111 | 1010011 | 1 | 1001000 | 0 | 1000011 | 100101011 | 111001 | 10101 |
Color Harmonies of #521753
Complementary color
Monochromatic Colors of #521753
Black with #521753
Text Example
Text Example
White with #521753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521753; }
p { color: rgb(82,23,83); }
H1.HeaderClassName
{
color: #521753;
}
.AnyTagClassName
{
color: #521753;
}
</style>
background-color css
<style>
a { background-color: #521753; }
a { background-color: rgb(82,23,83); }
div.DivClassName
{
background-color: #521753;
}
.BgClassName
{
background-color: #521753;
}
</style>
border-color css
<style>
span { border-color: #521753; }
span { border-color: rgb(82,23,83); }
td.TdClassName
{
border-color: #521753;
}
.TagClassName
{
border-color: #521753;
}
</style>