Shades of Tyrian Purple #57002C
Tints of Tyrian Purple #57002C
RGB
CMYK
RGB Variations
Color information
#57002C (or 0x57002C) is known color: Tyrian Purple. HEX triplet: 57, 00 and 2C. RGB value is (87,0,44). Sum of RGB (Red+Green+Blue) = 87+0+44=131 (17% of max value = 765). Red value is 87 (34.38% from 255 or 66.41% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 44 (17.58% from 255 or 33.59% from 131); Max value from RGB is 87 - color contains mainly: red. Hex color #57002C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57002C is #A8FFD3. Grayscale: #1E1E1E. Windows color (decimal): -11075540 or 2883671. OLE color: 2883671.
HSL color Cylindrical-coordinate representation of color #57002C: hue angle of 329.66º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #57002C is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 0 | 44 | - |
| CMYK | 0 | 1 | 0.49 | 0.66 |
| HSL | 329.66º | 1% | 0.17% | - |
| HSV(B) | 329.66º | 1% | 0.34% | - |
| XYZ | 4.39 | 2.21 | 2.58 | - |
| YUV | 31.03 | 135.32 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 0 | 44 | 0 | 1 | 0.49 | 0.66 | 329.66 | 1 | 0.17 |
| Hex | 57 | 0 | 2C | 0 | 64 | 31 | 42 | 14A | 64 | 11 |
| Octal | 127 | 0 | 54 | 0 | 144 | 61 | 102 | 512 | 144 | 21 |
| Binary | 1010111 | 0 | 101100 | 0 | 1100100 | 110001 | 1000010 | 101001010 | 1100100 | 10001 |
Color Harmonies of #57002C
Complementary color
Monochromatic Colors of #57002C
Black with #57002C
Text Example
Text Example
White with #57002C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57002C; }
p { color: rgb(87,0,44); }
H1.HeaderClassName
{
color: #57002C;
}
.AnyTagClassName
{
color: #57002C;
}
</style>
background-color css
<style>
a { background-color: #57002C; }
a { background-color: rgb(87,0,44); }
div.DivClassName
{
background-color: #57002C;
}
.BgClassName
{
background-color: #57002C;
}
</style>
border-color css
<style>
span { border-color: #57002C; }
span { border-color: rgb(87,0,44); }
td.TdClassName
{
border-color: #57002C;
}
.TagClassName
{
border-color: #57002C;
}
</style>