Shades of Tyrian Purple #570D3F
Tints of Tyrian Purple #570D3F
RGB
CMYK
RGB Variations
Color information
#570D3F (or 0x570D3F) is known color: Tyrian Purple. HEX triplet: 57, 0D and 3F. RGB value is (87,13,63). Sum of RGB (Red+Green+Blue) = 87+13+63=163 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.37% from 163); Green value is 13 (5.47% from 255 or 7.98% from 163); Blue value is 63 (25% from 255 or 38.65% from 163); Max value from RGB is 87 - color contains mainly: red. Hex color #570D3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570D3F is #A8F2C0. Grayscale: #282828. Windows color (decimal): -11072193 or 4132183. OLE color: 4132183.
HSL color Cylindrical-coordinate representation of color #570D3F: hue angle of 319.46º 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 #570D3F is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 13 | 63 | - |
| CMYK | 0 | 0.85 | 0.28 | 0.66 |
| HSL | 319.46º | 0.74% | 0.2% | - |
| HSV(B) | 319.46º | 0.85% | 0.34% | - |
| XYZ | 4.97 | 2.67 | 4.96 | - |
| YUV | 40.83 | 140.52 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 13 | 63 | 0 | 0.85 | 0.28 | 0.66 | 319.46 | 0.74 | 0.2 |
| Hex | 57 | D | 3F | 0 | 55 | 1C | 42 | 13F | 4A | 14 |
| Octal | 127 | 15 | 77 | 0 | 125 | 34 | 102 | 477 | 112 | 24 |
| Binary | 1010111 | 1101 | 111111 | 0 | 1010101 | 11100 | 1000010 | 100111111 | 1001010 | 10100 |
Color Harmonies of #570D3F
Complementary color
Monochromatic Colors of #570D3F
Black with #570D3F
Text Example
Text Example
White with #570D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570D3F; }
p { color: rgb(87,13,63); }
H1.HeaderClassName
{
color: #570D3F;
}
.AnyTagClassName
{
color: #570D3F;
}
</style>
background-color css
<style>
a { background-color: #570D3F; }
a { background-color: rgb(87,13,63); }
div.DivClassName
{
background-color: #570D3F;
}
.BgClassName
{
background-color: #570D3F;
}
</style>
border-color css
<style>
span { border-color: #570D3F; }
span { border-color: rgb(87,13,63); }
td.TdClassName
{
border-color: #570D3F;
}
.TagClassName
{
border-color: #570D3F;
}
</style>