Shades of Tyrian Purple #57094A
Tints of Tyrian Purple #57094A
RGB
CMYK
RGB Variations
Color information
#57094A (or 0x57094A) is known color: Tyrian Purple. HEX triplet: 57, 09 and 4A. RGB value is (87,9,74). Sum of RGB (Red+Green+Blue) = 87+9+74=170 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.18% from 170); Green value is 9 (3.91% from 255 or 5.29% from 170); Blue value is 74 (29.30% from 255 or 43.53% from 170); Max value from RGB is 87 - color contains mainly: red. Hex color #57094A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57094A is #A8F6B5. Grayscale: #272727. Windows color (decimal): -11073206 or 4852055. OLE color: 4852055.
HSL color Cylindrical-coordinate representation of color #57094A: hue angle of 310º 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 #57094A is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 9 | 74 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.66 |
| HSL | 310º | 0.81% | 0.19% | - |
| HSV(B) | 310º | 0.9% | 0.34% | - |
| XYZ | 5.26 | 2.72 | 6.73 | - |
| YUV | 39.73 | 147.34 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 9 | 74 | 0 | 0.90 | 0.15 | 0.66 | 310 | 0.81 | 0.19 |
| Hex | 57 | 9 | 4A | 0 | 5A | F | 42 | 136 | 51 | 13 |
| Octal | 127 | 11 | 112 | 0 | 132 | 17 | 102 | 466 | 121 | 23 |
| Binary | 1010111 | 1001 | 1001010 | 0 | 1011010 | 1111 | 1000010 | 100110110 | 1010001 | 10011 |
Color Harmonies of #57094A
Complementary color
Monochromatic Colors of #57094A
Black with #57094A
Text Example
Text Example
White with #57094A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57094A; }
p { color: rgb(87,9,74); }
H1.HeaderClassName
{
color: #57094A;
}
.AnyTagClassName
{
color: #57094A;
}
</style>
background-color css
<style>
a { background-color: #57094A; }
a { background-color: rgb(87,9,74); }
div.DivClassName
{
background-color: #57094A;
}
.BgClassName
{
background-color: #57094A;
}
</style>
border-color css
<style>
span { border-color: #57094A; }
span { border-color: rgb(87,9,74); }
td.TdClassName
{
border-color: #57094A;
}
.TagClassName
{
border-color: #57094A;
}
</style>