Shades of Hot Purple #532F59
Tints of Hot Purple #532F59
RGB
CMYK
RGB Variations
Color information
#532F59 (or 0x532F59) is known color: Hot Purple. HEX triplet: 53, 2F and 59. RGB value is (83,47,89). Sum of RGB (Red+Green+Blue) = 83+47+89=219 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.90% from 219); Green value is 47 (18.75% from 255 or 21.46% from 219); Blue value is 89 (35.16% from 255 or 40.64% from 219); Max value from RGB is 89 - color contains mainly: blue. Hex color #532F59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532F59 is #ACD0A6. Grayscale: #3E3E3E. Windows color (decimal): -11325607 or 5844819. OLE color: 5844819.
HSL color Cylindrical-coordinate representation of color #532F59: hue angle of 291.43º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #532F59 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 47 | 89 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.65 |
| HSL | 291.43º | 0.31% | 0.27% | - |
| HSV(B) | 291.43º | 0.47% | 0.35% | - |
| XYZ | 6.39 | 4.59 | 10 | - |
| YUV | 62.55 | 142.93 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 47 | 89 | 0.07 | 0.47 | 0 | 0.65 | 291.43 | 0.31 | 0.27 |
| Hex | 53 | 2F | 59 | 7 | 2F | 0 | 41 | 123 | 1F | 1B |
| Octal | 123 | 57 | 131 | 7 | 57 | 0 | 101 | 443 | 37 | 33 |
| Binary | 1010011 | 101111 | 1011001 | 111 | 101111 | 0 | 1000001 | 100100011 | 11111 | 11011 |
Color Harmonies of #532F59
Complementary color
Monochromatic Colors of #532F59
Black with #532F59
Text Example
Text Example
White with #532F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532F59; }
p { color: rgb(83,47,89); }
H1.HeaderClassName
{
color: #532F59;
}
.AnyTagClassName
{
color: #532F59;
}
</style>
background-color css
<style>
a { background-color: #532F59; }
a { background-color: rgb(83,47,89); }
div.DivClassName
{
background-color: #532F59;
}
.BgClassName
{
background-color: #532F59;
}
</style>
border-color css
<style>
span { border-color: #532F59; }
span { border-color: rgb(83,47,89); }
td.TdClassName
{
border-color: #532F59;
}
.TagClassName
{
border-color: #532F59;
}
</style>