Shades of Hot Purple #532359
Tints of Hot Purple #532359
RGB
CMYK
RGB Variations
Color information
#532359 (or 0x532359) is known color: Hot Purple. HEX triplet: 53, 23 and 59. RGB value is (83,35,89). Sum of RGB (Red+Green+Blue) = 83+35+89=207 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.10% from 207); Green value is 35 (14.06% from 255 or 16.91% from 207); Blue value is 89 (35.16% from 255 or 43.00% from 207); Max value from RGB is 89 - color contains mainly: blue. Hex color #532359 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532359 is #ACDCA6. Grayscale: #373737. Windows color (decimal): -11328679 or 5841747. OLE color: 5841747.
HSL color Cylindrical-coordinate representation of color #532359: hue angle of 293.33º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #532359 is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 35 | 89 | - |
| CMYK | 0.07 | 0.61 | 0 | 0.65 |
| HSL | 293.33º | 0.44% | 0.24% | - |
| HSV(B) | 293.33º | 0.61% | 0.35% | - |
| XYZ | 5.97 | 3.76 | 9.86 | - |
| YUV | 55.51 | 146.9 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 35 | 89 | 0.07 | 0.61 | 0 | 0.65 | 293.33 | 0.44 | 0.24 |
| Hex | 53 | 23 | 59 | 7 | 3D | 0 | 41 | 125 | 2C | 18 |
| Octal | 123 | 43 | 131 | 7 | 75 | 0 | 101 | 445 | 54 | 30 |
| Binary | 1010011 | 100011 | 1011001 | 111 | 111101 | 0 | 1000001 | 100100101 | 101100 | 11000 |
Color Harmonies of #532359
Complementary color
Monochromatic Colors of #532359
Black with #532359
Text Example
Text Example
White with #532359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532359; }
p { color: rgb(83,35,89); }
H1.HeaderClassName
{
color: #532359;
}
.AnyTagClassName
{
color: #532359;
}
</style>
background-color css
<style>
a { background-color: #532359; }
a { background-color: rgb(83,35,89); }
div.DivClassName
{
background-color: #532359;
}
.BgClassName
{
background-color: #532359;
}
</style>
border-color css
<style>
span { border-color: #532359; }
span { border-color: rgb(83,35,89); }
td.TdClassName
{
border-color: #532359;
}
.TagClassName
{
border-color: #532359;
}
</style>