Shades of Tyrian Purple #57092E
Tints of Tyrian Purple #57092E
RGB
CMYK
RGB Variations
Color information
#57092E (or 0x57092E) is known color: Tyrian Purple. HEX triplet: 57, 09 and 2E. RGB value is (87,9,46). Sum of RGB (Red+Green+Blue) = 87+9+46=142 (18% of max value = 765). Red value is 87 (34.38% from 255 or 61.27% from 142); Green value is 9 (3.91% from 255 or 6.34% from 142); Blue value is 46 (18.36% from 255 or 32.39% from 142); Max value from RGB is 87 - color contains mainly: red. Hex color #57092E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57092E is #A8F6D1. Grayscale: #242424. Windows color (decimal): -11073234 or 3017047. OLE color: 3017047.
HSL color Cylindrical-coordinate representation of color #57092E: hue angle of 331.54º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #57092E is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 9 | 46 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.66 |
| HSL | 331.54º | 0.81% | 0.19% | - |
| HSV(B) | 331.54º | 0.9% | 0.34% | - |
| XYZ | 4.52 | 2.42 | 2.81 | - |
| YUV | 36.54 | 133.34 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 9 | 46 | 0 | 0.90 | 0.47 | 0.66 | 331.54 | 0.81 | 0.19 |
| Hex | 57 | 9 | 2E | 0 | 5A | 2F | 42 | 14C | 51 | 13 |
| Octal | 127 | 11 | 56 | 0 | 132 | 57 | 102 | 514 | 121 | 23 |
| Binary | 1010111 | 1001 | 101110 | 0 | 1011010 | 101111 | 1000010 | 101001100 | 1010001 | 10011 |
Color Harmonies of #57092E
Complementary color
Monochromatic Colors of #57092E
Black with #57092E
Text Example
Text Example
White with #57092E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57092E; }
p { color: rgb(87,9,46); }
H1.HeaderClassName
{
color: #57092E;
}
.AnyTagClassName
{
color: #57092E;
}
</style>
background-color css
<style>
a { background-color: #57092E; }
a { background-color: rgb(87,9,46); }
div.DivClassName
{
background-color: #57092E;
}
.BgClassName
{
background-color: #57092E;
}
</style>
border-color css
<style>
span { border-color: #57092E; }
span { border-color: rgb(87,9,46); }
td.TdClassName
{
border-color: #57092E;
}
.TagClassName
{
border-color: #57092E;
}
</style>