Shades of Tyrian Purple #57074A
Tints of Tyrian Purple #57074A
RGB
CMYK
RGB Variations
Color information
#57074A (or 0x57074A) is known color: Tyrian Purple. HEX triplet: 57, 07 and 4A. RGB value is (87,7,74). Sum of RGB (Red+Green+Blue) = 87+7+74=168 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.79% from 168); Green value is 7 (3.12% from 255 or 4.17% from 168); Blue value is 74 (29.30% from 255 or 44.05% from 168); Max value from RGB is 87 - color contains mainly: red. Hex color #57074A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57074A is #A8F8B5. Grayscale: #262626. Windows color (decimal): -11073718 or 4851543. OLE color: 4851543.
HSL color Cylindrical-coordinate representation of color #57074A: hue angle of 309.75º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #57074A is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 7 | 74 | - |
| CMYK | 0 | 0.92 | 0.15 | 0.66 |
| HSL | 309.75º | 0.85% | 0.18% | - |
| HSV(B) | 309.75º | 0.92% | 0.34% | - |
| XYZ | 5.24 | 2.67 | 6.72 | - |
| YUV | 38.56 | 148 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 7 | 74 | 0 | 0.92 | 0.15 | 0.66 | 309.75 | 0.85 | 0.18 |
| Hex | 57 | 7 | 4A | 0 | 5C | F | 42 | 136 | 55 | 12 |
| Octal | 127 | 7 | 112 | 0 | 134 | 17 | 102 | 466 | 125 | 22 |
| Binary | 1010111 | 111 | 1001010 | 0 | 1011100 | 1111 | 1000010 | 100110110 | 1010101 | 10010 |
Color Harmonies of #57074A
Complementary color
Monochromatic Colors of #57074A
Black with #57074A
Text Example
Text Example
White with #57074A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57074A; }
p { color: rgb(87,7,74); }
H1.HeaderClassName
{
color: #57074A;
}
.AnyTagClassName
{
color: #57074A;
}
</style>
background-color css
<style>
a { background-color: #57074A; }
a { background-color: rgb(87,7,74); }
div.DivClassName
{
background-color: #57074A;
}
.BgClassName
{
background-color: #57074A;
}
</style>
border-color css
<style>
span { border-color: #57074A; }
span { border-color: rgb(87,7,74); }
td.TdClassName
{
border-color: #57074A;
}
.TagClassName
{
border-color: #57074A;
}
</style>