Shades of Tyrian Purple #57084D
Tints of Tyrian Purple #57084D
RGB
CMYK
RGB Variations
Color information
#57084D (or 0x57084D) is known color: Tyrian Purple. HEX triplet: 57, 08 and 4D. RGB value is (87,8,77). Sum of RGB (Red+Green+Blue) = 87+8+77=172 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.58% from 172); Green value is 8 (3.52% from 255 or 4.65% from 172); Blue value is 77 (30.47% from 255 or 44.77% from 172); Max value from RGB is 87 - color contains mainly: red. Hex color #57084D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57084D is #A8F7B2. Grayscale: #272727. Windows color (decimal): -11073459 or 5048407. OLE color: 5048407.
HSL color Cylindrical-coordinate representation of color #57084D: hue angle of 307.59º 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 #57084D is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 8 | 77 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.66 |
| HSL | 307.59º | 0.83% | 0.19% | - |
| HSV(B) | 307.59º | 0.91% | 0.34% | - |
| XYZ | 5.36 | 2.74 | 7.27 | - |
| YUV | 39.49 | 149.17 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 8 | 77 | 0 | 0.91 | 0.11 | 0.66 | 307.59 | 0.83 | 0.19 |
| Hex | 57 | 8 | 4D | 0 | 5B | B | 42 | 134 | 53 | 13 |
| Octal | 127 | 10 | 115 | 0 | 133 | 13 | 102 | 464 | 123 | 23 |
| Binary | 1010111 | 1000 | 1001101 | 0 | 1011011 | 1011 | 1000010 | 100110100 | 1010011 | 10011 |
Color Harmonies of #57084D
Complementary color
Monochromatic Colors of #57084D
Black with #57084D
Text Example
Text Example
White with #57084D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57084D; }
p { color: rgb(87,8,77); }
H1.HeaderClassName
{
color: #57084D;
}
.AnyTagClassName
{
color: #57084D;
}
</style>
background-color css
<style>
a { background-color: #57084D; }
a { background-color: rgb(87,8,77); }
div.DivClassName
{
background-color: #57084D;
}
.BgClassName
{
background-color: #57084D;
}
</style>
border-color css
<style>
span { border-color: #57084D; }
span { border-color: rgb(87,8,77); }
td.TdClassName
{
border-color: #57084D;
}
.TagClassName
{
border-color: #57084D;
}
</style>