Shades of Tyrian Purple #57063D
Tints of Tyrian Purple #57063D
RGB
CMYK
RGB Variations
Color information
#57063D (or 0x57063D) is known color: Tyrian Purple. HEX triplet: 57, 06 and 3D. RGB value is (87,6,61). Sum of RGB (Red+Green+Blue) = 87+6+61=154 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.49% from 154); Green value is 6 (2.73% from 255 or 3.90% from 154); Blue value is 61 (24.22% from 255 or 39.61% from 154); Max value from RGB is 87 - color contains mainly: red. Hex color #57063D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57063D is #A8F9C2. Grayscale: #242424. Windows color (decimal): -11073987 or 3999319. OLE color: 3999319.
HSL color Cylindrical-coordinate representation of color #57063D: hue angle of 319.26º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #57063D is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 6 | 61 | - |
| CMYK | 0 | 0.93 | 0.30 | 0.66 |
| HSL | 319.26º | 0.87% | 0.18% | - |
| HSV(B) | 319.26º | 0.93% | 0.34% | - |
| XYZ | 4.84 | 2.49 | 4.64 | - |
| YUV | 36.49 | 141.84 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 6 | 61 | 0 | 0.93 | 0.30 | 0.66 | 319.26 | 0.87 | 0.18 |
| Hex | 57 | 6 | 3D | 0 | 5D | 1E | 42 | 13F | 57 | 12 |
| Octal | 127 | 6 | 75 | 0 | 135 | 36 | 102 | 477 | 127 | 22 |
| Binary | 1010111 | 110 | 111101 | 0 | 1011101 | 11110 | 1000010 | 100111111 | 1010111 | 10010 |
Color Harmonies of #57063D
Complementary color
Monochromatic Colors of #57063D
Black with #57063D
Text Example
Text Example
White with #57063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57063D; }
p { color: rgb(87,6,61); }
H1.HeaderClassName
{
color: #57063D;
}
.AnyTagClassName
{
color: #57063D;
}
</style>
background-color css
<style>
a { background-color: #57063D; }
a { background-color: rgb(87,6,61); }
div.DivClassName
{
background-color: #57063D;
}
.BgClassName
{
background-color: #57063D;
}
</style>
border-color css
<style>
span { border-color: #57063D; }
span { border-color: rgb(87,6,61); }
td.TdClassName
{
border-color: #57063D;
}
.TagClassName
{
border-color: #57063D;
}
</style>