Shades of Tyrian Purple #57063B
Tints of Tyrian Purple #57063B
RGB
CMYK
RGB Variations
Color information
#57063B (or 0x57063B) is known color: Tyrian Purple. HEX triplet: 57, 06 and 3B. RGB value is (87,6,59). Sum of RGB (Red+Green+Blue) = 87+6+59=152 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.24% from 152); Green value is 6 (2.73% from 255 or 3.95% from 152); Blue value is 59 (23.44% from 255 or 38.82% from 152); Max value from RGB is 87 - color contains mainly: red. Hex color #57063B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57063B is #A8F9C4. Grayscale: #242424. Windows color (decimal): -11073989 or 3868247. OLE color: 3868247.
HSL color Cylindrical-coordinate representation of color #57063B: hue angle of 320.74º 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 #57063B is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 6 | 59 | - |
| CMYK | 0 | 0.93 | 0.32 | 0.66 |
| HSL | 320.74º | 0.87% | 0.18% | - |
| HSV(B) | 320.74º | 0.93% | 0.34% | - |
| XYZ | 4.79 | 2.47 | 4.36 | - |
| YUV | 36.26 | 140.84 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 6 | 59 | 0 | 0.93 | 0.32 | 0.66 | 320.74 | 0.87 | 0.18 |
| Hex | 57 | 6 | 3B | 0 | 5D | 20 | 42 | 141 | 57 | 12 |
| Octal | 127 | 6 | 73 | 0 | 135 | 40 | 102 | 501 | 127 | 22 |
| Binary | 1010111 | 110 | 111011 | 0 | 1011101 | 100000 | 1000010 | 101000001 | 1010111 | 10010 |
Color Harmonies of #57063B
Complementary color
Monochromatic Colors of #57063B
Black with #57063B
Text Example
Text Example
White with #57063B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57063B; }
p { color: rgb(87,6,59); }
H1.HeaderClassName
{
color: #57063B;
}
.AnyTagClassName
{
color: #57063B;
}
</style>
background-color css
<style>
a { background-color: #57063B; }
a { background-color: rgb(87,6,59); }
div.DivClassName
{
background-color: #57063B;
}
.BgClassName
{
background-color: #57063B;
}
</style>
border-color css
<style>
span { border-color: #57063B; }
span { border-color: rgb(87,6,59); }
td.TdClassName
{
border-color: #57063B;
}
.TagClassName
{
border-color: #57063B;
}
</style>