Shades of Tyrian Purple #57013D
Tints of Tyrian Purple #57013D
RGB
CMYK
RGB Variations
Color information
#57013D (or 0x57013D) is known color: Tyrian Purple. HEX triplet: 57, 01 and 3D. RGB value is (87,1,61). Sum of RGB (Red+Green+Blue) = 87+1+61=149 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58.39% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 61 (24.22% from 255 or 40.94% from 149); Max value from RGB is 87 - color contains mainly: red. Hex color #57013D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57013D is #A8FEC2. Grayscale: #212121. Windows color (decimal): -11075267 or 3998039. OLE color: 3998039.
HSL color Cylindrical-coordinate representation of color #57013D: hue angle of 318.14º 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 #57013D is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 1 | 61 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.66 |
| HSL | 318.14º | 0.98% | 0.17% | - |
| HSV(B) | 318.14º | 0.99% | 0.34% | - |
| XYZ | 4.78 | 2.38 | 4.62 | - |
| YUV | 33.55 | 143.49 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 1 | 61 | 0 | 0.99 | 0.30 | 0.66 | 318.14 | 0.98 | 0.17 |
| Hex | 57 | 1 | 3D | 0 | 63 | 1E | 42 | 13E | 62 | 11 |
| Octal | 127 | 1 | 75 | 0 | 143 | 36 | 102 | 476 | 142 | 21 |
| Binary | 1010111 | 1 | 111101 | 0 | 1100011 | 11110 | 1000010 | 100111110 | 1100010 | 10001 |
Color Harmonies of #57013D
Complementary color
Monochromatic Colors of #57013D
Black with #57013D
Text Example
Text Example
White with #57013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57013D; }
p { color: rgb(87,1,61); }
H1.HeaderClassName
{
color: #57013D;
}
.AnyTagClassName
{
color: #57013D;
}
</style>
background-color css
<style>
a { background-color: #57013D; }
a { background-color: rgb(87,1,61); }
div.DivClassName
{
background-color: #57013D;
}
.BgClassName
{
background-color: #57013D;
}
</style>
border-color css
<style>
span { border-color: #57013D; }
span { border-color: rgb(87,1,61); }
td.TdClassName
{
border-color: #57013D;
}
.TagClassName
{
border-color: #57013D;
}
</style>