Shades of Hot Purple #521755
Tints of Hot Purple #521755
RGB
CMYK
RGB Variations
Color information
#521755 (or 0x521755) is known color: Hot Purple. HEX triplet: 52, 17 and 55. RGB value is (82,23,85). Sum of RGB (Red+Green+Blue) = 82+23+85=190 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.16% from 190); Green value is 23 (9.38% from 255 or 12.11% from 190); Blue value is 85 (33.59% from 255 or 44.74% from 190); Max value from RGB is 85 - color contains mainly: blue. Hex color #521755 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521755 is #ADE8AA. Grayscale: #2F2F2F. Windows color (decimal): -11397291 or 5576530. OLE color: 5576530.
HSL color Cylindrical-coordinate representation of color #521755: hue angle of 297.1º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #521755 is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 23 | 85 | - |
| CMYK | 0.04 | 0.73 | 0 | 0.67 |
| HSL | 297.1º | 0.57% | 0.21% | - |
| HSV(B) | 297.1º | 0.73% | 0.33% | - |
| XYZ | 5.43 | 3.06 | 8.9 | - |
| YUV | 47.71 | 149.05 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 23 | 85 | 0.04 | 0.73 | 0 | 0.67 | 297.1 | 0.57 | 0.21 |
| Hex | 52 | 17 | 55 | 4 | 49 | 0 | 43 | 129 | 39 | 15 |
| Octal | 122 | 27 | 125 | 4 | 111 | 0 | 103 | 451 | 71 | 25 |
| Binary | 1010010 | 10111 | 1010101 | 100 | 1001001 | 0 | 1000011 | 100101001 | 111001 | 10101 |
Color Harmonies of #521755
Complementary color
Monochromatic Colors of #521755
Black with #521755
Text Example
Text Example
White with #521755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521755; }
p { color: rgb(82,23,85); }
H1.HeaderClassName
{
color: #521755;
}
.AnyTagClassName
{
color: #521755;
}
</style>
background-color css
<style>
a { background-color: #521755; }
a { background-color: rgb(82,23,85); }
div.DivClassName
{
background-color: #521755;
}
.BgClassName
{
background-color: #521755;
}
</style>
border-color css
<style>
span { border-color: #521755; }
span { border-color: rgb(82,23,85); }
td.TdClassName
{
border-color: #521755;
}
.TagClassName
{
border-color: #521755;
}
</style>