Shades of Tyrian Purple #57032C
Tints of Tyrian Purple #57032C
RGB
CMYK
RGB Variations
Color information
#57032C (or 0x57032C) is known color: Tyrian Purple. HEX triplet: 57, 03 and 2C. RGB value is (87,3,44). Sum of RGB (Red+Green+Blue) = 87+3+44=134 (17% of max value = 765). Red value is 87 (34.38% from 255 or 64.93% from 134); Green value is 3 (1.56% from 255 or 2.24% from 134); Blue value is 44 (17.58% from 255 or 32.84% from 134); Max value from RGB is 87 - color contains mainly: red. Hex color #57032C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57032C is #A8FCD3. Grayscale: #202020. Windows color (decimal): -11074772 or 2884439. OLE color: 2884439.
HSL color Cylindrical-coordinate representation of color #57032C: hue angle of 330.71º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #57032C is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 3 | 44 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.66 |
| HSL | 330.71º | 0.93% | 0.18% | - |
| HSV(B) | 330.71º | 0.97% | 0.34% | - |
| XYZ | 4.42 | 2.27 | 2.59 | - |
| YUV | 32.79 | 134.33 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 3 | 44 | 0 | 0.97 | 0.49 | 0.66 | 330.71 | 0.93 | 0.18 |
| Hex | 57 | 3 | 2C | 0 | 61 | 31 | 42 | 14B | 5D | 12 |
| Octal | 127 | 3 | 54 | 0 | 141 | 61 | 102 | 513 | 135 | 22 |
| Binary | 1010111 | 11 | 101100 | 0 | 1100001 | 110001 | 1000010 | 101001011 | 1011101 | 10010 |
Color Harmonies of #57032C
Complementary color
Monochromatic Colors of #57032C
Black with #57032C
Text Example
Text Example
White with #57032C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57032C; }
p { color: rgb(87,3,44); }
H1.HeaderClassName
{
color: #57032C;
}
.AnyTagClassName
{
color: #57032C;
}
</style>
background-color css
<style>
a { background-color: #57032C; }
a { background-color: rgb(87,3,44); }
div.DivClassName
{
background-color: #57032C;
}
.BgClassName
{
background-color: #57032C;
}
</style>
border-color css
<style>
span { border-color: #57032C; }
span { border-color: rgb(87,3,44); }
td.TdClassName
{
border-color: #57032C;
}
.TagClassName
{
border-color: #57032C;
}
</style>