Shades of Tyrian Purple #57103C
Tints of Tyrian Purple #57103C
RGB
CMYK
RGB Variations
Color information
#57103C (or 0x57103C) is known color: Tyrian Purple. HEX triplet: 57, 10 and 3C. RGB value is (87,16,60). Sum of RGB (Red+Green+Blue) = 87+16+60=163 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.37% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 60 (23.83% from 255 or 36.81% from 163); Max value from RGB is 87 - color contains mainly: red. Hex color #57103C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57103C is #A8EFC3. Grayscale: #2A2A2A. Windows color (decimal): -11071428 or 3936343. OLE color: 3936343.
HSL color Cylindrical-coordinate representation of color #57103C: hue angle of 322.82º 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 #57103C is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 16 | 60 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.66 |
| HSL | 322.82º | 0.69% | 0.2% | - |
| HSV(B) | 322.82º | 0.82% | 0.34% | - |
| XYZ | 4.93 | 2.72 | 4.54 | - |
| YUV | 42.25 | 138.02 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 16 | 60 | 0 | 0.82 | 0.31 | 0.66 | 322.82 | 0.69 | 0.2 |
| Hex | 57 | 10 | 3C | 0 | 52 | 1F | 42 | 143 | 45 | 14 |
| Octal | 127 | 20 | 74 | 0 | 122 | 37 | 102 | 503 | 105 | 24 |
| Binary | 1010111 | 10000 | 111100 | 0 | 1010010 | 11111 | 1000010 | 101000011 | 1000101 | 10100 |
Color Harmonies of #57103C
Complementary color
Monochromatic Colors of #57103C
Black with #57103C
Text Example
Text Example
White with #57103C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57103C; }
p { color: rgb(87,16,60); }
H1.HeaderClassName
{
color: #57103C;
}
.AnyTagClassName
{
color: #57103C;
}
</style>
background-color css
<style>
a { background-color: #57103C; }
a { background-color: rgb(87,16,60); }
div.DivClassName
{
background-color: #57103C;
}
.BgClassName
{
background-color: #57103C;
}
</style>
border-color css
<style>
span { border-color: #57103C; }
span { border-color: rgb(87,16,60); }
td.TdClassName
{
border-color: #57103C;
}
.TagClassName
{
border-color: #57103C;
}
</style>