Shades of Hot Purple #532B56
Tints of Hot Purple #532B56
RGB
CMYK
RGB Variations
Color information
#532B56 (or 0x532B56) is known color: Hot Purple. HEX triplet: 53, 2B and 56. RGB value is (83,43,86). Sum of RGB (Red+Green+Blue) = 83+43+86=212 (28% of max value = 765). Red value is 83 (32.81% from 255 or 39.15% from 212); Green value is 43 (17.19% from 255 or 20.28% from 212); Blue value is 86 (33.98% from 255 or 40.57% from 212); Max value from RGB is 86 - color contains mainly: blue. Hex color #532B56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532B56 is #ACD4A9. Grayscale: #3B3B3B. Windows color (decimal): -11326634 or 5647187. OLE color: 5647187.
HSL color Cylindrical-coordinate representation of color #532B56: hue angle of 295.81º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #532B56 is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 83 | 43 | 86 | - |
| CMYK | 0.03 | 0.50 | 0 | 0.66 |
| HSL | 295.81º | 0.33% | 0.25% | - |
| HSV(B) | 295.81º | 0.5% | 0.34% | - |
| XYZ | 6.11 | 4.24 | 9.3 | - |
| YUV | 59.86 | 142.75 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 43 | 86 | 0.03 | 0.50 | 0 | 0.66 | 295.81 | 0.33 | 0.25 |
| Hex | 53 | 2B | 56 | 3 | 32 | 0 | 42 | 128 | 21 | 19 |
| Octal | 123 | 53 | 126 | 3 | 62 | 0 | 102 | 450 | 41 | 31 |
| Binary | 1010011 | 101011 | 1010110 | 11 | 110010 | 0 | 1000010 | 100101000 | 100001 | 11001 |
Color Harmonies of #532B56
Complementary color
Monochromatic Colors of #532B56
Black with #532B56
Text Example
Text Example
White with #532B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532B56; }
p { color: rgb(83,43,86); }
H1.HeaderClassName
{
color: #532B56;
}
.AnyTagClassName
{
color: #532B56;
}
</style>
background-color css
<style>
a { background-color: #532B56; }
a { background-color: rgb(83,43,86); }
div.DivClassName
{
background-color: #532B56;
}
.BgClassName
{
background-color: #532B56;
}
</style>
border-color css
<style>
span { border-color: #532B56; }
span { border-color: rgb(83,43,86); }
td.TdClassName
{
border-color: #532B56;
}
.TagClassName
{
border-color: #532B56;
}
</style>