Shades of Tyrian Purple #57092F
Tints of Tyrian Purple #57092F
RGB
CMYK
RGB Variations
Color information
#57092F (or 0x57092F) is known color: Tyrian Purple. HEX triplet: 57, 09 and 2F. RGB value is (87,9,47). Sum of RGB (Red+Green+Blue) = 87+9+47=143 (18% of max value = 765). Red value is 87 (34.38% from 255 or 60.84% from 143); Green value is 9 (3.91% from 255 or 6.29% from 143); Blue value is 47 (18.75% from 255 or 32.87% from 143); Max value from RGB is 87 - color contains mainly: red. Hex color #57092F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57092F is #A8F6D0. Grayscale: #242424. Windows color (decimal): -11073233 or 3082583. OLE color: 3082583.
HSL color Cylindrical-coordinate representation of color #57092F: hue angle of 330.77º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #57092F is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 9 | 47 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.66 |
| HSL | 330.77º | 0.81% | 0.19% | - |
| HSV(B) | 330.77º | 0.9% | 0.34% | - |
| XYZ | 4.54 | 2.43 | 2.92 | - |
| YUV | 36.65 | 133.84 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 9 | 47 | 0 | 0.90 | 0.46 | 0.66 | 330.77 | 0.81 | 0.19 |
| Hex | 57 | 9 | 2F | 0 | 5A | 2E | 42 | 14B | 51 | 13 |
| Octal | 127 | 11 | 57 | 0 | 132 | 56 | 102 | 513 | 121 | 23 |
| Binary | 1010111 | 1001 | 101111 | 0 | 1011010 | 101110 | 1000010 | 101001011 | 1010001 | 10011 |
Color Harmonies of #57092F
Complementary color
Monochromatic Colors of #57092F
Black with #57092F
Text Example
Text Example
White with #57092F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57092F; }
p { color: rgb(87,9,47); }
H1.HeaderClassName
{
color: #57092F;
}
.AnyTagClassName
{
color: #57092F;
}
</style>
background-color css
<style>
a { background-color: #57092F; }
a { background-color: rgb(87,9,47); }
div.DivClassName
{
background-color: #57092F;
}
.BgClassName
{
background-color: #57092F;
}
</style>
border-color css
<style>
span { border-color: #57092F; }
span { border-color: rgb(87,9,47); }
td.TdClassName
{
border-color: #57092F;
}
.TagClassName
{
border-color: #57092F;
}
</style>