Shades of Hot Purple #532E55
Tints of Hot Purple #532E55
RGB
CMYK
RGB Variations
Color information
#532E55 (or 0x532E55) is known color: Hot Purple. HEX triplet: 53, 2E and 55. RGB value is (83,46,85). Sum of RGB (Red+Green+Blue) = 83+46+85=214 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.79% from 214); Green value is 46 (18.36% from 255 or 21.50% from 214); Blue value is 85 (33.59% from 255 or 39.72% from 214); Max value from RGB is 85 - color contains mainly: blue. Hex color #532E55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532E55 is #ACD1AA. Grayscale: #3D3D3D. Windows color (decimal): -11325867 or 5582419. OLE color: 5582419.
HSL color Cylindrical-coordinate representation of color #532E55: hue angle of 296.92º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #532E55 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 46 | 85 | - |
| CMYK | 0.02 | 0.46 | 0 | 0.67 |
| HSL | 296.92º | 0.3% | 0.26% | - |
| HSV(B) | 296.92º | 0.46% | 0.33% | - |
| XYZ | 6.18 | 4.45 | 9.13 | - |
| YUV | 61.51 | 141.26 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 46 | 85 | 0.02 | 0.46 | 0 | 0.67 | 296.92 | 0.3 | 0.26 |
| Hex | 53 | 2E | 55 | 2 | 2E | 0 | 43 | 129 | 1E | 1A |
| Octal | 123 | 56 | 125 | 2 | 56 | 0 | 103 | 451 | 36 | 32 |
| Binary | 1010011 | 101110 | 1010101 | 10 | 101110 | 0 | 1000011 | 100101001 | 11110 | 11010 |
Color Harmonies of #532E55
Complementary color
Monochromatic Colors of #532E55
Black with #532E55
Text Example
Text Example
White with #532E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532E55; }
p { color: rgb(83,46,85); }
H1.HeaderClassName
{
color: #532E55;
}
.AnyTagClassName
{
color: #532E55;
}
</style>
background-color css
<style>
a { background-color: #532E55; }
a { background-color: rgb(83,46,85); }
div.DivClassName
{
background-color: #532E55;
}
.BgClassName
{
background-color: #532E55;
}
</style>
border-color css
<style>
span { border-color: #532E55; }
span { border-color: rgb(83,46,85); }
td.TdClassName
{
border-color: #532E55;
}
.TagClassName
{
border-color: #532E55;
}
</style>