Shades of Hot Purple #523559
Tints of Hot Purple #523559
RGB
CMYK
RGB Variations
Color information
#523559 (or 0x523559) is known color: Hot Purple. HEX triplet: 52, 35 and 59. RGB value is (82,53,89). Sum of RGB (Red+Green+Blue) = 82+53+89=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 53 (21.09% from 255 or 23.66% from 224); Blue value is 89 (35.16% from 255 or 39.73% from 224); Max value from RGB is 89 - color contains mainly: blue. Hex color #523559 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523559 is #ADCAA6. Grayscale: #414141. Windows color (decimal): -11389607 or 5846354. OLE color: 5846354.
HSL color Cylindrical-coordinate representation of color #523559: hue angle of 288.33º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #523559 is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 53 | 89 | - |
| CMYK | 0.08 | 0.40 | 0 | 0.65 |
| HSL | 288.33º | 0.25% | 0.28% | - |
| HSV(B) | 288.33º | 0.4% | 0.35% | - |
| XYZ | 6.56 | 5.06 | 10.08 | - |
| YUV | 65.78 | 141.11 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 53 | 89 | 0.08 | 0.40 | 0 | 0.65 | 288.33 | 0.25 | 0.28 |
| Hex | 52 | 35 | 59 | 8 | 28 | 0 | 41 | 120 | 19 | 1C |
| Octal | 122 | 65 | 131 | 10 | 50 | 0 | 101 | 440 | 31 | 34 |
| Binary | 1010010 | 110101 | 1011001 | 1000 | 101000 | 0 | 1000001 | 100100000 | 11001 | 11100 |
Color Harmonies of #523559
Complementary color
Monochromatic Colors of #523559
Black with #523559
Text Example
Text Example
White with #523559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523559; }
p { color: rgb(82,53,89); }
H1.HeaderClassName
{
color: #523559;
}
.AnyTagClassName
{
color: #523559;
}
</style>
background-color css
<style>
a { background-color: #523559; }
a { background-color: rgb(82,53,89); }
div.DivClassName
{
background-color: #523559;
}
.BgClassName
{
background-color: #523559;
}
</style>
border-color css
<style>
span { border-color: #523559; }
span { border-color: rgb(82,53,89); }
td.TdClassName
{
border-color: #523559;
}
.TagClassName
{
border-color: #523559;
}
</style>