Shades of Hot Purple #57305E
Tints of Hot Purple #57305E
RGB
CMYK
RGB Variations
Color information
#57305E (or 0x57305E) is known color: Hot Purple. HEX triplet: 57, 30 and 5E. RGB value is (87,48,94). Sum of RGB (Red+Green+Blue) = 87+48+94=229 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.99% from 229); Green value is 48 (19.14% from 255 or 20.96% from 229); Blue value is 94 (37.11% from 255 or 41.05% from 229); Max value from RGB is 94 - color contains mainly: blue. Hex color #57305E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57305E is #A8CFA1. Grayscale: #404040. Windows color (decimal): -11063202 or 6172759. OLE color: 6172759.
HSL color Cylindrical-coordinate representation of color #57305E: hue angle of 290.87º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #57305E is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 87 | 48 | 94 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.63 |
| HSL | 290.87º | 0.32% | 0.28% | - |
| HSV(B) | 290.87º | 0.49% | 0.37% | - |
| XYZ | 7.01 | 4.95 | 11.18 | - |
| YUV | 64.91 | 144.42 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 48 | 94 | 0.07 | 0.49 | 0 | 0.63 | 290.87 | 0.32 | 0.28 |
| Hex | 57 | 30 | 5E | 7 | 31 | 0 | 3F | 123 | 20 | 1C |
| Octal | 127 | 60 | 136 | 7 | 61 | 0 | 77 | 443 | 40 | 34 |
| Binary | 1010111 | 110000 | 1011110 | 111 | 110001 | 0 | 111111 | 100100011 | 100000 | 11100 |
Color Harmonies of #57305E
Complementary color
Monochromatic Colors of #57305E
Black with #57305E
Text Example
Text Example
White with #57305E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57305E; }
p { color: rgb(87,48,94); }
H1.HeaderClassName
{
color: #57305E;
}
.AnyTagClassName
{
color: #57305E;
}
</style>
background-color css
<style>
a { background-color: #57305E; }
a { background-color: rgb(87,48,94); }
div.DivClassName
{
background-color: #57305E;
}
.BgClassName
{
background-color: #57305E;
}
</style>
border-color css
<style>
span { border-color: #57305E; }
span { border-color: rgb(87,48,94); }
td.TdClassName
{
border-color: #57305E;
}
.TagClassName
{
border-color: #57305E;
}
</style>