Shades of Tyrian Purple #570B40
Tints of Tyrian Purple #570B40
RGB
CMYK
RGB Variations
Color information
#570B40 (or 0x570B40) is known color: Tyrian Purple. HEX triplet: 57, 0B and 40. RGB value is (87,11,64). Sum of RGB (Red+Green+Blue) = 87+11+64=162 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.70% from 162); Green value is 11 (4.69% from 255 or 6.79% from 162); Blue value is 64 (25.39% from 255 or 39.51% from 162); Max value from RGB is 87 - color contains mainly: red. Hex color #570B40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570B40 is #A8F4BF. Grayscale: #272727. Windows color (decimal): -11072704 or 4197207. OLE color: 4197207.
HSL color Cylindrical-coordinate representation of color #570B40: hue angle of 318.16º 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 #570B40 is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 11 | 64 | - |
| CMYK | 0 | 0.87 | 0.26 | 0.66 |
| HSL | 318.16º | 0.78% | 0.19% | - |
| HSV(B) | 318.16º | 0.87% | 0.34% | - |
| XYZ | 4.98 | 2.64 | 5.1 | - |
| YUV | 39.77 | 141.68 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 11 | 64 | 0 | 0.87 | 0.26 | 0.66 | 318.16 | 0.78 | 0.19 |
| Hex | 57 | B | 40 | 0 | 57 | 1A | 42 | 13E | 4E | 13 |
| Octal | 127 | 13 | 100 | 0 | 127 | 32 | 102 | 476 | 116 | 23 |
| Binary | 1010111 | 1011 | 1000000 | 0 | 1010111 | 11010 | 1000010 | 100111110 | 1001110 | 10011 |
Color Harmonies of #570B40
Complementary color
Monochromatic Colors of #570B40
Black with #570B40
Text Example
Text Example
White with #570B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570B40; }
p { color: rgb(87,11,64); }
H1.HeaderClassName
{
color: #570B40;
}
.AnyTagClassName
{
color: #570B40;
}
</style>
background-color css
<style>
a { background-color: #570B40; }
a { background-color: rgb(87,11,64); }
div.DivClassName
{
background-color: #570B40;
}
.BgClassName
{
background-color: #570B40;
}
</style>
border-color css
<style>
span { border-color: #570B40; }
span { border-color: rgb(87,11,64); }
td.TdClassName
{
border-color: #570B40;
}
.TagClassName
{
border-color: #570B40;
}
</style>