Shades of Tyrian Purple #570231
Tints of Tyrian Purple #570231
RGB
CMYK
RGB Variations
Color information
#570231 (or 0x570231) is known color: Tyrian Purple. HEX triplet: 57, 02 and 31. RGB value is (87,2,49). Sum of RGB (Red+Green+Blue) = 87+2+49=138 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.04% from 138); Green value is 2 (1.17% from 255 or 1.45% from 138); Blue value is 49 (19.53% from 255 or 35.51% from 138); Max value from RGB is 87 - color contains mainly: red. Hex color #570231 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570231 is #A8FDCE. Grayscale: #202020. Windows color (decimal): -11075023 or 3211863. OLE color: 3211863.
HSL color Cylindrical-coordinate representation of color #570231: hue angle of 326.82º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #570231 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 2 | 49 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.66 |
| HSL | 326.82º | 0.96% | 0.17% | - |
| HSV(B) | 326.82º | 0.98% | 0.34% | - |
| XYZ | 4.51 | 2.29 | 3.11 | - |
| YUV | 32.77 | 137.16 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 2 | 49 | 0 | 0.98 | 0.44 | 0.66 | 326.82 | 0.96 | 0.17 |
| Hex | 57 | 2 | 31 | 0 | 62 | 2C | 42 | 147 | 60 | 11 |
| Octal | 127 | 2 | 61 | 0 | 142 | 54 | 102 | 507 | 140 | 21 |
| Binary | 1010111 | 10 | 110001 | 0 | 1100010 | 101100 | 1000010 | 101000111 | 1100000 | 10001 |
Color Harmonies of #570231
Complementary color
Monochromatic Colors of #570231
Black with #570231
Text Example
Text Example
White with #570231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570231; }
p { color: rgb(87,2,49); }
H1.HeaderClassName
{
color: #570231;
}
.AnyTagClassName
{
color: #570231;
}
</style>
background-color css
<style>
a { background-color: #570231; }
a { background-color: rgb(87,2,49); }
div.DivClassName
{
background-color: #570231;
}
.BgClassName
{
background-color: #570231;
}
</style>
border-color css
<style>
span { border-color: #570231; }
span { border-color: rgb(87,2,49); }
td.TdClassName
{
border-color: #570231;
}
.TagClassName
{
border-color: #570231;
}
</style>