Shades of Tyrian Purple #57084B
Tints of Tyrian Purple #57084B
RGB
CMYK
RGB Variations
Color information
#57084B (or 0x57084B) is known color: Tyrian Purple. HEX triplet: 57, 08 and 4B. RGB value is (87,8,75). Sum of RGB (Red+Green+Blue) = 87+8+75=170 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.18% from 170); Green value is 8 (3.52% from 255 or 4.71% from 170); Blue value is 75 (29.69% from 255 or 44.12% from 170); Max value from RGB is 87 - color contains mainly: red. Hex color #57084B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57084B is #A8F7B4. Grayscale: #272727. Windows color (decimal): -11073461 or 4917335. OLE color: 4917335.
HSL color Cylindrical-coordinate representation of color #57084B: hue angle of 309.11º 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 #57084B is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 8 | 75 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.66 |
| HSL | 309.11º | 0.83% | 0.19% | - |
| HSV(B) | 309.11º | 0.91% | 0.34% | - |
| XYZ | 5.29 | 2.71 | 6.9 | - |
| YUV | 39.26 | 148.17 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 8 | 75 | 0 | 0.91 | 0.14 | 0.66 | 309.11 | 0.83 | 0.19 |
| Hex | 57 | 8 | 4B | 0 | 5B | E | 42 | 135 | 53 | 13 |
| Octal | 127 | 10 | 113 | 0 | 133 | 16 | 102 | 465 | 123 | 23 |
| Binary | 1010111 | 1000 | 1001011 | 0 | 1011011 | 1110 | 1000010 | 100110101 | 1010011 | 10011 |
Color Harmonies of #57084B
Complementary color
Monochromatic Colors of #57084B
Black with #57084B
Text Example
Text Example
White with #57084B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57084B; }
p { color: rgb(87,8,75); }
H1.HeaderClassName
{
color: #57084B;
}
.AnyTagClassName
{
color: #57084B;
}
</style>
background-color css
<style>
a { background-color: #57084B; }
a { background-color: rgb(87,8,75); }
div.DivClassName
{
background-color: #57084B;
}
.BgClassName
{
background-color: #57084B;
}
</style>
border-color css
<style>
span { border-color: #57084B; }
span { border-color: rgb(87,8,75); }
td.TdClassName
{
border-color: #57084B;
}
.TagClassName
{
border-color: #57084B;
}
</style>