Shades of Tyrian Purple #570353
Tints of Tyrian Purple #570353
RGB
CMYK
RGB Variations
Color information
#570353 (or 0x570353) is known color: Tyrian Purple. HEX triplet: 57, 03 and 53. RGB value is (87,3,83). Sum of RGB (Red+Green+Blue) = 87+3+83=173 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.29% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 83 (32.81% from 255 or 47.98% from 173); Max value from RGB is 87 - color contains mainly: red. Hex color #570353 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570353 is #A8FCAC. Grayscale: #252525. Windows color (decimal): -11074733 or 5440343. OLE color: 5440343.
HSL color Cylindrical-coordinate representation of color #570353: hue angle of 302.86º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #570353 is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 3 | 83 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.66 |
| HSL | 302.86º | 0.93% | 0.18% | - |
| HSV(B) | 302.86º | 0.97% | 0.34% | - |
| XYZ | 5.52 | 2.72 | 8.42 | - |
| YUV | 37.24 | 153.83 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 3 | 83 | 0 | 0.97 | 0.05 | 0.66 | 302.86 | 0.93 | 0.18 |
| Hex | 57 | 3 | 53 | 0 | 61 | 5 | 42 | 12F | 5D | 12 |
| Octal | 127 | 3 | 123 | 0 | 141 | 5 | 102 | 457 | 135 | 22 |
| Binary | 1010111 | 11 | 1010011 | 0 | 1100001 | 101 | 1000010 | 100101111 | 1011101 | 10010 |
Color Harmonies of #570353
Complementary color
Monochromatic Colors of #570353
Black with #570353
Text Example
Text Example
White with #570353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570353; }
p { color: rgb(87,3,83); }
H1.HeaderClassName
{
color: #570353;
}
.AnyTagClassName
{
color: #570353;
}
</style>
background-color css
<style>
a { background-color: #570353; }
a { background-color: rgb(87,3,83); }
div.DivClassName
{
background-color: #570353;
}
.BgClassName
{
background-color: #570353;
}
</style>
border-color css
<style>
span { border-color: #570353; }
span { border-color: rgb(87,3,83); }
td.TdClassName
{
border-color: #570353;
}
.TagClassName
{
border-color: #570353;
}
</style>