Shades of Tyrian Purple #570F4A
Tints of Tyrian Purple #570F4A
RGB
CMYK
RGB Variations
Color information
#570F4A (or 0x570F4A) is known color: Tyrian Purple. HEX triplet: 57, 0F and 4A. RGB value is (87,15,74). Sum of RGB (Red+Green+Blue) = 87+15+74=176 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.43% from 176); Green value is 15 (6.25% from 255 or 8.52% from 176); Blue value is 74 (29.30% from 255 or 42.05% from 176); Max value from RGB is 87 - color contains mainly: red. Hex color #570F4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570F4A is #A8F0B5. Grayscale: #2B2B2B. Windows color (decimal): -11071670 or 4853591. OLE color: 4853591.
HSL color Cylindrical-coordinate representation of color #570F4A: hue angle of 310.83º 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 #570F4A is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 15 | 74 | - |
| CMYK | 0 | 0.83 | 0.15 | 0.66 |
| HSL | 310.83º | 0.71% | 0.2% | - |
| HSV(B) | 310.83º | 0.83% | 0.34% | - |
| XYZ | 5.34 | 2.86 | 6.75 | - |
| YUV | 43.25 | 145.35 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 15 | 74 | 0 | 0.83 | 0.15 | 0.66 | 310.83 | 0.71 | 0.2 |
| Hex | 57 | F | 4A | 0 | 53 | F | 42 | 137 | 47 | 14 |
| Octal | 127 | 17 | 112 | 0 | 123 | 17 | 102 | 467 | 107 | 24 |
| Binary | 1010111 | 1111 | 1001010 | 0 | 1010011 | 1111 | 1000010 | 100110111 | 1000111 | 10100 |
Color Harmonies of #570F4A
Complementary color
Monochromatic Colors of #570F4A
Black with #570F4A
Text Example
Text Example
White with #570F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570F4A; }
p { color: rgb(87,15,74); }
H1.HeaderClassName
{
color: #570F4A;
}
.AnyTagClassName
{
color: #570F4A;
}
</style>
background-color css
<style>
a { background-color: #570F4A; }
a { background-color: rgb(87,15,74); }
div.DivClassName
{
background-color: #570F4A;
}
.BgClassName
{
background-color: #570F4A;
}
</style>
border-color css
<style>
span { border-color: #570F4A; }
span { border-color: rgb(87,15,74); }
td.TdClassName
{
border-color: #570F4A;
}
.TagClassName
{
border-color: #570F4A;
}
</style>