Shades of Tyrian Purple #570B4D
Tints of Tyrian Purple #570B4D
RGB
CMYK
RGB Variations
Color information
#570B4D (or 0x570B4D) is known color: Tyrian Purple. HEX triplet: 57, 0B and 4D. RGB value is (87,11,77). Sum of RGB (Red+Green+Blue) = 87+11+77=175 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.71% from 175); Green value is 11 (4.69% from 255 or 6.29% from 175); Blue value is 77 (30.47% from 255 or 44% from 175); Max value from RGB is 87 - color contains mainly: red. Hex color #570B4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570B4D is #A8F4B2. Grayscale: #292929. Windows color (decimal): -11072691 or 5049175. OLE color: 5049175.
HSL color Cylindrical-coordinate representation of color #570B4D: hue angle of 307.89º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #570B4D is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 11 | 77 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.66 |
| HSL | 307.89º | 0.78% | 0.19% | - |
| HSV(B) | 307.89º | 0.87% | 0.34% | - |
| XYZ | 5.39 | 2.8 | 7.28 | - |
| YUV | 41.25 | 148.18 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 11 | 77 | 0 | 0.87 | 0.11 | 0.66 | 307.89 | 0.78 | 0.19 |
| Hex | 57 | B | 4D | 0 | 57 | B | 42 | 134 | 4E | 13 |
| Octal | 127 | 13 | 115 | 0 | 127 | 13 | 102 | 464 | 116 | 23 |
| Binary | 1010111 | 1011 | 1001101 | 0 | 1010111 | 1011 | 1000010 | 100110100 | 1001110 | 10011 |
Color Harmonies of #570B4D
Complementary color
Monochromatic Colors of #570B4D
Black with #570B4D
Text Example
Text Example
White with #570B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570B4D; }
p { color: rgb(87,11,77); }
H1.HeaderClassName
{
color: #570B4D;
}
.AnyTagClassName
{
color: #570B4D;
}
</style>
background-color css
<style>
a { background-color: #570B4D; }
a { background-color: rgb(87,11,77); }
div.DivClassName
{
background-color: #570B4D;
}
.BgClassName
{
background-color: #570B4D;
}
</style>
border-color css
<style>
span { border-color: #570B4D; }
span { border-color: rgb(87,11,77); }
td.TdClassName
{
border-color: #570B4D;
}
.TagClassName
{
border-color: #570B4D;
}
</style>