Shades of Tyrian Purple #570153
Tints of Tyrian Purple #570153
RGB
CMYK
RGB Variations
Color information
#570153 (or 0x570153) is known color: Tyrian Purple. HEX triplet: 57, 01 and 53. RGB value is (87,1,83). Sum of RGB (Red+Green+Blue) = 87+1+83=171 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.88% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 83 (32.81% from 255 or 48.54% from 171); Max value from RGB is 87 - color contains mainly: red. Hex color #570153 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570153 is #A8FEAC. Grayscale: #232323. Windows color (decimal): -11075245 or 5439831. OLE color: 5439831.
HSL color Cylindrical-coordinate representation of color #570153: hue angle of 302.79º 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 #570153 is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 1 | 83 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.66 |
| HSL | 302.79º | 0.98% | 0.17% | - |
| HSV(B) | 302.79º | 0.99% | 0.34% | - |
| XYZ | 5.5 | 2.67 | 8.41 | - |
| YUV | 36.06 | 154.49 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 1 | 83 | 0 | 0.99 | 0.05 | 0.66 | 302.79 | 0.98 | 0.17 |
| Hex | 57 | 1 | 53 | 0 | 63 | 5 | 42 | 12F | 62 | 11 |
| Octal | 127 | 1 | 123 | 0 | 143 | 5 | 102 | 457 | 142 | 21 |
| Binary | 1010111 | 1 | 1010011 | 0 | 1100011 | 101 | 1000010 | 100101111 | 1100010 | 10001 |
Color Harmonies of #570153
Complementary color
Monochromatic Colors of #570153
Black with #570153
Text Example
Text Example
White with #570153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570153; }
p { color: rgb(87,1,83); }
H1.HeaderClassName
{
color: #570153;
}
.AnyTagClassName
{
color: #570153;
}
</style>
background-color css
<style>
a { background-color: #570153; }
a { background-color: rgb(87,1,83); }
div.DivClassName
{
background-color: #570153;
}
.BgClassName
{
background-color: #570153;
}
</style>
border-color css
<style>
span { border-color: #570153; }
span { border-color: rgb(87,1,83); }
td.TdClassName
{
border-color: #570153;
}
.TagClassName
{
border-color: #570153;
}
</style>