Shades of Hot Purple #532F56
Tints of Hot Purple #532F56
RGB
CMYK
RGB Variations
Color information
#532F56 (or 0x532F56) is known color: Hot Purple. HEX triplet: 53, 2F and 56. RGB value is (83,47,86). Sum of RGB (Red+Green+Blue) = 83+47+86=216 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.43% from 216); Green value is 47 (18.75% from 255 or 21.76% from 216); Blue value is 86 (33.98% from 255 or 39.81% from 216); Max value from RGB is 86 - color contains mainly: blue. Hex color #532F56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532F56 is #ACD0A9. Grayscale: #3E3E3E. Windows color (decimal): -11325610 or 5648211. OLE color: 5648211.
HSL color Cylindrical-coordinate representation of color #532F56: hue angle of 295.38º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #532F56 is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 83 | 47 | 86 | - |
| CMYK | 0.03 | 0.45 | 0 | 0.66 |
| HSL | 295.38º | 0.29% | 0.26% | - |
| HSV(B) | 295.38º | 0.45% | 0.34% | - |
| XYZ | 6.26 | 4.54 | 9.35 | - |
| YUV | 62.21 | 141.43 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 47 | 86 | 0.03 | 0.45 | 0 | 0.66 | 295.38 | 0.29 | 0.26 |
| Hex | 53 | 2F | 56 | 3 | 2D | 0 | 42 | 127 | 1D | 1A |
| Octal | 123 | 57 | 126 | 3 | 55 | 0 | 102 | 447 | 35 | 32 |
| Binary | 1010011 | 101111 | 1010110 | 11 | 101101 | 0 | 1000010 | 100100111 | 11101 | 11010 |
Color Harmonies of #532F56
Complementary color
Monochromatic Colors of #532F56
Black with #532F56
Text Example
Text Example
White with #532F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532F56; }
p { color: rgb(83,47,86); }
H1.HeaderClassName
{
color: #532F56;
}
.AnyTagClassName
{
color: #532F56;
}
</style>
background-color css
<style>
a { background-color: #532F56; }
a { background-color: rgb(83,47,86); }
div.DivClassName
{
background-color: #532F56;
}
.BgClassName
{
background-color: #532F56;
}
</style>
border-color css
<style>
span { border-color: #532F56; }
span { border-color: rgb(83,47,86); }
td.TdClassName
{
border-color: #532F56;
}
.TagClassName
{
border-color: #532F56;
}
</style>