Shades of Tyrian Purple #570C43
Tints of Tyrian Purple #570C43
RGB
CMYK
RGB Variations
Color information
#570C43 (or 0x570C43) is known color: Tyrian Purple. HEX triplet: 57, 0C and 43. RGB value is (87,12,67). Sum of RGB (Red+Green+Blue) = 87+12+67=166 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.41% from 166); Green value is 12 (5.08% from 255 or 7.23% from 166); Blue value is 67 (26.56% from 255 or 40.36% from 166); Max value from RGB is 87 - color contains mainly: red. Hex color #570C43 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570C43 is #A8F3BC. Grayscale: #282828. Windows color (decimal): -11072445 or 4394071. OLE color: 4394071.
HSL color Cylindrical-coordinate representation of color #570C43: hue angle of 316º 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 #570C43 is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 12 | 67 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.66 |
| HSL | 316º | 0.76% | 0.19% | - |
| HSV(B) | 316º | 0.86% | 0.34% | - |
| XYZ | 5.08 | 2.69 | 5.56 | - |
| YUV | 40.7 | 142.85 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 12 | 67 | 0 | 0.86 | 0.23 | 0.66 | 316 | 0.76 | 0.19 |
| Hex | 57 | C | 43 | 0 | 56 | 17 | 42 | 13C | 4C | 13 |
| Octal | 127 | 14 | 103 | 0 | 126 | 27 | 102 | 474 | 114 | 23 |
| Binary | 1010111 | 1100 | 1000011 | 0 | 1010110 | 10111 | 1000010 | 100111100 | 1001100 | 10011 |
Color Harmonies of #570C43
Complementary color
Monochromatic Colors of #570C43
Black with #570C43
Text Example
Text Example
White with #570C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570C43; }
p { color: rgb(87,12,67); }
H1.HeaderClassName
{
color: #570C43;
}
.AnyTagClassName
{
color: #570C43;
}
</style>
background-color css
<style>
a { background-color: #570C43; }
a { background-color: rgb(87,12,67); }
div.DivClassName
{
background-color: #570C43;
}
.BgClassName
{
background-color: #570C43;
}
</style>
border-color css
<style>
span { border-color: #570C43; }
span { border-color: rgb(87,12,67); }
td.TdClassName
{
border-color: #570C43;
}
.TagClassName
{
border-color: #570C43;
}
</style>