Shades of Tyrian Purple #570253
Tints of Tyrian Purple #570253
RGB
CMYK
RGB Variations
Color information
#570253 (or 0x570253) is known color: Tyrian Purple. HEX triplet: 57, 02 and 53. RGB value is (87,2,83). Sum of RGB (Red+Green+Blue) = 87+2+83=172 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.58% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 83 (32.81% from 255 or 48.26% from 172); Max value from RGB is 87 - color contains mainly: red. Hex color #570253 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570253 is #A8FDAC. Grayscale: #242424. Windows color (decimal): -11074989 or 5440087. OLE color: 5440087.
HSL color Cylindrical-coordinate representation of color #570253: hue angle of 302.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 #570253 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 2 | 83 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.66 |
| HSL | 302.82º | 0.96% | 0.17% | - |
| HSV(B) | 302.82º | 0.98% | 0.34% | - |
| XYZ | 5.51 | 2.69 | 8.41 | - |
| YUV | 36.65 | 154.16 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 2 | 83 | 0 | 0.98 | 0.05 | 0.66 | 302.82 | 0.96 | 0.17 |
| Hex | 57 | 2 | 53 | 0 | 62 | 5 | 42 | 12F | 60 | 11 |
| Octal | 127 | 2 | 123 | 0 | 142 | 5 | 102 | 457 | 140 | 21 |
| Binary | 1010111 | 10 | 1010011 | 0 | 1100010 | 101 | 1000010 | 100101111 | 1100000 | 10001 |
Color Harmonies of #570253
Complementary color
Monochromatic Colors of #570253
Black with #570253
Text Example
Text Example
White with #570253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570253; }
p { color: rgb(87,2,83); }
H1.HeaderClassName
{
color: #570253;
}
.AnyTagClassName
{
color: #570253;
}
</style>
background-color css
<style>
a { background-color: #570253; }
a { background-color: rgb(87,2,83); }
div.DivClassName
{
background-color: #570253;
}
.BgClassName
{
background-color: #570253;
}
</style>
border-color css
<style>
span { border-color: #570253; }
span { border-color: rgb(87,2,83); }
td.TdClassName
{
border-color: #570253;
}
.TagClassName
{
border-color: #570253;
}
</style>