Shades of Tyrian Purple #57083F
Tints of Tyrian Purple #57083F
RGB
CMYK
RGB Variations
Color information
#57083F (or 0x57083F) is known color: Tyrian Purple. HEX triplet: 57, 08 and 3F. RGB value is (87,8,63). Sum of RGB (Red+Green+Blue) = 87+8+63=158 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.06% from 158); Green value is 8 (3.52% from 255 or 5.06% from 158); Blue value is 63 (25% from 255 or 39.87% from 158); Max value from RGB is 87 - color contains mainly: red. Hex color #57083F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57083F is #A8F7C0. Grayscale: #252525. Windows color (decimal): -11073473 or 4130903. OLE color: 4130903.
HSL color Cylindrical-coordinate representation of color #57083F: hue angle of 318.23º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #57083F is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 8 | 63 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.66 |
| HSL | 318.23º | 0.83% | 0.19% | - |
| HSV(B) | 318.23º | 0.91% | 0.34% | - |
| XYZ | 4.91 | 2.56 | 4.94 | - |
| YUV | 37.89 | 142.17 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 8 | 63 | 0 | 0.91 | 0.28 | 0.66 | 318.23 | 0.83 | 0.19 |
| Hex | 57 | 8 | 3F | 0 | 5B | 1C | 42 | 13E | 53 | 13 |
| Octal | 127 | 10 | 77 | 0 | 133 | 34 | 102 | 476 | 123 | 23 |
| Binary | 1010111 | 1000 | 111111 | 0 | 1011011 | 11100 | 1000010 | 100111110 | 1010011 | 10011 |
Color Harmonies of #57083F
Complementary color
Monochromatic Colors of #57083F
Black with #57083F
Text Example
Text Example
White with #57083F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57083F; }
p { color: rgb(87,8,63); }
H1.HeaderClassName
{
color: #57083F;
}
.AnyTagClassName
{
color: #57083F;
}
</style>
background-color css
<style>
a { background-color: #57083F; }
a { background-color: rgb(87,8,63); }
div.DivClassName
{
background-color: #57083F;
}
.BgClassName
{
background-color: #57083F;
}
</style>
border-color css
<style>
span { border-color: #57083F; }
span { border-color: rgb(87,8,63); }
td.TdClassName
{
border-color: #57083F;
}
.TagClassName
{
border-color: #57083F;
}
</style>