Shades of Hot Purple #532A5E
Tints of Hot Purple #532A5E
RGB
CMYK
RGB Variations
Color information
#532A5E (or 0x532A5E) is known color: Hot Purple. HEX triplet: 53, 2A and 5E. RGB value is (83,42,94). Sum of RGB (Red+Green+Blue) = 83+42+94=219 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.90% from 219); Green value is 42 (16.80% from 255 or 19.18% from 219); Blue value is 94 (37.11% from 255 or 42.92% from 219); Max value from RGB is 94 - color contains mainly: blue. Hex color #532A5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532A5E is #ACD5A1. Grayscale: #3C3C3C. Windows color (decimal): -11326882 or 6171219. OLE color: 6171219.
HSL color Cylindrical-coordinate representation of color #532A5E: hue angle of 287.31º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #532A5E is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 83 | 42 | 94 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.63 |
| HSL | 287.31º | 0.38% | 0.27% | - |
| HSV(B) | 287.31º | 0.55% | 0.37% | - |
| XYZ | 6.42 | 4.3 | 11.08 | - |
| YUV | 60.19 | 147.08 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 42 | 94 | 0.12 | 0.55 | 0 | 0.63 | 287.31 | 0.38 | 0.27 |
| Hex | 53 | 2A | 5E | C | 37 | 0 | 3F | 11F | 26 | 1B |
| Octal | 123 | 52 | 136 | 14 | 67 | 0 | 77 | 437 | 46 | 33 |
| Binary | 1010011 | 101010 | 1011110 | 1100 | 110111 | 0 | 111111 | 100011111 | 100110 | 11011 |
Color Harmonies of #532A5E
Complementary color
Monochromatic Colors of #532A5E
Black with #532A5E
Text Example
Text Example
White with #532A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532A5E; }
p { color: rgb(83,42,94); }
H1.HeaderClassName
{
color: #532A5E;
}
.AnyTagClassName
{
color: #532A5E;
}
</style>
background-color css
<style>
a { background-color: #532A5E; }
a { background-color: rgb(83,42,94); }
div.DivClassName
{
background-color: #532A5E;
}
.BgClassName
{
background-color: #532A5E;
}
</style>
border-color css
<style>
span { border-color: #532A5E; }
span { border-color: rgb(83,42,94); }
td.TdClassName
{
border-color: #532A5E;
}
.TagClassName
{
border-color: #532A5E;
}
</style>