Shades of Hot Purple #57235A
Tints of Hot Purple #57235A
RGB
CMYK
RGB Variations
Color information
#57235A (or 0x57235A) is known color: Hot Purple. HEX triplet: 57, 23 and 5A. RGB value is (87,35,90). Sum of RGB (Red+Green+Blue) = 87+35+90=212 (28% of max value = 765). Red value is 87 (34.38% from 255 or 41.04% from 212); Green value is 35 (14.06% from 255 or 16.51% from 212); Blue value is 90 (35.55% from 255 or 42.45% from 212); Max value from RGB is 90 - color contains mainly: blue. Hex color #57235A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57235A is #A8DCA5. Grayscale: #383838. Windows color (decimal): -11066534 or 5907287. OLE color: 5907287.
HSL color Cylindrical-coordinate representation of color #57235A: hue angle of 296.73º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57235A is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 35 | 90 | - |
| CMYK | 0.03 | 0.61 | 0 | 0.65 |
| HSL | 296.73º | 0.44% | 0.25% | - |
| HSV(B) | 296.73º | 0.61% | 0.35% | - |
| XYZ | 6.38 | 3.97 | 10.1 | - |
| YUV | 56.82 | 146.73 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 35 | 90 | 0.03 | 0.61 | 0 | 0.65 | 296.73 | 0.44 | 0.25 |
| Hex | 57 | 23 | 5A | 3 | 3D | 0 | 41 | 129 | 2C | 19 |
| Octal | 127 | 43 | 132 | 3 | 75 | 0 | 101 | 451 | 54 | 31 |
| Binary | 1010111 | 100011 | 1011010 | 11 | 111101 | 0 | 1000001 | 100101001 | 101100 | 11001 |
Color Harmonies of #57235A
Complementary color
Monochromatic Colors of #57235A
Black with #57235A
Text Example
Text Example
White with #57235A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57235A; }
p { color: rgb(87,35,90); }
H1.HeaderClassName
{
color: #57235A;
}
.AnyTagClassName
{
color: #57235A;
}
</style>
background-color css
<style>
a { background-color: #57235A; }
a { background-color: rgb(87,35,90); }
div.DivClassName
{
background-color: #57235A;
}
.BgClassName
{
background-color: #57235A;
}
</style>
border-color css
<style>
span { border-color: #57235A; }
span { border-color: rgb(87,35,90); }
td.TdClassName
{
border-color: #57235A;
}
.TagClassName
{
border-color: #57235A;
}
</style>