Shades of Tyrian Purple #57072C
Tints of Tyrian Purple #57072C
RGB
CMYK
RGB Variations
Color information
#57072C (or 0x57072C) is known color: Tyrian Purple. HEX triplet: 57, 07 and 2C. RGB value is (87,7,44). Sum of RGB (Red+Green+Blue) = 87+7+44=138 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.04% from 138); Green value is 7 (3.12% from 255 or 5.07% from 138); Blue value is 44 (17.58% from 255 or 31.88% from 138); Max value from RGB is 87 - color contains mainly: red. Hex color #57072C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57072C is #A8F8D3. Grayscale: #232323. Windows color (decimal): -11073748 or 2885463. OLE color: 2885463.
HSL color Cylindrical-coordinate representation of color #57072C: hue angle of 332.25º 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 #57072C is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 7 | 44 | - |
| CMYK | 0 | 0.92 | 0.49 | 0.66 |
| HSL | 332.25º | 0.85% | 0.18% | - |
| HSV(B) | 332.25º | 0.92% | 0.34% | - |
| XYZ | 4.46 | 2.36 | 2.6 | - |
| YUV | 35.14 | 133 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 7 | 44 | 0 | 0.92 | 0.49 | 0.66 | 332.25 | 0.85 | 0.18 |
| Hex | 57 | 7 | 2C | 0 | 5C | 31 | 42 | 14C | 55 | 12 |
| Octal | 127 | 7 | 54 | 0 | 134 | 61 | 102 | 514 | 125 | 22 |
| Binary | 1010111 | 111 | 101100 | 0 | 1011100 | 110001 | 1000010 | 101001100 | 1010101 | 10010 |
Color Harmonies of #57072C
Complementary color
Monochromatic Colors of #57072C
Black with #57072C
Text Example
Text Example
White with #57072C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57072C; }
p { color: rgb(87,7,44); }
H1.HeaderClassName
{
color: #57072C;
}
.AnyTagClassName
{
color: #57072C;
}
</style>
background-color css
<style>
a { background-color: #57072C; }
a { background-color: rgb(87,7,44); }
div.DivClassName
{
background-color: #57072C;
}
.BgClassName
{
background-color: #57072C;
}
</style>
border-color css
<style>
span { border-color: #57072C; }
span { border-color: rgb(87,7,44); }
td.TdClassName
{
border-color: #57072C;
}
.TagClassName
{
border-color: #57072C;
}
</style>