Shades of Hot Purple #57285A
Tints of Hot Purple #57285A
RGB
CMYK
RGB Variations
Color information
#57285A (or 0x57285A) is known color: Hot Purple. HEX triplet: 57, 28 and 5A. RGB value is (87,40,90). Sum of RGB (Red+Green+Blue) = 87+40+90=217 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.09% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 90 (35.55% from 255 or 41.47% from 217); Max value from RGB is 90 - color contains mainly: blue. Hex color #57285A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57285A is #A8D7A5. Grayscale: #3B3B3B. Windows color (decimal): -11065254 or 5908567. OLE color: 5908567.
HSL color Cylindrical-coordinate representation of color #57285A: hue angle of 296.4º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #57285A is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 40 | 90 | - |
| CMYK | 0.03 | 0.56 | 0 | 0.65 |
| HSL | 296.4º | 0.38% | 0.25% | - |
| HSV(B) | 296.4º | 0.56% | 0.35% | - |
| XYZ | 6.53 | 4.28 | 10.15 | - |
| YUV | 59.75 | 145.07 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 40 | 90 | 0.03 | 0.56 | 0 | 0.65 | 296.4 | 0.38 | 0.25 |
| Hex | 57 | 28 | 5A | 3 | 38 | 0 | 41 | 128 | 26 | 19 |
| Octal | 127 | 50 | 132 | 3 | 70 | 0 | 101 | 450 | 46 | 31 |
| Binary | 1010111 | 101000 | 1011010 | 11 | 111000 | 0 | 1000001 | 100101000 | 100110 | 11001 |
Color Harmonies of #57285A
Complementary color
Monochromatic Colors of #57285A
Black with #57285A
Text Example
Text Example
White with #57285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57285A; }
p { color: rgb(87,40,90); }
H1.HeaderClassName
{
color: #57285A;
}
.AnyTagClassName
{
color: #57285A;
}
</style>
background-color css
<style>
a { background-color: #57285A; }
a { background-color: rgb(87,40,90); }
div.DivClassName
{
background-color: #57285A;
}
.BgClassName
{
background-color: #57285A;
}
</style>
border-color css
<style>
span { border-color: #57285A; }
span { border-color: rgb(87,40,90); }
td.TdClassName
{
border-color: #57285A;
}
.TagClassName
{
border-color: #57285A;
}
</style>