Shades of Tyrian Purple #570D4C
Tints of Tyrian Purple #570D4C
RGB
CMYK
RGB Variations
Color information
#570D4C (or 0x570D4C) is known color: Tyrian Purple. HEX triplet: 57, 0D and 4C. RGB value is (87,13,76). Sum of RGB (Red+Green+Blue) = 87+13+76=176 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.43% from 176); Green value is 13 (5.47% from 255 or 7.39% from 176); Blue value is 76 (30.08% from 255 or 43.18% from 176); Max value from RGB is 87 - color contains mainly: red. Hex color #570D4C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570D4C is #A8F2B3. Grayscale: #2A2A2A. Windows color (decimal): -11072180 or 4984151. OLE color: 4984151.
HSL color Cylindrical-coordinate representation of color #570D4C: hue angle of 308.92º 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 #570D4C is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 13 | 76 | - |
| CMYK | 0 | 0.85 | 0.13 | 0.66 |
| HSL | 308.92º | 0.74% | 0.2% | - |
| HSV(B) | 308.92º | 0.85% | 0.34% | - |
| XYZ | 5.38 | 2.84 | 7.1 | - |
| YUV | 42.31 | 147.02 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 13 | 76 | 0 | 0.85 | 0.13 | 0.66 | 308.92 | 0.74 | 0.2 |
| Hex | 57 | D | 4C | 0 | 55 | D | 42 | 135 | 4A | 14 |
| Octal | 127 | 15 | 114 | 0 | 125 | 15 | 102 | 465 | 112 | 24 |
| Binary | 1010111 | 1101 | 1001100 | 0 | 1010101 | 1101 | 1000010 | 100110101 | 1001010 | 10100 |
Color Harmonies of #570D4C
Complementary color
Monochromatic Colors of #570D4C
Black with #570D4C
Text Example
Text Example
White with #570D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570D4C; }
p { color: rgb(87,13,76); }
H1.HeaderClassName
{
color: #570D4C;
}
.AnyTagClassName
{
color: #570D4C;
}
</style>
background-color css
<style>
a { background-color: #570D4C; }
a { background-color: rgb(87,13,76); }
div.DivClassName
{
background-color: #570D4C;
}
.BgClassName
{
background-color: #570D4C;
}
</style>
border-color css
<style>
span { border-color: #570D4C; }
span { border-color: rgb(87,13,76); }
td.TdClassName
{
border-color: #570D4C;
}
.TagClassName
{
border-color: #570D4C;
}
</style>