Shades of Tyrian Purple #570E4B
Tints of Tyrian Purple #570E4B
RGB
CMYK
RGB Variations
Color information
#570E4B (or 0x570E4B) is known color: Tyrian Purple. HEX triplet: 57, 0E and 4B. RGB value is (87,14,75). Sum of RGB (Red+Green+Blue) = 87+14+75=176 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.43% from 176); Green value is 14 (5.86% from 255 or 7.95% from 176); Blue value is 75 (29.69% from 255 or 42.61% from 176); Max value from RGB is 87 - color contains mainly: red. Hex color #570E4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570E4B is #A8F1B4. Grayscale: #2A2A2A. Windows color (decimal): -11071925 or 4918871. OLE color: 4918871.
HSL color Cylindrical-coordinate representation of color #570E4B: hue angle of 309.86º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #570E4B is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 14 | 75 | - |
| CMYK | 0 | 0.84 | 0.14 | 0.66 |
| HSL | 309.86º | 0.72% | 0.2% | - |
| HSV(B) | 309.86º | 0.84% | 0.34% | - |
| XYZ | 5.36 | 2.85 | 6.92 | - |
| YUV | 42.78 | 146.18 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 14 | 75 | 0 | 0.84 | 0.14 | 0.66 | 309.86 | 0.72 | 0.2 |
| Hex | 57 | E | 4B | 0 | 54 | E | 42 | 136 | 48 | 14 |
| Octal | 127 | 16 | 113 | 0 | 124 | 16 | 102 | 466 | 110 | 24 |
| Binary | 1010111 | 1110 | 1001011 | 0 | 1010100 | 1110 | 1000010 | 100110110 | 1001000 | 10100 |
Color Harmonies of #570E4B
Complementary color
Monochromatic Colors of #570E4B
Black with #570E4B
Text Example
Text Example
White with #570E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570E4B; }
p { color: rgb(87,14,75); }
H1.HeaderClassName
{
color: #570E4B;
}
.AnyTagClassName
{
color: #570E4B;
}
</style>
background-color css
<style>
a { background-color: #570E4B; }
a { background-color: rgb(87,14,75); }
div.DivClassName
{
background-color: #570E4B;
}
.BgClassName
{
background-color: #570E4B;
}
</style>
border-color css
<style>
span { border-color: #570E4B; }
span { border-color: rgb(87,14,75); }
td.TdClassName
{
border-color: #570E4B;
}
.TagClassName
{
border-color: #570E4B;
}
</style>