Shades of Hot Purple #532259
Tints of Hot Purple #532259
RGB
CMYK
RGB Variations
Color information
#532259 (or 0x532259) is known color: Hot Purple. HEX triplet: 53, 22 and 59. RGB value is (83,34,89). Sum of RGB (Red+Green+Blue) = 83+34+89=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 34 (13.67% from 255 or 16.50% from 206); Blue value is 89 (35.16% from 255 or 43.20% from 206); Max value from RGB is 89 - color contains mainly: blue. Hex color #532259 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532259 is #ACDDA6. Grayscale: #363636. Windows color (decimal): -11328935 or 5841491. OLE color: 5841491.
HSL color Cylindrical-coordinate representation of color #532259: hue angle of 293.45º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #532259 is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 34 | 89 | - |
| CMYK | 0.07 | 0.62 | 0 | 0.65 |
| HSL | 293.45º | 0.45% | 0.24% | - |
| HSV(B) | 293.45º | 0.62% | 0.35% | - |
| XYZ | 5.94 | 3.7 | 9.85 | - |
| YUV | 54.92 | 147.23 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 34 | 89 | 0.07 | 0.62 | 0 | 0.65 | 293.45 | 0.45 | 0.24 |
| Hex | 53 | 22 | 59 | 7 | 3E | 0 | 41 | 125 | 2D | 18 |
| Octal | 123 | 42 | 131 | 7 | 76 | 0 | 101 | 445 | 55 | 30 |
| Binary | 1010011 | 100010 | 1011001 | 111 | 111110 | 0 | 1000001 | 100100101 | 101101 | 11000 |
Color Harmonies of #532259
Complementary color
Monochromatic Colors of #532259
Black with #532259
Text Example
Text Example
White with #532259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532259; }
p { color: rgb(83,34,89); }
H1.HeaderClassName
{
color: #532259;
}
.AnyTagClassName
{
color: #532259;
}
</style>
background-color css
<style>
a { background-color: #532259; }
a { background-color: rgb(83,34,89); }
div.DivClassName
{
background-color: #532259;
}
.BgClassName
{
background-color: #532259;
}
</style>
border-color css
<style>
span { border-color: #532259; }
span { border-color: rgb(83,34,89); }
td.TdClassName
{
border-color: #532259;
}
.TagClassName
{
border-color: #532259;
}
</style>