Shades of Tyrian Purple #570D37
Tints of Tyrian Purple #570D37
RGB
CMYK
RGB Variations
Color information
#570D37 (or 0x570D37) is known color: Tyrian Purple. HEX triplet: 57, 0D and 37. RGB value is (87,13,55). Sum of RGB (Red+Green+Blue) = 87+13+55=155 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.13% from 155); Green value is 13 (5.47% from 255 or 8.39% from 155); Blue value is 55 (21.88% from 255 or 35.48% from 155); Max value from RGB is 87 - color contains mainly: red. Hex color #570D37 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570D37 is #A8F2C8. Grayscale: #272727. Windows color (decimal): -11072201 or 3607895. OLE color: 3607895.
HSL color Cylindrical-coordinate representation of color #570D37: hue angle of 325.95º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #570D37 is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 13 | 55 | - |
| CMYK | 0 | 0.85 | 0.37 | 0.66 |
| HSL | 325.95º | 0.74% | 0.2% | - |
| HSV(B) | 325.95º | 0.85% | 0.34% | - |
| XYZ | 4.76 | 2.59 | 3.86 | - |
| YUV | 39.91 | 136.52 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 13 | 55 | 0 | 0.85 | 0.37 | 0.66 | 325.95 | 0.74 | 0.2 |
| Hex | 57 | D | 37 | 0 | 55 | 25 | 42 | 146 | 4A | 14 |
| Octal | 127 | 15 | 67 | 0 | 125 | 45 | 102 | 506 | 112 | 24 |
| Binary | 1010111 | 1101 | 110111 | 0 | 1010101 | 100101 | 1000010 | 101000110 | 1001010 | 10100 |
Color Harmonies of #570D37
Complementary color
Monochromatic Colors of #570D37
Black with #570D37
Text Example
Text Example
White with #570D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570D37; }
p { color: rgb(87,13,55); }
H1.HeaderClassName
{
color: #570D37;
}
.AnyTagClassName
{
color: #570D37;
}
</style>
background-color css
<style>
a { background-color: #570D37; }
a { background-color: rgb(87,13,55); }
div.DivClassName
{
background-color: #570D37;
}
.BgClassName
{
background-color: #570D37;
}
</style>
border-color css
<style>
span { border-color: #570D37; }
span { border-color: rgb(87,13,55); }
td.TdClassName
{
border-color: #570D37;
}
.TagClassName
{
border-color: #570D37;
}
</style>