Shades of Hot Purple #57185C
Tints of Hot Purple #57185C
RGB
CMYK
RGB Variations
Color information
#57185C (or 0x57185C) is known color: Hot Purple. HEX triplet: 57, 18 and 5C. RGB value is (87,24,92). Sum of RGB (Red+Green+Blue) = 87+24+92=203 (26% of max value = 765). Red value is 87 (34.38% from 255 or 42.86% from 203); Green value is 24 (9.77% from 255 or 11.82% from 203); Blue value is 92 (36.33% from 255 or 45.32% from 203); Max value from RGB is 92 - color contains mainly: blue. Hex color #57185C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57185C is #A8E7A3. Grayscale: #323232. Windows color (decimal): -11069348 or 6035543. OLE color: 6035543.
HSL color Cylindrical-coordinate representation of color #57185C: hue angle of 295.59º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #57185C is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 24 | 92 | - |
| CMYK | 0.05 | 0.74 | 0 | 0.64 |
| HSL | 295.59º | 0.59% | 0.23% | - |
| HSV(B) | 295.59º | 0.74% | 0.36% | - |
| XYZ | 6.19 | 3.45 | 10.47 | - |
| YUV | 50.59 | 151.37 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 24 | 92 | 0.05 | 0.74 | 0 | 0.64 | 295.59 | 0.59 | 0.23 |
| Hex | 57 | 18 | 5C | 5 | 4A | 0 | 40 | 128 | 3B | 17 |
| Octal | 127 | 30 | 134 | 5 | 112 | 0 | 100 | 450 | 73 | 27 |
| Binary | 1010111 | 11000 | 1011100 | 101 | 1001010 | 0 | 1000000 | 100101000 | 111011 | 10111 |
Color Harmonies of #57185C
Complementary color
Monochromatic Colors of #57185C
Black with #57185C
Text Example
Text Example
White with #57185C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57185C; }
p { color: rgb(87,24,92); }
H1.HeaderClassName
{
color: #57185C;
}
.AnyTagClassName
{
color: #57185C;
}
</style>
background-color css
<style>
a { background-color: #57185C; }
a { background-color: rgb(87,24,92); }
div.DivClassName
{
background-color: #57185C;
}
.BgClassName
{
background-color: #57185C;
}
</style>
border-color css
<style>
span { border-color: #57185C; }
span { border-color: rgb(87,24,92); }
td.TdClassName
{
border-color: #57185C;
}
.TagClassName
{
border-color: #57185C;
}
</style>