Shades of Tyrian Purple #570D31
Tints of Tyrian Purple #570D31
RGB
CMYK
RGB Variations
Color information
#570D31 (or 0x570D31) is known color: Tyrian Purple. HEX triplet: 57, 0D and 31. RGB value is (87,13,49). Sum of RGB (Red+Green+Blue) = 87+13+49=149 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58.39% from 149); Green value is 13 (5.47% from 255 or 8.72% from 149); Blue value is 49 (19.53% from 255 or 32.89% from 149); Max value from RGB is 87 - color contains mainly: red. Hex color #570D31 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570D31 is #A8F2CE. Grayscale: #272727. Windows color (decimal): -11072207 or 3214679. OLE color: 3214679.
HSL color Cylindrical-coordinate representation of color #570D31: hue angle of 330.81º 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 #570D31 is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 13 | 49 | - |
| CMYK | 0 | 0.85 | 0.44 | 0.66 |
| HSL | 330.81º | 0.74% | 0.2% | - |
| HSV(B) | 330.81º | 0.85% | 0.34% | - |
| XYZ | 4.63 | 2.54 | 3.15 | - |
| YUV | 39.23 | 133.52 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 13 | 49 | 0 | 0.85 | 0.44 | 0.66 | 330.81 | 0.74 | 0.2 |
| Hex | 57 | D | 31 | 0 | 55 | 2C | 42 | 14B | 4A | 14 |
| Octal | 127 | 15 | 61 | 0 | 125 | 54 | 102 | 513 | 112 | 24 |
| Binary | 1010111 | 1101 | 110001 | 0 | 1010101 | 101100 | 1000010 | 101001011 | 1001010 | 10100 |
Color Harmonies of #570D31
Complementary color
Monochromatic Colors of #570D31
Black with #570D31
Text Example
Text Example
White with #570D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570D31; }
p { color: rgb(87,13,49); }
H1.HeaderClassName
{
color: #570D31;
}
.AnyTagClassName
{
color: #570D31;
}
</style>
background-color css
<style>
a { background-color: #570D31; }
a { background-color: rgb(87,13,49); }
div.DivClassName
{
background-color: #570D31;
}
.BgClassName
{
background-color: #570D31;
}
</style>
border-color css
<style>
span { border-color: #570D31; }
span { border-color: rgb(87,13,49); }
td.TdClassName
{
border-color: #570D31;
}
.TagClassName
{
border-color: #570D31;
}
</style>