Shades of Hot Purple #532358
Tints of Hot Purple #532358
RGB
CMYK
RGB Variations
Color information
#532358 (or 0x532358) is known color: Hot Purple. HEX triplet: 53, 23 and 58. RGB value is (83,35,88). Sum of RGB (Red+Green+Blue) = 83+35+88=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 35 (14.06% from 255 or 16.99% from 206); Blue value is 88 (34.77% from 255 or 42.72% from 206); Max value from RGB is 88 - color contains mainly: blue. Hex color #532358 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532358 is #ACDCA7. Grayscale: #373737. Windows color (decimal): -11328680 or 5776211. OLE color: 5776211.
HSL color Cylindrical-coordinate representation of color #532358: hue angle of 294.34º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #532358 is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 35 | 88 | - |
| CMYK | 0.06 | 0.60 | 0 | 0.65 |
| HSL | 294.34º | 0.43% | 0.24% | - |
| HSV(B) | 294.34º | 0.6% | 0.35% | - |
| XYZ | 5.93 | 3.75 | 9.64 | - |
| YUV | 55.39 | 146.4 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 35 | 88 | 0.06 | 0.60 | 0 | 0.65 | 294.34 | 0.43 | 0.24 |
| Hex | 53 | 23 | 58 | 6 | 3C | 0 | 41 | 126 | 2B | 18 |
| Octal | 123 | 43 | 130 | 6 | 74 | 0 | 101 | 446 | 53 | 30 |
| Binary | 1010011 | 100011 | 1011000 | 110 | 111100 | 0 | 1000001 | 100100110 | 101011 | 11000 |
Color Harmonies of #532358
Complementary color
Monochromatic Colors of #532358
Black with #532358
Text Example
Text Example
White with #532358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532358; }
p { color: rgb(83,35,88); }
H1.HeaderClassName
{
color: #532358;
}
.AnyTagClassName
{
color: #532358;
}
</style>
background-color css
<style>
a { background-color: #532358; }
a { background-color: rgb(83,35,88); }
div.DivClassName
{
background-color: #532358;
}
.BgClassName
{
background-color: #532358;
}
</style>
border-color css
<style>
span { border-color: #532358; }
span { border-color: rgb(83,35,88); }
td.TdClassName
{
border-color: #532358;
}
.TagClassName
{
border-color: #532358;
}
</style>