Shades of Tyrian Purple #57083B
Tints of Tyrian Purple #57083B
RGB
CMYK
RGB Variations
Color information
#57083B (or 0x57083B) is known color: Tyrian Purple. HEX triplet: 57, 08 and 3B. RGB value is (87,8,59). Sum of RGB (Red+Green+Blue) = 87+8+59=154 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.49% from 154); Green value is 8 (3.52% from 255 or 5.19% from 154); Blue value is 59 (23.44% from 255 or 38.31% from 154); Max value from RGB is 87 - color contains mainly: red. Hex color #57083B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57083B is #A8F7C4. Grayscale: #252525. Windows color (decimal): -11073477 or 3868759. OLE color: 3868759.
HSL color Cylindrical-coordinate representation of color #57083B: hue angle of 321.27º 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 #57083B is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 8 | 59 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.66 |
| HSL | 321.27º | 0.83% | 0.19% | - |
| HSV(B) | 321.27º | 0.91% | 0.34% | - |
| XYZ | 4.81 | 2.52 | 4.37 | - |
| YUV | 37.44 | 140.17 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 8 | 59 | 0 | 0.91 | 0.32 | 0.66 | 321.27 | 0.83 | 0.19 |
| Hex | 57 | 8 | 3B | 0 | 5B | 20 | 42 | 141 | 53 | 13 |
| Octal | 127 | 10 | 73 | 0 | 133 | 40 | 102 | 501 | 123 | 23 |
| Binary | 1010111 | 1000 | 111011 | 0 | 1011011 | 100000 | 1000010 | 101000001 | 1010011 | 10011 |
Color Harmonies of #57083B
Complementary color
Monochromatic Colors of #57083B
Black with #57083B
Text Example
Text Example
White with #57083B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57083B; }
p { color: rgb(87,8,59); }
H1.HeaderClassName
{
color: #57083B;
}
.AnyTagClassName
{
color: #57083B;
}
</style>
background-color css
<style>
a { background-color: #57083B; }
a { background-color: rgb(87,8,59); }
div.DivClassName
{
background-color: #57083B;
}
.BgClassName
{
background-color: #57083B;
}
</style>
border-color css
<style>
span { border-color: #57083B; }
span { border-color: rgb(87,8,59); }
td.TdClassName
{
border-color: #57083B;
}
.TagClassName
{
border-color: #57083B;
}
</style>