Shades of Tyrian Purple #57093D
Tints of Tyrian Purple #57093D
RGB
CMYK
RGB Variations
Color information
#57093D (or 0x57093D) is known color: Tyrian Purple. HEX triplet: 57, 09 and 3D. RGB value is (87,9,61). Sum of RGB (Red+Green+Blue) = 87+9+61=157 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.41% from 157); Green value is 9 (3.91% from 255 or 5.73% from 157); Blue value is 61 (24.22% from 255 or 38.85% from 157); Max value from RGB is 87 - color contains mainly: red. Hex color #57093D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57093D is #A8F6C2. Grayscale: #262626. Windows color (decimal): -11073219 or 4000087. OLE color: 4000087.
HSL color Cylindrical-coordinate representation of color #57093D: hue angle of 320º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #57093D is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 9 | 61 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.66 |
| HSL | 320º | 0.81% | 0.19% | - |
| HSV(B) | 320º | 0.9% | 0.34% | - |
| XYZ | 4.87 | 2.56 | 4.65 | - |
| YUV | 38.25 | 140.84 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 9 | 61 | 0 | 0.90 | 0.30 | 0.66 | 320 | 0.81 | 0.19 |
| Hex | 57 | 9 | 3D | 0 | 5A | 1E | 42 | 140 | 51 | 13 |
| Octal | 127 | 11 | 75 | 0 | 132 | 36 | 102 | 500 | 121 | 23 |
| Binary | 1010111 | 1001 | 111101 | 0 | 1011010 | 11110 | 1000010 | 101000000 | 1010001 | 10011 |
Color Harmonies of #57093D
Complementary color
Monochromatic Colors of #57093D
Black with #57093D
Text Example
Text Example
White with #57093D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57093D; }
p { color: rgb(87,9,61); }
H1.HeaderClassName
{
color: #57093D;
}
.AnyTagClassName
{
color: #57093D;
}
</style>
background-color css
<style>
a { background-color: #57093D; }
a { background-color: rgb(87,9,61); }
div.DivClassName
{
background-color: #57093D;
}
.BgClassName
{
background-color: #57093D;
}
</style>
border-color css
<style>
span { border-color: #57093D; }
span { border-color: rgb(87,9,61); }
td.TdClassName
{
border-color: #57093D;
}
.TagClassName
{
border-color: #57093D;
}
</style>