Shades of Tyrian Purple #570D4D
Tints of Tyrian Purple #570D4D
RGB
CMYK
RGB Variations
Color information
#570D4D (or 0x570D4D) is known color: Tyrian Purple. HEX triplet: 57, 0D and 4D. RGB value is (87,13,77). Sum of RGB (Red+Green+Blue) = 87+13+77=177 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.15% from 177); Green value is 13 (5.47% from 255 or 7.34% from 177); Blue value is 77 (30.47% from 255 or 43.50% from 177); Max value from RGB is 87 - color contains mainly: red. Hex color #570D4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570D4D is #A8F2B2. Grayscale: #2A2A2A. Windows color (decimal): -11072179 or 5049687. OLE color: 5049687.
HSL color Cylindrical-coordinate representation of color #570D4D: hue angle of 308.11º 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 #570D4D is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 13 | 77 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.66 |
| HSL | 308.11º | 0.74% | 0.2% | - |
| HSV(B) | 308.11º | 0.85% | 0.34% | - |
| XYZ | 5.41 | 2.85 | 7.29 | - |
| YUV | 42.42 | 147.52 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 13 | 77 | 0 | 0.85 | 0.11 | 0.66 | 308.11 | 0.74 | 0.2 |
| Hex | 57 | D | 4D | 0 | 55 | B | 42 | 134 | 4A | 14 |
| Octal | 127 | 15 | 115 | 0 | 125 | 13 | 102 | 464 | 112 | 24 |
| Binary | 1010111 | 1101 | 1001101 | 0 | 1010101 | 1011 | 1000010 | 100110100 | 1001010 | 10100 |
Color Harmonies of #570D4D
Complementary color
Monochromatic Colors of #570D4D
Black with #570D4D
Text Example
Text Example
White with #570D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570D4D; }
p { color: rgb(87,13,77); }
H1.HeaderClassName
{
color: #570D4D;
}
.AnyTagClassName
{
color: #570D4D;
}
</style>
background-color css
<style>
a { background-color: #570D4D; }
a { background-color: rgb(87,13,77); }
div.DivClassName
{
background-color: #570D4D;
}
.BgClassName
{
background-color: #570D4D;
}
</style>
border-color css
<style>
span { border-color: #570D4D; }
span { border-color: rgb(87,13,77); }
td.TdClassName
{
border-color: #570D4D;
}
.TagClassName
{
border-color: #570D4D;
}
</style>