Shades of Hot Purple #57145D
Tints of Hot Purple #57145D
RGB
CMYK
RGB Variations
Color information
#57145D (or 0x57145D) is known color: Hot Purple. HEX triplet: 57, 14 and 5D. RGB value is (87,20,93). Sum of RGB (Red+Green+Blue) = 87+20+93=200 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.5% from 200); Green value is 20 (8.20% from 255 or 10% from 200); Blue value is 93 (36.72% from 255 or 46.5% from 200); Max value from RGB is 93 - color contains mainly: blue. Hex color #57145D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57145D is #A8EBA2. Grayscale: #303030. Windows color (decimal): -11070371 or 6100055. OLE color: 6100055.
HSL color Cylindrical-coordinate representation of color #57145D: hue angle of 295.07º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #57145D is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 20 | 93 | - |
| CMYK | 0.06 | 0.78 | 0 | 0.64 |
| HSL | 295.07º | 0.65% | 0.22% | - |
| HSV(B) | 295.07º | 0.78% | 0.36% | - |
| XYZ | 6.16 | 3.32 | 10.67 | - |
| YUV | 48.36 | 153.2 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 20 | 93 | 0.06 | 0.78 | 0 | 0.64 | 295.07 | 0.65 | 0.22 |
| Hex | 57 | 14 | 5D | 6 | 4E | 0 | 40 | 127 | 41 | 16 |
| Octal | 127 | 24 | 135 | 6 | 116 | 0 | 100 | 447 | 101 | 26 |
| Binary | 1010111 | 10100 | 1011101 | 110 | 1001110 | 0 | 1000000 | 100100111 | 1000001 | 10110 |
Color Harmonies of #57145D
Complementary color
Monochromatic Colors of #57145D
Black with #57145D
Text Example
Text Example
White with #57145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57145D; }
p { color: rgb(87,20,93); }
H1.HeaderClassName
{
color: #57145D;
}
.AnyTagClassName
{
color: #57145D;
}
</style>
background-color css
<style>
a { background-color: #57145D; }
a { background-color: rgb(87,20,93); }
div.DivClassName
{
background-color: #57145D;
}
.BgClassName
{
background-color: #57145D;
}
</style>
border-color css
<style>
span { border-color: #57145D; }
span { border-color: rgb(87,20,93); }
td.TdClassName
{
border-color: #57145D;
}
.TagClassName
{
border-color: #57145D;
}
</style>