Shades of Tyrian Purple #570C37
Tints of Tyrian Purple #570C37
RGB
CMYK
RGB Variations
Color information
#570C37 (or 0x570C37) is known color: Tyrian Purple. HEX triplet: 57, 0C and 37. RGB value is (87,12,55). Sum of RGB (Red+Green+Blue) = 87+12+55=154 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.49% from 154); Green value is 12 (5.08% from 255 or 7.79% from 154); Blue value is 55 (21.88% from 255 or 35.71% from 154); Max value from RGB is 87 - color contains mainly: red. Hex color #570C37 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570C37 is #A8F3C8. Grayscale: #272727. Windows color (decimal): -11072457 or 3607639. OLE color: 3607639.
HSL color Cylindrical-coordinate representation of color #570C37: hue angle of 325.6º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #570C37 is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 12 | 55 | - |
| CMYK | 0 | 0.86 | 0.37 | 0.66 |
| HSL | 325.6º | 0.76% | 0.19% | - |
| HSV(B) | 325.6º | 0.86% | 0.34% | - |
| XYZ | 4.75 | 2.57 | 3.86 | - |
| YUV | 39.33 | 136.85 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 12 | 55 | 0 | 0.86 | 0.37 | 0.66 | 325.6 | 0.76 | 0.19 |
| Hex | 57 | C | 37 | 0 | 56 | 25 | 42 | 146 | 4C | 13 |
| Octal | 127 | 14 | 67 | 0 | 126 | 45 | 102 | 506 | 114 | 23 |
| Binary | 1010111 | 1100 | 110111 | 0 | 1010110 | 100101 | 1000010 | 101000110 | 1001100 | 10011 |
Color Harmonies of #570C37
Complementary color
Monochromatic Colors of #570C37
Black with #570C37
Text Example
Text Example
White with #570C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570C37; }
p { color: rgb(87,12,55); }
H1.HeaderClassName
{
color: #570C37;
}
.AnyTagClassName
{
color: #570C37;
}
</style>
background-color css
<style>
a { background-color: #570C37; }
a { background-color: rgb(87,12,55); }
div.DivClassName
{
background-color: #570C37;
}
.BgClassName
{
background-color: #570C37;
}
</style>
border-color css
<style>
span { border-color: #570C37; }
span { border-color: rgb(87,12,55); }
td.TdClassName
{
border-color: #570C37;
}
.TagClassName
{
border-color: #570C37;
}
</style>