Shades of Tyrian Purple #570B3C
Tints of Tyrian Purple #570B3C
RGB
CMYK
RGB Variations
Color information
#570B3C (or 0x570B3C) is known color: Tyrian Purple. HEX triplet: 57, 0B and 3C. RGB value is (87,11,60). Sum of RGB (Red+Green+Blue) = 87+11+60=158 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.06% from 158); Green value is 11 (4.69% from 255 or 6.96% from 158); Blue value is 60 (23.83% from 255 or 37.97% from 158); Max value from RGB is 87 - color contains mainly: red. Hex color #570B3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570B3C is #A8F4C3. Grayscale: #272727. Windows color (decimal): -11072708 or 3935063. OLE color: 3935063.
HSL color Cylindrical-coordinate representation of color #570B3C: hue angle of 321.32º 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 #570B3C is Cyan = 0, Magento = 0.87, Yellow = 0.31 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 11 | 60 | - |
| CMYK | 0 | 0.87 | 0.31 | 0.66 |
| HSL | 321.32º | 0.78% | 0.19% | - |
| HSV(B) | 321.32º | 0.87% | 0.34% | - |
| XYZ | 4.87 | 2.59 | 4.52 | - |
| YUV | 39.31 | 139.68 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 11 | 60 | 0 | 0.87 | 0.31 | 0.66 | 321.32 | 0.78 | 0.19 |
| Hex | 57 | B | 3C | 0 | 57 | 1F | 42 | 141 | 4E | 13 |
| Octal | 127 | 13 | 74 | 0 | 127 | 37 | 102 | 501 | 116 | 23 |
| Binary | 1010111 | 1011 | 111100 | 0 | 1010111 | 11111 | 1000010 | 101000001 | 1001110 | 10011 |
Color Harmonies of #570B3C
Complementary color
Monochromatic Colors of #570B3C
Black with #570B3C
Text Example
Text Example
White with #570B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570B3C; }
p { color: rgb(87,11,60); }
H1.HeaderClassName
{
color: #570B3C;
}
.AnyTagClassName
{
color: #570B3C;
}
</style>
background-color css
<style>
a { background-color: #570B3C; }
a { background-color: rgb(87,11,60); }
div.DivClassName
{
background-color: #570B3C;
}
.BgClassName
{
background-color: #570B3C;
}
</style>
border-color css
<style>
span { border-color: #570B3C; }
span { border-color: rgb(87,11,60); }
td.TdClassName
{
border-color: #570B3C;
}
.TagClassName
{
border-color: #570B3C;
}
</style>