Shades of Tyrian Purple #57133C
Tints of Tyrian Purple #57133C
RGB
CMYK
RGB Variations
Color information
#57133C (or 0x57133C) is known color: Tyrian Purple. HEX triplet: 57, 13 and 3C. RGB value is (87,19,60). Sum of RGB (Red+Green+Blue) = 87+19+60=166 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.41% from 166); Green value is 19 (7.81% from 255 or 11.45% from 166); Blue value is 60 (23.83% from 255 or 36.14% from 166); Max value from RGB is 87 - color contains mainly: red. Hex color #57133C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57133C is #A8ECC3. Grayscale: #2B2B2B. Windows color (decimal): -11070660 or 3937111. OLE color: 3937111.
HSL color Cylindrical-coordinate representation of color #57133C: hue angle of 323.82º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #57133C is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 19 | 60 | - |
| CMYK | 0 | 0.78 | 0.31 | 0.66 |
| HSL | 323.82º | 0.64% | 0.21% | - |
| HSV(B) | 323.82º | 0.78% | 0.34% | - |
| XYZ | 4.98 | 2.82 | 4.56 | - |
| YUV | 44.01 | 137.03 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 19 | 60 | 0 | 0.78 | 0.31 | 0.66 | 323.82 | 0.64 | 0.21 |
| Hex | 57 | 13 | 3C | 0 | 4E | 1F | 42 | 144 | 40 | 15 |
| Octal | 127 | 23 | 74 | 0 | 116 | 37 | 102 | 504 | 100 | 25 |
| Binary | 1010111 | 10011 | 111100 | 0 | 1001110 | 11111 | 1000010 | 101000100 | 1000000 | 10101 |
Color Harmonies of #57133C
Complementary color
Monochromatic Colors of #57133C
Black with #57133C
Text Example
Text Example
White with #57133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57133C; }
p { color: rgb(87,19,60); }
H1.HeaderClassName
{
color: #57133C;
}
.AnyTagClassName
{
color: #57133C;
}
</style>
background-color css
<style>
a { background-color: #57133C; }
a { background-color: rgb(87,19,60); }
div.DivClassName
{
background-color: #57133C;
}
.BgClassName
{
background-color: #57133C;
}
</style>
border-color css
<style>
span { border-color: #57133C; }
span { border-color: rgb(87,19,60); }
td.TdClassName
{
border-color: #57133C;
}
.TagClassName
{
border-color: #57133C;
}
</style>