Shades of Tyrian Purple #570C39
Tints of Tyrian Purple #570C39
RGB
CMYK
RGB Variations
Color information
#570C39 (or 0x570C39) is known color: Tyrian Purple. HEX triplet: 57, 0C and 39. RGB value is (87,12,57). Sum of RGB (Red+Green+Blue) = 87+12+57=156 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.77% from 156); Green value is 12 (5.08% from 255 or 7.69% from 156); Blue value is 57 (22.66% from 255 or 36.54% from 156); Max value from RGB is 87 - color contains mainly: red. Hex color #570C39 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570C39 is #A8F3C6. Grayscale: #272727. Windows color (decimal): -11072455 or 3738711. OLE color: 3738711.
HSL color Cylindrical-coordinate representation of color #570C39: hue angle of 324º 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 #570C39 is Cyan = 0, Magento = 0.86, Yellow = 0.34 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 12 | 57 | - |
| CMYK | 0 | 0.86 | 0.34 | 0.66 |
| HSL | 324º | 0.76% | 0.19% | - |
| HSV(B) | 324º | 0.86% | 0.34% | - |
| XYZ | 4.8 | 2.58 | 4.12 | - |
| YUV | 39.56 | 137.85 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 12 | 57 | 0 | 0.86 | 0.34 | 0.66 | 324 | 0.76 | 0.19 |
| Hex | 57 | C | 39 | 0 | 56 | 22 | 42 | 144 | 4C | 13 |
| Octal | 127 | 14 | 71 | 0 | 126 | 42 | 102 | 504 | 114 | 23 |
| Binary | 1010111 | 1100 | 111001 | 0 | 1010110 | 100010 | 1000010 | 101000100 | 1001100 | 10011 |
Color Harmonies of #570C39
Complementary color
Monochromatic Colors of #570C39
Black with #570C39
Text Example
Text Example
White with #570C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570C39; }
p { color: rgb(87,12,57); }
H1.HeaderClassName
{
color: #570C39;
}
.AnyTagClassName
{
color: #570C39;
}
</style>
background-color css
<style>
a { background-color: #570C39; }
a { background-color: rgb(87,12,57); }
div.DivClassName
{
background-color: #570C39;
}
.BgClassName
{
background-color: #570C39;
}
</style>
border-color css
<style>
span { border-color: #570C39; }
span { border-color: rgb(87,12,57); }
td.TdClassName
{
border-color: #570C39;
}
.TagClassName
{
border-color: #570C39;
}
</style>