Shades of Tyrian Purple #570A4C
Tints of Tyrian Purple #570A4C
RGB
CMYK
RGB Variations
Color information
#570A4C (or 0x570A4C) is known color: Tyrian Purple. HEX triplet: 57, 0A and 4C. RGB value is (87,10,76). Sum of RGB (Red+Green+Blue) = 87+10+76=173 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.29% from 173); Green value is 10 (4.30% from 255 or 5.78% from 173); Blue value is 76 (30.08% from 255 or 43.93% from 173); Max value from RGB is 87 - color contains mainly: red. Hex color #570A4C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570A4C is #A8F5B3. Grayscale: #282828. Windows color (decimal): -11072948 or 4983383. OLE color: 4983383.
HSL color Cylindrical-coordinate representation of color #570A4C: hue angle of 308.57º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #570A4C is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 10 | 76 | - |
| CMYK | 0 | 0.89 | 0.13 | 0.66 |
| HSL | 308.57º | 0.79% | 0.19% | - |
| HSV(B) | 308.57º | 0.89% | 0.34% | - |
| XYZ | 5.34 | 2.77 | 7.09 | - |
| YUV | 40.55 | 148.01 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 10 | 76 | 0 | 0.89 | 0.13 | 0.66 | 308.57 | 0.79 | 0.19 |
| Hex | 57 | A | 4C | 0 | 59 | D | 42 | 135 | 4F | 13 |
| Octal | 127 | 12 | 114 | 0 | 131 | 15 | 102 | 465 | 117 | 23 |
| Binary | 1010111 | 1010 | 1001100 | 0 | 1011001 | 1101 | 1000010 | 100110101 | 1001111 | 10011 |
Color Harmonies of #570A4C
Complementary color
Monochromatic Colors of #570A4C
Black with #570A4C
Text Example
Text Example
White with #570A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570A4C; }
p { color: rgb(87,10,76); }
H1.HeaderClassName
{
color: #570A4C;
}
.AnyTagClassName
{
color: #570A4C;
}
</style>
background-color css
<style>
a { background-color: #570A4C; }
a { background-color: rgb(87,10,76); }
div.DivClassName
{
background-color: #570A4C;
}
.BgClassName
{
background-color: #570A4C;
}
</style>
border-color css
<style>
span { border-color: #570A4C; }
span { border-color: rgb(87,10,76); }
td.TdClassName
{
border-color: #570A4C;
}
.TagClassName
{
border-color: #570A4C;
}
</style>