Shades of Tyrian Purple #570B4A
Tints of Tyrian Purple #570B4A
RGB
CMYK
RGB Variations
Color information
#570B4A (or 0x570B4A) is known color: Tyrian Purple. HEX triplet: 57, 0B and 4A. RGB value is (87,11,74). Sum of RGB (Red+Green+Blue) = 87+11+74=172 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.58% from 172); Green value is 11 (4.69% from 255 or 6.40% from 172); Blue value is 74 (29.30% from 255 or 43.02% from 172); Max value from RGB is 87 - color contains mainly: red. Hex color #570B4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570B4A is #A8F4B5. Grayscale: #282828. Windows color (decimal): -11072694 or 4852567. OLE color: 4852567.
HSL color Cylindrical-coordinate representation of color #570B4A: hue angle of 310.26º 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 #570B4A is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 11 | 74 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.66 |
| HSL | 310.26º | 0.78% | 0.19% | - |
| HSV(B) | 310.26º | 0.87% | 0.34% | - |
| XYZ | 5.29 | 2.76 | 6.73 | - |
| YUV | 40.91 | 146.68 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 11 | 74 | 0 | 0.87 | 0.15 | 0.66 | 310.26 | 0.78 | 0.19 |
| Hex | 57 | B | 4A | 0 | 57 | F | 42 | 136 | 4E | 13 |
| Octal | 127 | 13 | 112 | 0 | 127 | 17 | 102 | 466 | 116 | 23 |
| Binary | 1010111 | 1011 | 1001010 | 0 | 1010111 | 1111 | 1000010 | 100110110 | 1001110 | 10011 |
Color Harmonies of #570B4A
Complementary color
Monochromatic Colors of #570B4A
Black with #570B4A
Text Example
Text Example
White with #570B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570B4A; }
p { color: rgb(87,11,74); }
H1.HeaderClassName
{
color: #570B4A;
}
.AnyTagClassName
{
color: #570B4A;
}
</style>
background-color css
<style>
a { background-color: #570B4A; }
a { background-color: rgb(87,11,74); }
div.DivClassName
{
background-color: #570B4A;
}
.BgClassName
{
background-color: #570B4A;
}
</style>
border-color css
<style>
span { border-color: #570B4A; }
span { border-color: rgb(87,11,74); }
td.TdClassName
{
border-color: #570B4A;
}
.TagClassName
{
border-color: #570B4A;
}
</style>