Shades of Tyrian Purple #570B30
Tints of Tyrian Purple #570B30
RGB
CMYK
RGB Variations
Color information
#570B30 (or 0x570B30) is known color: Tyrian Purple. HEX triplet: 57, 0B and 30. RGB value is (87,11,48). Sum of RGB (Red+Green+Blue) = 87+11+48=146 (19% of max value = 765). Red value is 87 (34.38% from 255 or 59.59% from 146); Green value is 11 (4.69% from 255 or 7.53% from 146); Blue value is 48 (19.14% from 255 or 32.88% from 146); Max value from RGB is 87 - color contains mainly: red. Hex color #570B30 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570B30 is #A8F4CF. Grayscale: #252525. Windows color (decimal): -11072720 or 3148631. OLE color: 3148631.
HSL color Cylindrical-coordinate representation of color #570B30: hue angle of 330.79º 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 #570B30 is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 11 | 48 | - |
| CMYK | 0 | 0.87 | 0.45 | 0.66 |
| HSL | 330.79º | 0.78% | 0.19% | - |
| HSV(B) | 330.79º | 0.87% | 0.34% | - |
| XYZ | 4.58 | 2.48 | 3.03 | - |
| YUV | 37.94 | 133.68 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 11 | 48 | 0 | 0.87 | 0.45 | 0.66 | 330.79 | 0.78 | 0.19 |
| Hex | 57 | B | 30 | 0 | 57 | 2D | 42 | 14B | 4E | 13 |
| Octal | 127 | 13 | 60 | 0 | 127 | 55 | 102 | 513 | 116 | 23 |
| Binary | 1010111 | 1011 | 110000 | 0 | 1010111 | 101101 | 1000010 | 101001011 | 1001110 | 10011 |
Color Harmonies of #570B30
Complementary color
Monochromatic Colors of #570B30
Black with #570B30
Text Example
Text Example
White with #570B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570B30; }
p { color: rgb(87,11,48); }
H1.HeaderClassName
{
color: #570B30;
}
.AnyTagClassName
{
color: #570B30;
}
</style>
background-color css
<style>
a { background-color: #570B30; }
a { background-color: rgb(87,11,48); }
div.DivClassName
{
background-color: #570B30;
}
.BgClassName
{
background-color: #570B30;
}
</style>
border-color css
<style>
span { border-color: #570B30; }
span { border-color: rgb(87,11,48); }
td.TdClassName
{
border-color: #570B30;
}
.TagClassName
{
border-color: #570B30;
}
</style>