Shades of Tyrian Purple #570D3E
Tints of Tyrian Purple #570D3E
RGB
CMYK
RGB Variations
Color information
#570D3E (or 0x570D3E) is known color: Tyrian Purple. HEX triplet: 57, 0D and 3E. RGB value is (87,13,62). Sum of RGB (Red+Green+Blue) = 87+13+62=162 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.70% from 162); Green value is 13 (5.47% from 255 or 8.02% from 162); Blue value is 62 (24.61% from 255 or 38.27% from 162); Max value from RGB is 87 - color contains mainly: red. Hex color #570D3E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570D3E is #A8F2C1. Grayscale: #282828. Windows color (decimal): -11072194 or 4066647. OLE color: 4066647.
HSL color Cylindrical-coordinate representation of color #570D3E: hue angle of 320.27º 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 #570D3E is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 13 | 62 | - |
| CMYK | 0 | 0.85 | 0.29 | 0.66 |
| HSL | 320.27º | 0.74% | 0.2% | - |
| HSV(B) | 320.27º | 0.85% | 0.34% | - |
| XYZ | 4.94 | 2.66 | 4.81 | - |
| YUV | 40.71 | 140.02 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 13 | 62 | 0 | 0.85 | 0.29 | 0.66 | 320.27 | 0.74 | 0.2 |
| Hex | 57 | D | 3E | 0 | 55 | 1D | 42 | 140 | 4A | 14 |
| Octal | 127 | 15 | 76 | 0 | 125 | 35 | 102 | 500 | 112 | 24 |
| Binary | 1010111 | 1101 | 111110 | 0 | 1010101 | 11101 | 1000010 | 101000000 | 1001010 | 10100 |
Color Harmonies of #570D3E
Complementary color
Monochromatic Colors of #570D3E
Black with #570D3E
Text Example
Text Example
White with #570D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570D3E; }
p { color: rgb(87,13,62); }
H1.HeaderClassName
{
color: #570D3E;
}
.AnyTagClassName
{
color: #570D3E;
}
</style>
background-color css
<style>
a { background-color: #570D3E; }
a { background-color: rgb(87,13,62); }
div.DivClassName
{
background-color: #570D3E;
}
.BgClassName
{
background-color: #570D3E;
}
</style>
border-color css
<style>
span { border-color: #570D3E; }
span { border-color: rgb(87,13,62); }
td.TdClassName
{
border-color: #570D3E;
}
.TagClassName
{
border-color: #570D3E;
}
</style>