Shades of Hot Purple #57335D
Tints of Hot Purple #57335D
RGB
CMYK
RGB Variations
Color information
#57335D (or 0x57335D) is known color: Hot Purple. HEX triplet: 57, 33 and 5D. RGB value is (87,51,93). Sum of RGB (Red+Green+Blue) = 87+51+93=231 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.66% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 93 - color contains mainly: blue. Hex color #57335D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57335D is #A8CCA2. Grayscale: #424242. Windows color (decimal): -11062435 or 6107991. OLE color: 6107991.
HSL color Cylindrical-coordinate representation of color #57335D: hue angle of 291.43º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #57335D is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 51 | 93 | - |
| CMYK | 0.06 | 0.45 | 0 | 0.64 |
| HSL | 291.43º | 0.29% | 0.28% | - |
| HSV(B) | 291.43º | 0.45% | 0.36% | - |
| XYZ | 7.09 | 5.18 | 10.98 | - |
| YUV | 66.55 | 142.93 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 51 | 93 | 0.06 | 0.45 | 0 | 0.64 | 291.43 | 0.29 | 0.28 |
| Hex | 57 | 33 | 5D | 6 | 2D | 0 | 40 | 123 | 1D | 1C |
| Octal | 127 | 63 | 135 | 6 | 55 | 0 | 100 | 443 | 35 | 34 |
| Binary | 1010111 | 110011 | 1011101 | 110 | 101101 | 0 | 1000000 | 100100011 | 11101 | 11100 |
Color Harmonies of #57335D
Complementary color
Monochromatic Colors of #57335D
Black with #57335D
Text Example
Text Example
White with #57335D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57335D; }
p { color: rgb(87,51,93); }
H1.HeaderClassName
{
color: #57335D;
}
.AnyTagClassName
{
color: #57335D;
}
</style>
background-color css
<style>
a { background-color: #57335D; }
a { background-color: rgb(87,51,93); }
div.DivClassName
{
background-color: #57335D;
}
.BgClassName
{
background-color: #57335D;
}
</style>
border-color css
<style>
span { border-color: #57335D; }
span { border-color: rgb(87,51,93); }
td.TdClassName
{
border-color: #57335D;
}
.TagClassName
{
border-color: #57335D;
}
</style>