Shades of Hot Purple #57245A
Tints of Hot Purple #57245A
RGB
CMYK
RGB Variations
Color information
#57245A (or 0x57245A) is known color: Hot Purple. HEX triplet: 57, 24 and 5A. RGB value is (87,36,90). Sum of RGB (Red+Green+Blue) = 87+36+90=213 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.85% from 213); Green value is 36 (14.45% from 255 or 16.90% from 213); Blue value is 90 (35.55% from 255 or 42.25% from 213); Max value from RGB is 90 - color contains mainly: blue. Hex color #57245A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57245A is #A8DBA5. Grayscale: #393939. Windows color (decimal): -11066278 or 5907543. OLE color: 5907543.
HSL color Cylindrical-coordinate representation of color #57245A: hue angle of 296.67º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57245A is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 36 | 90 | - |
| CMYK | 0.03 | 0.60 | 0 | 0.65 |
| HSL | 296.67º | 0.43% | 0.25% | - |
| HSV(B) | 296.67º | 0.6% | 0.35% | - |
| XYZ | 6.41 | 4.03 | 10.11 | - |
| YUV | 57.41 | 146.4 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 36 | 90 | 0.03 | 0.60 | 0 | 0.65 | 296.67 | 0.43 | 0.25 |
| Hex | 57 | 24 | 5A | 3 | 3C | 0 | 41 | 129 | 2B | 19 |
| Octal | 127 | 44 | 132 | 3 | 74 | 0 | 101 | 451 | 53 | 31 |
| Binary | 1010111 | 100100 | 1011010 | 11 | 111100 | 0 | 1000001 | 100101001 | 101011 | 11001 |
Color Harmonies of #57245A
Complementary color
Monochromatic Colors of #57245A
Black with #57245A
Text Example
Text Example
White with #57245A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57245A; }
p { color: rgb(87,36,90); }
H1.HeaderClassName
{
color: #57245A;
}
.AnyTagClassName
{
color: #57245A;
}
</style>
background-color css
<style>
a { background-color: #57245A; }
a { background-color: rgb(87,36,90); }
div.DivClassName
{
background-color: #57245A;
}
.BgClassName
{
background-color: #57245A;
}
</style>
border-color css
<style>
span { border-color: #57245A; }
span { border-color: rgb(87,36,90); }
td.TdClassName
{
border-color: #57245A;
}
.TagClassName
{
border-color: #57245A;
}
</style>