Shades of Hot Purple #532E5B
Tints of Hot Purple #532E5B
RGB
CMYK
RGB Variations
Color information
#532E5B (or 0x532E5B) is known color: Hot Purple. HEX triplet: 53, 2E and 5B. RGB value is (83,46,91). Sum of RGB (Red+Green+Blue) = 83+46+91=220 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.73% from 220); Green value is 46 (18.36% from 255 or 20.91% from 220); Blue value is 91 (35.94% from 255 or 41.36% from 220); Max value from RGB is 91 - color contains mainly: blue. Hex color #532E5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532E5B is #ACD1A4. Grayscale: #3E3E3E. Windows color (decimal): -11325861 or 5975635. OLE color: 5975635.
HSL color Cylindrical-coordinate representation of color #532E5B: hue angle of 289.33º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #532E5B is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 46 | 91 | - |
| CMYK | 0.09 | 0.49 | 0 | 0.64 |
| HSL | 289.33º | 0.33% | 0.27% | - |
| HSV(B) | 289.33º | 0.49% | 0.36% | - |
| XYZ | 6.43 | 4.55 | 10.44 | - |
| YUV | 62.19 | 144.26 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 46 | 91 | 0.09 | 0.49 | 0 | 0.64 | 289.33 | 0.33 | 0.27 |
| Hex | 53 | 2E | 5B | 9 | 31 | 0 | 40 | 121 | 21 | 1B |
| Octal | 123 | 56 | 133 | 11 | 61 | 0 | 100 | 441 | 41 | 33 |
| Binary | 1010011 | 101110 | 1011011 | 1001 | 110001 | 0 | 1000000 | 100100001 | 100001 | 11011 |
Color Harmonies of #532E5B
Complementary color
Monochromatic Colors of #532E5B
Black with #532E5B
Text Example
Text Example
White with #532E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532E5B; }
p { color: rgb(83,46,91); }
H1.HeaderClassName
{
color: #532E5B;
}
.AnyTagClassName
{
color: #532E5B;
}
</style>
background-color css
<style>
a { background-color: #532E5B; }
a { background-color: rgb(83,46,91); }
div.DivClassName
{
background-color: #532E5B;
}
.BgClassName
{
background-color: #532E5B;
}
</style>
border-color css
<style>
span { border-color: #532E5B; }
span { border-color: rgb(83,46,91); }
td.TdClassName
{
border-color: #532E5B;
}
.TagClassName
{
border-color: #532E5B;
}
</style>