Shades of Tyrian Purple #570A30
Tints of Tyrian Purple #570A30
RGB
CMYK
RGB Variations
Color information
#570A30 (or 0x570A30) is known color: Tyrian Purple. HEX triplet: 57, 0A and 30. RGB value is (87,10,48). Sum of RGB (Red+Green+Blue) = 87+10+48=145 (19% of max value = 765). Red value is 87 (34.38% from 255 or 60% from 145); Green value is 10 (4.30% from 255 or 6.90% from 145); Blue value is 48 (19.14% from 255 or 33.10% from 145); Max value from RGB is 87 - color contains mainly: red. Hex color #570A30 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570A30 is #A8F5CF. Grayscale: #252525. Windows color (decimal): -11072976 or 3148375. OLE color: 3148375.
HSL color Cylindrical-coordinate representation of color #570A30: hue angle of 330.39º 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 #570A30 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 10 | 48 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.66 |
| HSL | 330.39º | 0.79% | 0.19% | - |
| HSV(B) | 330.39º | 0.89% | 0.34% | - |
| XYZ | 4.57 | 2.46 | 3.03 | - |
| YUV | 37.36 | 134.01 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 10 | 48 | 0 | 0.89 | 0.45 | 0.66 | 330.39 | 0.79 | 0.19 |
| Hex | 57 | A | 30 | 0 | 59 | 2D | 42 | 14A | 4F | 13 |
| Octal | 127 | 12 | 60 | 0 | 131 | 55 | 102 | 512 | 117 | 23 |
| Binary | 1010111 | 1010 | 110000 | 0 | 1011001 | 101101 | 1000010 | 101001010 | 1001111 | 10011 |
Color Harmonies of #570A30
Complementary color
Monochromatic Colors of #570A30
Black with #570A30
Text Example
Text Example
White with #570A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570A30; }
p { color: rgb(87,10,48); }
H1.HeaderClassName
{
color: #570A30;
}
.AnyTagClassName
{
color: #570A30;
}
</style>
background-color css
<style>
a { background-color: #570A30; }
a { background-color: rgb(87,10,48); }
div.DivClassName
{
background-color: #570A30;
}
.BgClassName
{
background-color: #570A30;
}
</style>
border-color css
<style>
span { border-color: #570A30; }
span { border-color: rgb(87,10,48); }
td.TdClassName
{
border-color: #570A30;
}
.TagClassName
{
border-color: #570A30;
}
</style>