Shades of Tyrian Purple #57103A
Tints of Tyrian Purple #57103A
RGB
CMYK
RGB Variations
Color information
#57103A (or 0x57103A) is known color: Tyrian Purple. HEX triplet: 57, 10 and 3A. RGB value is (87,16,58). Sum of RGB (Red+Green+Blue) = 87+16+58=161 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.04% from 161); Green value is 16 (6.64% from 255 or 9.94% from 161); Blue value is 58 (23.05% from 255 or 36.02% from 161); Max value from RGB is 87 - color contains mainly: red. Hex color #57103A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57103A is #A8EFC5. Grayscale: #292929. Windows color (decimal): -11071430 or 3805271. OLE color: 3805271.
HSL color Cylindrical-coordinate representation of color #57103A: hue angle of 324.51º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #57103A is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 16 | 58 | - |
| CMYK | 0 | 0.82 | 0.33 | 0.66 |
| HSL | 324.51º | 0.69% | 0.2% | - |
| HSV(B) | 324.51º | 0.82% | 0.34% | - |
| XYZ | 4.88 | 2.7 | 4.27 | - |
| YUV | 42.02 | 137.02 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 16 | 58 | 0 | 0.82 | 0.33 | 0.66 | 324.51 | 0.69 | 0.2 |
| Hex | 57 | 10 | 3A | 0 | 52 | 21 | 42 | 145 | 45 | 14 |
| Octal | 127 | 20 | 72 | 0 | 122 | 41 | 102 | 505 | 105 | 24 |
| Binary | 1010111 | 10000 | 111010 | 0 | 1010010 | 100001 | 1000010 | 101000101 | 1000101 | 10100 |
Color Harmonies of #57103A
Complementary color
Monochromatic Colors of #57103A
Black with #57103A
Text Example
Text Example
White with #57103A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57103A; }
p { color: rgb(87,16,58); }
H1.HeaderClassName
{
color: #57103A;
}
.AnyTagClassName
{
color: #57103A;
}
</style>
background-color css
<style>
a { background-color: #57103A; }
a { background-color: rgb(87,16,58); }
div.DivClassName
{
background-color: #57103A;
}
.BgClassName
{
background-color: #57103A;
}
</style>
border-color css
<style>
span { border-color: #57103A; }
span { border-color: rgb(87,16,58); }
td.TdClassName
{
border-color: #57103A;
}
.TagClassName
{
border-color: #57103A;
}
</style>