Shades of Tyrian Purple #57062A
Tints of Tyrian Purple #57062A
RGB
CMYK
RGB Variations
Color information
#57062A (or 0x57062A) is known color: Tyrian Purple. HEX triplet: 57, 06 and 2A. RGB value is (87,6,42). Sum of RGB (Red+Green+Blue) = 87+6+42=135 (17% of max value = 765). Red value is 87 (34.38% from 255 or 64.44% from 135); Green value is 6 (2.73% from 255 or 4.44% from 135); Blue value is 42 (16.80% from 255 or 31.11% from 135); Max value from RGB is 87 - color contains mainly: red. Hex color #57062A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57062A is #A8F9D5. Grayscale: #222222. Windows color (decimal): -11074006 or 2754135. OLE color: 2754135.
HSL color Cylindrical-coordinate representation of color #57062A: hue angle of 333.33º 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 #57062A is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 6 | 42 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.66 |
| HSL | 333.33º | 0.87% | 0.18% | - |
| HSV(B) | 333.33º | 0.93% | 0.34% | - |
| XYZ | 4.41 | 2.32 | 2.41 | - |
| YUV | 34.32 | 132.34 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 6 | 42 | 0 | 0.93 | 0.52 | 0.66 | 333.33 | 0.87 | 0.18 |
| Hex | 57 | 6 | 2A | 0 | 5D | 34 | 42 | 14D | 57 | 12 |
| Octal | 127 | 6 | 52 | 0 | 135 | 64 | 102 | 515 | 127 | 22 |
| Binary | 1010111 | 110 | 101010 | 0 | 1011101 | 110100 | 1000010 | 101001101 | 1010111 | 10010 |
Color Harmonies of #57062A
Complementary color
Monochromatic Colors of #57062A
Black with #57062A
Text Example
Text Example
White with #57062A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57062A; }
p { color: rgb(87,6,42); }
H1.HeaderClassName
{
color: #57062A;
}
.AnyTagClassName
{
color: #57062A;
}
</style>
background-color css
<style>
a { background-color: #57062A; }
a { background-color: rgb(87,6,42); }
div.DivClassName
{
background-color: #57062A;
}
.BgClassName
{
background-color: #57062A;
}
</style>
border-color css
<style>
span { border-color: #57062A; }
span { border-color: rgb(87,6,42); }
td.TdClassName
{
border-color: #57062A;
}
.TagClassName
{
border-color: #57062A;
}
</style>