Shades of Tyrian Purple #570F40
Tints of Tyrian Purple #570F40
RGB
CMYK
RGB Variations
Color information
#570F40 (or 0x570F40) is known color: Tyrian Purple. HEX triplet: 57, 0F and 40. RGB value is (87,15,64). Sum of RGB (Red+Green+Blue) = 87+15+64=166 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.41% from 166); Green value is 15 (6.25% from 255 or 9.04% from 166); Blue value is 64 (25.39% from 255 or 38.55% from 166); Max value from RGB is 87 - color contains mainly: red. Hex color #570F40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570F40 is #A8F0BF. Grayscale: #292929. Windows color (decimal): -11071680 or 4198231. OLE color: 4198231.
HSL color Cylindrical-coordinate representation of color #570F40: hue angle of 319.17º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #570F40 is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 15 | 64 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.66 |
| HSL | 319.17º | 0.71% | 0.2% | - |
| HSV(B) | 319.17º | 0.83% | 0.34% | - |
| XYZ | 5.03 | 2.74 | 5.11 | - |
| YUV | 42.11 | 140.35 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 15 | 64 | 0 | 0.83 | 0.26 | 0.66 | 319.17 | 0.71 | 0.2 |
| Hex | 57 | F | 40 | 0 | 53 | 1A | 42 | 13F | 47 | 14 |
| Octal | 127 | 17 | 100 | 0 | 123 | 32 | 102 | 477 | 107 | 24 |
| Binary | 1010111 | 1111 | 1000000 | 0 | 1010011 | 11010 | 1000010 | 100111111 | 1000111 | 10100 |
Color Harmonies of #570F40
Complementary color
Monochromatic Colors of #570F40
Black with #570F40
Text Example
Text Example
White with #570F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570F40; }
p { color: rgb(87,15,64); }
H1.HeaderClassName
{
color: #570F40;
}
.AnyTagClassName
{
color: #570F40;
}
</style>
background-color css
<style>
a { background-color: #570F40; }
a { background-color: rgb(87,15,64); }
div.DivClassName
{
background-color: #570F40;
}
.BgClassName
{
background-color: #570F40;
}
</style>
border-color css
<style>
span { border-color: #570F40; }
span { border-color: rgb(87,15,64); }
td.TdClassName
{
border-color: #570F40;
}
.TagClassName
{
border-color: #570F40;
}
</style>