Shades of Tyrian Purple #570D3C
Tints of Tyrian Purple #570D3C
RGB
CMYK
RGB Variations
Color information
#570D3C (or 0x570D3C) is known color: Tyrian Purple. HEX triplet: 57, 0D and 3C. RGB value is (87,13,60). Sum of RGB (Red+Green+Blue) = 87+13+60=160 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.38% from 160); Green value is 13 (5.47% from 255 or 8.12% from 160); Blue value is 60 (23.83% from 255 or 37.5% from 160); Max value from RGB is 87 - color contains mainly: red. Hex color #570D3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570D3C is #A8F2C3. Grayscale: #282828. Windows color (decimal): -11072196 or 3935575. OLE color: 3935575.
HSL color Cylindrical-coordinate representation of color #570D3C: hue angle of 321.89º 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 #570D3C is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 13 | 60 | - |
| CMYK | 0 | 0.85 | 0.31 | 0.66 |
| HSL | 321.89º | 0.74% | 0.2% | - |
| HSV(B) | 321.89º | 0.85% | 0.34% | - |
| XYZ | 4.89 | 2.64 | 4.53 | - |
| YUV | 40.48 | 139.02 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 13 | 60 | 0 | 0.85 | 0.31 | 0.66 | 321.89 | 0.74 | 0.2 |
| Hex | 57 | D | 3C | 0 | 55 | 1F | 42 | 142 | 4A | 14 |
| Octal | 127 | 15 | 74 | 0 | 125 | 37 | 102 | 502 | 112 | 24 |
| Binary | 1010111 | 1101 | 111100 | 0 | 1010101 | 11111 | 1000010 | 101000010 | 1001010 | 10100 |
Color Harmonies of #570D3C
Complementary color
Monochromatic Colors of #570D3C
Black with #570D3C
Text Example
Text Example
White with #570D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570D3C; }
p { color: rgb(87,13,60); }
H1.HeaderClassName
{
color: #570D3C;
}
.AnyTagClassName
{
color: #570D3C;
}
</style>
background-color css
<style>
a { background-color: #570D3C; }
a { background-color: rgb(87,13,60); }
div.DivClassName
{
background-color: #570D3C;
}
.BgClassName
{
background-color: #570D3C;
}
</style>
border-color css
<style>
span { border-color: #570D3C; }
span { border-color: rgb(87,13,60); }
td.TdClassName
{
border-color: #570D3C;
}
.TagClassName
{
border-color: #570D3C;
}
</style>