Shades of Hot Purple #57335E
Tints of Hot Purple #57335E
RGB
CMYK
RGB Variations
Color information
#57335E (or 0x57335E) is known color: Hot Purple. HEX triplet: 57, 33 and 5E. RGB value is (87,51,94). Sum of RGB (Red+Green+Blue) = 87+51+94=232 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.5% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 94 (37.11% from 255 or 40.52% from 232); Max value from RGB is 94 - color contains mainly: blue. Hex color #57335E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57335E is #A8CCA1. Grayscale: #424242. Windows color (decimal): -11062434 or 6173527. OLE color: 6173527.
HSL color Cylindrical-coordinate representation of color #57335E: hue angle of 290.23º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #57335E is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 87 | 51 | 94 | - |
| CMYK | 0.07 | 0.46 | 0 | 0.63 |
| HSL | 290.23º | 0.3% | 0.28% | - |
| HSV(B) | 290.23º | 0.46% | 0.37% | - |
| XYZ | 7.13 | 5.2 | 11.22 | - |
| YUV | 66.67 | 143.43 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 51 | 94 | 0.07 | 0.46 | 0 | 0.63 | 290.23 | 0.3 | 0.28 |
| Hex | 57 | 33 | 5E | 7 | 2E | 0 | 3F | 122 | 1E | 1C |
| Octal | 127 | 63 | 136 | 7 | 56 | 0 | 77 | 442 | 36 | 34 |
| Binary | 1010111 | 110011 | 1011110 | 111 | 101110 | 0 | 111111 | 100100010 | 11110 | 11100 |
Color Harmonies of #57335E
Complementary color
Monochromatic Colors of #57335E
Black with #57335E
Text Example
Text Example
White with #57335E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57335E; }
p { color: rgb(87,51,94); }
H1.HeaderClassName
{
color: #57335E;
}
.AnyTagClassName
{
color: #57335E;
}
</style>
background-color css
<style>
a { background-color: #57335E; }
a { background-color: rgb(87,51,94); }
div.DivClassName
{
background-color: #57335E;
}
.BgClassName
{
background-color: #57335E;
}
</style>
border-color css
<style>
span { border-color: #57335E; }
span { border-color: rgb(87,51,94); }
td.TdClassName
{
border-color: #57335E;
}
.TagClassName
{
border-color: #57335E;
}
</style>