Shades of Tyrian Purple #570143
Tints of Tyrian Purple #570143
RGB
CMYK
RGB Variations
Color information
#570143 (or 0x570143) is known color: Tyrian Purple. HEX triplet: 57, 01 and 43. RGB value is (87,1,67). Sum of RGB (Red+Green+Blue) = 87+1+67=155 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.13% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 67 (26.56% from 255 or 43.23% from 155); Max value from RGB is 87 - color contains mainly: red. Hex color #570143 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570143 is #A8FEBC. Grayscale: #222222. Windows color (decimal): -11075261 or 4391255. OLE color: 4391255.
HSL color Cylindrical-coordinate representation of color #570143: hue angle of 313.95º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #570143 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 1 | 67 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.66 |
| HSL | 313.95º | 0.98% | 0.17% | - |
| HSV(B) | 313.95º | 0.99% | 0.34% | - |
| XYZ | 4.95 | 2.45 | 5.52 | - |
| YUV | 34.24 | 146.49 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 1 | 67 | 0 | 0.99 | 0.23 | 0.66 | 313.95 | 0.98 | 0.17 |
| Hex | 57 | 1 | 43 | 0 | 63 | 17 | 42 | 13A | 62 | 11 |
| Octal | 127 | 1 | 103 | 0 | 143 | 27 | 102 | 472 | 142 | 21 |
| Binary | 1010111 | 1 | 1000011 | 0 | 1100011 | 10111 | 1000010 | 100111010 | 1100010 | 10001 |
Color Harmonies of #570143
Complementary color
Monochromatic Colors of #570143
Black with #570143
Text Example
Text Example
White with #570143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570143; }
p { color: rgb(87,1,67); }
H1.HeaderClassName
{
color: #570143;
}
.AnyTagClassName
{
color: #570143;
}
</style>
background-color css
<style>
a { background-color: #570143; }
a { background-color: rgb(87,1,67); }
div.DivClassName
{
background-color: #570143;
}
.BgClassName
{
background-color: #570143;
}
</style>
border-color css
<style>
span { border-color: #570143; }
span { border-color: rgb(87,1,67); }
td.TdClassName
{
border-color: #570143;
}
.TagClassName
{
border-color: #570143;
}
</style>