Shades of Tyrian Purple #57012D
Tints of Tyrian Purple #57012D
RGB
CMYK
RGB Variations
Color information
#57012D (or 0x57012D) is known color: Tyrian Purple. HEX triplet: 57, 01 and 2D. RGB value is (87,1,45). Sum of RGB (Red+Green+Blue) = 87+1+45=133 (17% of max value = 765). Red value is 87 (34.38% from 255 or 65.41% from 133); Green value is 1 (0.78% from 255 or 0.75% from 133); Blue value is 45 (17.97% from 255 or 33.83% from 133); Max value from RGB is 87 - color contains mainly: red. Hex color #57012D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57012D is #A8FED2. Grayscale: #1F1F1F. Windows color (decimal): -11075283 or 2949463. OLE color: 2949463.
HSL color Cylindrical-coordinate representation of color #57012D: hue angle of 329.3º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #57012D is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 1 | 45 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.66 |
| HSL | 329.3º | 0.98% | 0.17% | - |
| HSV(B) | 329.3º | 0.99% | 0.34% | - |
| XYZ | 4.41 | 2.24 | 2.68 | - |
| YUV | 31.73 | 135.49 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 1 | 45 | 0 | 0.99 | 0.48 | 0.66 | 329.3 | 0.98 | 0.17 |
| Hex | 57 | 1 | 2D | 0 | 63 | 30 | 42 | 149 | 62 | 11 |
| Octal | 127 | 1 | 55 | 0 | 143 | 60 | 102 | 511 | 142 | 21 |
| Binary | 1010111 | 1 | 101101 | 0 | 1100011 | 110000 | 1000010 | 101001001 | 1100010 | 10001 |
Color Harmonies of #57012D
Complementary color
Monochromatic Colors of #57012D
Black with #57012D
Text Example
Text Example
White with #57012D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57012D; }
p { color: rgb(87,1,45); }
H1.HeaderClassName
{
color: #57012D;
}
.AnyTagClassName
{
color: #57012D;
}
</style>
background-color css
<style>
a { background-color: #57012D; }
a { background-color: rgb(87,1,45); }
div.DivClassName
{
background-color: #57012D;
}
.BgClassName
{
background-color: #57012D;
}
</style>
border-color css
<style>
span { border-color: #57012D; }
span { border-color: rgb(87,1,45); }
td.TdClassName
{
border-color: #57012D;
}
.TagClassName
{
border-color: #57012D;
}
</style>