Shades of Hot Purple #57345B
Tints of Hot Purple #57345B
RGB
CMYK
RGB Variations
Color information
#57345B (or 0x57345B) is known color: Hot Purple. HEX triplet: 57, 34 and 5B. RGB value is (87,52,91). Sum of RGB (Red+Green+Blue) = 87+52+91=230 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.83% from 230); Green value is 52 (20.70% from 255 or 22.61% from 230); Blue value is 91 (35.94% from 255 or 39.57% from 230); Max value from RGB is 91 - color contains mainly: blue. Hex color #57345B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57345B is #A8CBA4. Grayscale: #424242. Windows color (decimal): -11062181 or 5977175. OLE color: 5977175.
HSL color Cylindrical-coordinate representation of color #57345B: hue angle of 293.85º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #57345B is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 52 | 91 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.64 |
| HSL | 293.85º | 0.27% | 0.28% | - |
| HSV(B) | 293.85º | 0.43% | 0.36% | - |
| XYZ | 7.05 | 5.24 | 10.54 | - |
| YUV | 66.91 | 141.6 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 52 | 91 | 0.04 | 0.43 | 0 | 0.64 | 293.85 | 0.27 | 0.28 |
| Hex | 57 | 34 | 5B | 4 | 2B | 0 | 40 | 126 | 1B | 1C |
| Octal | 127 | 64 | 133 | 4 | 53 | 0 | 100 | 446 | 33 | 34 |
| Binary | 1010111 | 110100 | 1011011 | 100 | 101011 | 0 | 1000000 | 100100110 | 11011 | 11100 |
Color Harmonies of #57345B
Complementary color
Monochromatic Colors of #57345B
Black with #57345B
Text Example
Text Example
White with #57345B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57345B; }
p { color: rgb(87,52,91); }
H1.HeaderClassName
{
color: #57345B;
}
.AnyTagClassName
{
color: #57345B;
}
</style>
background-color css
<style>
a { background-color: #57345B; }
a { background-color: rgb(87,52,91); }
div.DivClassName
{
background-color: #57345B;
}
.BgClassName
{
background-color: #57345B;
}
</style>
border-color css
<style>
span { border-color: #57345B; }
span { border-color: rgb(87,52,91); }
td.TdClassName
{
border-color: #57345B;
}
.TagClassName
{
border-color: #57345B;
}
</style>