Shades of Tyrian Purple #57153D
Tints of Tyrian Purple #57153D
RGB
CMYK
RGB Variations
Color information
#57153D (or 0x57153D) is known color: Tyrian Purple. HEX triplet: 57, 15 and 3D. RGB value is (87,21,61). Sum of RGB (Red+Green+Blue) = 87+21+61=169 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.48% from 169); Green value is 21 (8.59% from 255 or 12.43% from 169); Blue value is 61 (24.22% from 255 or 36.09% from 169); Max value from RGB is 87 - color contains mainly: red. Hex color #57153D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57153D is #A8EAC2. Grayscale: #2D2D2D. Windows color (decimal): -11070147 or 4003159. OLE color: 4003159.
HSL color Cylindrical-coordinate representation of color #57153D: hue angle of 323.64º 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 #57153D is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 21 | 61 | - |
| CMYK | 0 | 0.76 | 0.30 | 0.66 |
| HSL | 323.64º | 0.61% | 0.21% | - |
| HSV(B) | 323.64º | 0.76% | 0.34% | - |
| XYZ | 5.04 | 2.9 | 4.71 | - |
| YUV | 45.29 | 136.87 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 21 | 61 | 0 | 0.76 | 0.30 | 0.66 | 323.64 | 0.61 | 0.21 |
| Hex | 57 | 15 | 3D | 0 | 4C | 1E | 42 | 144 | 3D | 15 |
| Octal | 127 | 25 | 75 | 0 | 114 | 36 | 102 | 504 | 75 | 25 |
| Binary | 1010111 | 10101 | 111101 | 0 | 1001100 | 11110 | 1000010 | 101000100 | 111101 | 10101 |
Color Harmonies of #57153D
Complementary color
Monochromatic Colors of #57153D
Black with #57153D
Text Example
Text Example
White with #57153D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57153D; }
p { color: rgb(87,21,61); }
H1.HeaderClassName
{
color: #57153D;
}
.AnyTagClassName
{
color: #57153D;
}
</style>
background-color css
<style>
a { background-color: #57153D; }
a { background-color: rgb(87,21,61); }
div.DivClassName
{
background-color: #57153D;
}
.BgClassName
{
background-color: #57153D;
}
</style>
border-color css
<style>
span { border-color: #57153D; }
span { border-color: rgb(87,21,61); }
td.TdClassName
{
border-color: #57153D;
}
.TagClassName
{
border-color: #57153D;
}
</style>