Shades of Tyrian Purple #57083D
Tints of Tyrian Purple #57083D
RGB
CMYK
RGB Variations
Color information
#57083D (or 0x57083D) is known color: Tyrian Purple. HEX triplet: 57, 08 and 3D. RGB value is (87,8,61). Sum of RGB (Red+Green+Blue) = 87+8+61=156 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.77% from 156); Green value is 8 (3.52% from 255 or 5.13% from 156); Blue value is 61 (24.22% from 255 or 39.10% from 156); Max value from RGB is 87 - color contains mainly: red. Hex color #57083D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57083D is #A8F7C2. Grayscale: #252525. Windows color (decimal): -11073475 or 3999831. OLE color: 3999831.
HSL color Cylindrical-coordinate representation of color #57083D: hue angle of 319.75º 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 #57083D is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 8 | 61 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.66 |
| HSL | 319.75º | 0.83% | 0.19% | - |
| HSV(B) | 319.75º | 0.91% | 0.34% | - |
| XYZ | 4.86 | 2.54 | 4.65 | - |
| YUV | 37.66 | 141.17 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 8 | 61 | 0 | 0.91 | 0.30 | 0.66 | 319.75 | 0.83 | 0.19 |
| Hex | 57 | 8 | 3D | 0 | 5B | 1E | 42 | 140 | 53 | 13 |
| Octal | 127 | 10 | 75 | 0 | 133 | 36 | 102 | 500 | 123 | 23 |
| Binary | 1010111 | 1000 | 111101 | 0 | 1011011 | 11110 | 1000010 | 101000000 | 1010011 | 10011 |
Color Harmonies of #57083D
Complementary color
Monochromatic Colors of #57083D
Black with #57083D
Text Example
Text Example
White with #57083D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57083D; }
p { color: rgb(87,8,61); }
H1.HeaderClassName
{
color: #57083D;
}
.AnyTagClassName
{
color: #57083D;
}
</style>
background-color css
<style>
a { background-color: #57083D; }
a { background-color: rgb(87,8,61); }
div.DivClassName
{
background-color: #57083D;
}
.BgClassName
{
background-color: #57083D;
}
</style>
border-color css
<style>
span { border-color: #57083D; }
span { border-color: rgb(87,8,61); }
td.TdClassName
{
border-color: #57083D;
}
.TagClassName
{
border-color: #57083D;
}
</style>