Shades of Tyrian Purple #57042C
Tints of Tyrian Purple #57042C
RGB
CMYK
RGB Variations
Color information
#57042C (or 0x57042C) is known color: Tyrian Purple. HEX triplet: 57, 04 and 2C. RGB value is (87,4,44). Sum of RGB (Red+Green+Blue) = 87+4+44=135 (17% of max value = 765). Red value is 87 (34.38% from 255 or 64.44% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 44 (17.58% from 255 or 32.59% from 135); Max value from RGB is 87 - color contains mainly: red. Hex color #57042C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57042C is #A8FBD3. Grayscale: #212121. Windows color (decimal): -11074516 or 2884695. OLE color: 2884695.
HSL color Cylindrical-coordinate representation of color #57042C: hue angle of 331.08º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #57042C is Cyan = 0, Magento = 0.95, Yellow = 0.49 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 4 | 44 | - |
| CMYK | 0 | 0.95 | 0.49 | 0.66 |
| HSL | 331.08º | 0.91% | 0.18% | - |
| HSV(B) | 331.08º | 0.95% | 0.34% | - |
| XYZ | 4.43 | 2.29 | 2.59 | - |
| YUV | 33.38 | 134 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 4 | 44 | 0 | 0.95 | 0.49 | 0.66 | 331.08 | 0.91 | 0.18 |
| Hex | 57 | 4 | 2C | 0 | 5F | 31 | 42 | 14B | 5B | 12 |
| Octal | 127 | 4 | 54 | 0 | 137 | 61 | 102 | 513 | 133 | 22 |
| Binary | 1010111 | 100 | 101100 | 0 | 1011111 | 110001 | 1000010 | 101001011 | 1011011 | 10010 |
Color Harmonies of #57042C
Complementary color
Monochromatic Colors of #57042C
Black with #57042C
Text Example
Text Example
White with #57042C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57042C; }
p { color: rgb(87,4,44); }
H1.HeaderClassName
{
color: #57042C;
}
.AnyTagClassName
{
color: #57042C;
}
</style>
background-color css
<style>
a { background-color: #57042C; }
a { background-color: rgb(87,4,44); }
div.DivClassName
{
background-color: #57042C;
}
.BgClassName
{
background-color: #57042C;
}
</style>
border-color css
<style>
span { border-color: #57042C; }
span { border-color: rgb(87,4,44); }
td.TdClassName
{
border-color: #57042C;
}
.TagClassName
{
border-color: #57042C;
}
</style>