Shades of Tyrian Purple #57153C
Tints of Tyrian Purple #57153C
RGB
CMYK
RGB Variations
Color information
#57153C (or 0x57153C) is known color: Tyrian Purple. HEX triplet: 57, 15 and 3C. RGB value is (87,21,60). Sum of RGB (Red+Green+Blue) = 87+21+60=168 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.79% from 168); Green value is 21 (8.59% from 255 or 12.5% from 168); Blue value is 60 (23.83% from 255 or 35.71% from 168); Max value from RGB is 87 - color contains mainly: red. Hex color #57153C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57153C is #A8EAC3. Grayscale: #2D2D2D. Windows color (decimal): -11070148 or 3937623. OLE color: 3937623.
HSL color Cylindrical-coordinate representation of color #57153C: hue angle of 324.55º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #57153C is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 21 | 60 | - |
| CMYK | 0 | 0.76 | 0.31 | 0.66 |
| HSL | 324.55º | 0.61% | 0.21% | - |
| HSV(B) | 324.55º | 0.76% | 0.34% | - |
| XYZ | 5.01 | 2.89 | 4.57 | - |
| YUV | 45.18 | 136.37 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 21 | 60 | 0 | 0.76 | 0.31 | 0.66 | 324.55 | 0.61 | 0.21 |
| Hex | 57 | 15 | 3C | 0 | 4C | 1F | 42 | 145 | 3D | 15 |
| Octal | 127 | 25 | 74 | 0 | 114 | 37 | 102 | 505 | 75 | 25 |
| Binary | 1010111 | 10101 | 111100 | 0 | 1001100 | 11111 | 1000010 | 101000101 | 111101 | 10101 |
Color Harmonies of #57153C
Complementary color
Monochromatic Colors of #57153C
Black with #57153C
Text Example
Text Example
White with #57153C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57153C; }
p { color: rgb(87,21,60); }
H1.HeaderClassName
{
color: #57153C;
}
.AnyTagClassName
{
color: #57153C;
}
</style>
background-color css
<style>
a { background-color: #57153C; }
a { background-color: rgb(87,21,60); }
div.DivClassName
{
background-color: #57153C;
}
.BgClassName
{
background-color: #57153C;
}
</style>
border-color css
<style>
span { border-color: #57153C; }
span { border-color: rgb(87,21,60); }
td.TdClassName
{
border-color: #57153C;
}
.TagClassName
{
border-color: #57153C;
}
</style>