Shades of Tyrian Purple #57003B
Tints of Tyrian Purple #57003B
RGB
CMYK
RGB Variations
Color information
#57003B (or 0x57003B) is known color: Tyrian Purple. HEX triplet: 57, 00 and 3B. RGB value is (87,0,59). Sum of RGB (Red+Green+Blue) = 87+0+59=146 (19% of max value = 765). Red value is 87 (34.38% from 255 or 59.59% from 146); Green value is 0 (0.39% from 255 or 0% from 146); Blue value is 59 (23.44% from 255 or 40.41% from 146); Max value from RGB is 87 - color contains mainly: red. Hex color #57003B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57003B is #A8FFC4. Grayscale: #202020. Windows color (decimal): -11075525 or 3866711. OLE color: 3866711.
HSL color Cylindrical-coordinate representation of color #57003B: hue angle of 319.31º 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 #57003B is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 0 | 59 | - |
| CMYK | 0 | 1 | 0.32 | 0.66 |
| HSL | 319.31º | 1% | 0.17% | - |
| HSV(B) | 319.31º | 1% | 0.34% | - |
| XYZ | 4.72 | 2.34 | 4.34 | - |
| YUV | 32.74 | 142.82 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 0 | 59 | 0 | 1 | 0.32 | 0.66 | 319.31 | 1 | 0.17 |
| Hex | 57 | 0 | 3B | 0 | 64 | 20 | 42 | 13F | 64 | 11 |
| Octal | 127 | 0 | 73 | 0 | 144 | 40 | 102 | 477 | 144 | 21 |
| Binary | 1010111 | 0 | 111011 | 0 | 1100100 | 100000 | 1000010 | 100111111 | 1100100 | 10001 |
Color Harmonies of #57003B
Complementary color
Monochromatic Colors of #57003B
Black with #57003B
Text Example
Text Example
White with #57003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57003B; }
p { color: rgb(87,0,59); }
H1.HeaderClassName
{
color: #57003B;
}
.AnyTagClassName
{
color: #57003B;
}
</style>
background-color css
<style>
a { background-color: #57003B; }
a { background-color: rgb(87,0,59); }
div.DivClassName
{
background-color: #57003B;
}
.BgClassName
{
background-color: #57003B;
}
</style>
border-color css
<style>
span { border-color: #57003B; }
span { border-color: rgb(87,0,59); }
td.TdClassName
{
border-color: #57003B;
}
.TagClassName
{
border-color: #57003B;
}
</style>