Shades of Tyrian Purple #57082B
Tints of Tyrian Purple #57082B
RGB
CMYK
RGB Variations
Color information
#57082B (or 0x57082B) is known color: Tyrian Purple. HEX triplet: 57, 08 and 2B. RGB value is (87,8,43). Sum of RGB (Red+Green+Blue) = 87+8+43=138 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.04% from 138); Green value is 8 (3.52% from 255 or 5.80% from 138); Blue value is 43 (17.19% from 255 or 31.16% from 138); Max value from RGB is 87 - color contains mainly: red. Hex color #57082B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57082B is #A8F7D4. Grayscale: #232323. Windows color (decimal): -11073493 or 2820183. OLE color: 2820183.
HSL color Cylindrical-coordinate representation of color #57082B: hue angle of 333.42º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #57082B is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 8 | 43 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.66 |
| HSL | 333.42º | 0.83% | 0.19% | - |
| HSV(B) | 333.42º | 0.91% | 0.34% | - |
| XYZ | 4.45 | 2.37 | 2.51 | - |
| YUV | 35.61 | 132.17 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 8 | 43 | 0 | 0.91 | 0.51 | 0.66 | 333.42 | 0.83 | 0.19 |
| Hex | 57 | 8 | 2B | 0 | 5B | 33 | 42 | 14D | 53 | 13 |
| Octal | 127 | 10 | 53 | 0 | 133 | 63 | 102 | 515 | 123 | 23 |
| Binary | 1010111 | 1000 | 101011 | 0 | 1011011 | 110011 | 1000010 | 101001101 | 1010011 | 10011 |
Color Harmonies of #57082B
Complementary color
Monochromatic Colors of #57082B
Black with #57082B
Text Example
Text Example
White with #57082B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57082B; }
p { color: rgb(87,8,43); }
H1.HeaderClassName
{
color: #57082B;
}
.AnyTagClassName
{
color: #57082B;
}
</style>
background-color css
<style>
a { background-color: #57082B; }
a { background-color: rgb(87,8,43); }
div.DivClassName
{
background-color: #57082B;
}
.BgClassName
{
background-color: #57082B;
}
</style>
border-color css
<style>
span { border-color: #57082B; }
span { border-color: rgb(87,8,43); }
td.TdClassName
{
border-color: #57082B;
}
.TagClassName
{
border-color: #57082B;
}
</style>