Shades of Tyrian Purple #570F4C
Tints of Tyrian Purple #570F4C
RGB
CMYK
RGB Variations
Color information
#570F4C (or 0x570F4C) is known color: Tyrian Purple. HEX triplet: 57, 0F and 4C. RGB value is (87,15,76). Sum of RGB (Red+Green+Blue) = 87+15+76=178 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.88% from 178); Green value is 15 (6.25% from 255 or 8.43% from 178); Blue value is 76 (30.08% from 255 or 42.70% from 178); Max value from RGB is 87 - color contains mainly: red. Hex color #570F4C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570F4C is #A8F0B3. Grayscale: #2B2B2B. Windows color (decimal): -11071668 or 4984663. OLE color: 4984663.
HSL color Cylindrical-coordinate representation of color #570F4C: hue angle of 309.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 #570F4C is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 15 | 76 | - |
| CMYK | 0 | 0.83 | 0.13 | 0.66 |
| HSL | 309.17º | 0.71% | 0.2% | - |
| HSV(B) | 309.17º | 0.83% | 0.34% | - |
| XYZ | 5.41 | 2.89 | 7.11 | - |
| YUV | 43.48 | 146.35 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 15 | 76 | 0 | 0.83 | 0.13 | 0.66 | 309.17 | 0.71 | 0.2 |
| Hex | 57 | F | 4C | 0 | 53 | D | 42 | 135 | 47 | 14 |
| Octal | 127 | 17 | 114 | 0 | 123 | 15 | 102 | 465 | 107 | 24 |
| Binary | 1010111 | 1111 | 1001100 | 0 | 1010011 | 1101 | 1000010 | 100110101 | 1000111 | 10100 |
Color Harmonies of #570F4C
Complementary color
Monochromatic Colors of #570F4C
Black with #570F4C
Text Example
Text Example
White with #570F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570F4C; }
p { color: rgb(87,15,76); }
H1.HeaderClassName
{
color: #570F4C;
}
.AnyTagClassName
{
color: #570F4C;
}
</style>
background-color css
<style>
a { background-color: #570F4C; }
a { background-color: rgb(87,15,76); }
div.DivClassName
{
background-color: #570F4C;
}
.BgClassName
{
background-color: #570F4C;
}
</style>
border-color css
<style>
span { border-color: #570F4C; }
span { border-color: rgb(87,15,76); }
td.TdClassName
{
border-color: #570F4C;
}
.TagClassName
{
border-color: #570F4C;
}
</style>