Shades of Tyrian Purple #570850
Tints of Tyrian Purple #570850
RGB
CMYK
RGB Variations
Color information
#570850 (or 0x570850) is known color: Tyrian Purple. HEX triplet: 57, 08 and 50. RGB value is (87,8,80). Sum of RGB (Red+Green+Blue) = 87+8+80=175 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.71% from 175); Green value is 8 (3.52% from 255 or 4.57% from 175); Blue value is 80 (31.64% from 255 or 45.71% from 175); Max value from RGB is 87 - color contains mainly: red. Hex color #570850 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570850 is #A8F7AF. Grayscale: #272727. Windows color (decimal): -11073456 or 5245015. OLE color: 5245015.
HSL color Cylindrical-coordinate representation of color #570850: hue angle of 305.32º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #570850 is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 8 | 80 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.66 |
| HSL | 305.32º | 0.83% | 0.19% | - |
| HSV(B) | 305.32º | 0.91% | 0.34% | - |
| XYZ | 5.47 | 2.78 | 7.84 | - |
| YUV | 39.83 | 150.67 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 8 | 80 | 0 | 0.91 | 0.08 | 0.66 | 305.32 | 0.83 | 0.19 |
| Hex | 57 | 8 | 50 | 0 | 5B | 8 | 42 | 131 | 53 | 13 |
| Octal | 127 | 10 | 120 | 0 | 133 | 10 | 102 | 461 | 123 | 23 |
| Binary | 1010111 | 1000 | 1010000 | 0 | 1011011 | 1000 | 1000010 | 100110001 | 1010011 | 10011 |
Color Harmonies of #570850
Complementary color
Monochromatic Colors of #570850
Black with #570850
Text Example
Text Example
White with #570850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570850; }
p { color: rgb(87,8,80); }
H1.HeaderClassName
{
color: #570850;
}
.AnyTagClassName
{
color: #570850;
}
</style>
background-color css
<style>
a { background-color: #570850; }
a { background-color: rgb(87,8,80); }
div.DivClassName
{
background-color: #570850;
}
.BgClassName
{
background-color: #570850;
}
</style>
border-color css
<style>
span { border-color: #570850; }
span { border-color: rgb(87,8,80); }
td.TdClassName
{
border-color: #570850;
}
.TagClassName
{
border-color: #570850;
}
</style>