Shades of Hot Purple #57325D
Tints of Hot Purple #57325D
RGB
CMYK
RGB Variations
Color information
#57325D (or 0x57325D) is known color: Hot Purple. HEX triplet: 57, 32 and 5D. RGB value is (87,50,93). Sum of RGB (Red+Green+Blue) = 87+50+93=230 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.83% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 93 (36.72% from 255 or 40.43% from 230); Max value from RGB is 93 - color contains mainly: blue. Hex color #57325D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57325D is #A8CDA2. Grayscale: #414141. Windows color (decimal): -11062691 or 6107735. OLE color: 6107735.
HSL color Cylindrical-coordinate representation of color #57325D: hue angle of 291.63º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #57325D is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 50 | 93 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.64 |
| HSL | 291.63º | 0.3% | 0.28% | - |
| HSV(B) | 291.63º | 0.46% | 0.36% | - |
| XYZ | 7.05 | 5.1 | 10.97 | - |
| YUV | 65.97 | 143.26 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 50 | 93 | 0.06 | 0.46 | 0 | 0.64 | 291.63 | 0.3 | 0.28 |
| Hex | 57 | 32 | 5D | 6 | 2E | 0 | 40 | 124 | 1E | 1C |
| Octal | 127 | 62 | 135 | 6 | 56 | 0 | 100 | 444 | 36 | 34 |
| Binary | 1010111 | 110010 | 1011101 | 110 | 101110 | 0 | 1000000 | 100100100 | 11110 | 11100 |
Color Harmonies of #57325D
Complementary color
Monochromatic Colors of #57325D
Black with #57325D
Text Example
Text Example
White with #57325D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57325D; }
p { color: rgb(87,50,93); }
H1.HeaderClassName
{
color: #57325D;
}
.AnyTagClassName
{
color: #57325D;
}
</style>
background-color css
<style>
a { background-color: #57325D; }
a { background-color: rgb(87,50,93); }
div.DivClassName
{
background-color: #57325D;
}
.BgClassName
{
background-color: #57325D;
}
</style>
border-color css
<style>
span { border-color: #57325D; }
span { border-color: rgb(87,50,93); }
td.TdClassName
{
border-color: #57325D;
}
.TagClassName
{
border-color: #57325D;
}
</style>