Shades of Hot Purple #532D57
Tints of Hot Purple #532D57
RGB
CMYK
RGB Variations
Color information
#532D57 (or 0x532D57) is known color: Hot Purple. HEX triplet: 53, 2D and 57. RGB value is (83,45,87). Sum of RGB (Red+Green+Blue) = 83+45+87=215 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.60% from 215); Green value is 45 (17.97% from 255 or 20.93% from 215); Blue value is 87 (34.38% from 255 or 40.47% from 215); Max value from RGB is 87 - color contains mainly: blue. Hex color #532D57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532D57 is #ACD2A8. Grayscale: #3D3D3D. Windows color (decimal): -11326121 or 5713235. OLE color: 5713235.
HSL color Cylindrical-coordinate representation of color #532D57: hue angle of 294.29º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #532D57 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 83 | 45 | 87 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.66 |
| HSL | 294.29º | 0.32% | 0.26% | - |
| HSV(B) | 294.29º | 0.48% | 0.34% | - |
| XYZ | 6.23 | 4.4 | 9.54 | - |
| YUV | 61.15 | 142.59 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 45 | 87 | 0.05 | 0.48 | 0 | 0.66 | 294.29 | 0.32 | 0.26 |
| Hex | 53 | 2D | 57 | 5 | 30 | 0 | 42 | 126 | 20 | 1A |
| Octal | 123 | 55 | 127 | 5 | 60 | 0 | 102 | 446 | 40 | 32 |
| Binary | 1010011 | 101101 | 1010111 | 101 | 110000 | 0 | 1000010 | 100100110 | 100000 | 11010 |
Color Harmonies of #532D57
Complementary color
Monochromatic Colors of #532D57
Black with #532D57
Text Example
Text Example
White with #532D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532D57; }
p { color: rgb(83,45,87); }
H1.HeaderClassName
{
color: #532D57;
}
.AnyTagClassName
{
color: #532D57;
}
</style>
background-color css
<style>
a { background-color: #532D57; }
a { background-color: rgb(83,45,87); }
div.DivClassName
{
background-color: #532D57;
}
.BgClassName
{
background-color: #532D57;
}
</style>
border-color css
<style>
span { border-color: #532D57; }
span { border-color: rgb(83,45,87); }
td.TdClassName
{
border-color: #532D57;
}
.TagClassName
{
border-color: #532D57;
}
</style>