Shades of Hot Purple #532758
Tints of Hot Purple #532758
RGB
CMYK
RGB Variations
Color information
#532758 (or 0x532758) is known color: Hot Purple. HEX triplet: 53, 27 and 58. RGB value is (83,39,88). Sum of RGB (Red+Green+Blue) = 83+39+88=210 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.52% from 210); Green value is 39 (15.62% from 255 or 18.57% from 210); Blue value is 88 (34.77% from 255 or 41.90% from 210); Max value from RGB is 88 - color contains mainly: blue. Hex color #532758 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532758 is #ACD8A7. Grayscale: #393939. Windows color (decimal): -11327656 or 5777235. OLE color: 5777235.
HSL color Cylindrical-coordinate representation of color #532758: hue angle of 293.88º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #532758 is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 39 | 88 | - |
| CMYK | 0.06 | 0.56 | 0 | 0.65 |
| HSL | 293.88º | 0.39% | 0.25% | - |
| HSV(B) | 293.88º | 0.56% | 0.35% | - |
| XYZ | 6.05 | 3.99 | 9.68 | - |
| YUV | 57.74 | 145.08 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 39 | 88 | 0.06 | 0.56 | 0 | 0.65 | 293.88 | 0.39 | 0.25 |
| Hex | 53 | 27 | 58 | 6 | 38 | 0 | 41 | 126 | 27 | 19 |
| Octal | 123 | 47 | 130 | 6 | 70 | 0 | 101 | 446 | 47 | 31 |
| Binary | 1010011 | 100111 | 1011000 | 110 | 111000 | 0 | 1000001 | 100100110 | 100111 | 11001 |
Color Harmonies of #532758
Complementary color
Monochromatic Colors of #532758
Black with #532758
Text Example
Text Example
White with #532758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532758; }
p { color: rgb(83,39,88); }
H1.HeaderClassName
{
color: #532758;
}
.AnyTagClassName
{
color: #532758;
}
</style>
background-color css
<style>
a { background-color: #532758; }
a { background-color: rgb(83,39,88); }
div.DivClassName
{
background-color: #532758;
}
.BgClassName
{
background-color: #532758;
}
</style>
border-color css
<style>
span { border-color: #532758; }
span { border-color: rgb(83,39,88); }
td.TdClassName
{
border-color: #532758;
}
.TagClassName
{
border-color: #532758;
}
</style>