Shades of Tyrian Purple #57002A
Tints of Tyrian Purple #57002A
RGB
CMYK
RGB Variations
Color information
#57002A (or 0x57002A) is known color: Tyrian Purple. HEX triplet: 57, 00 and 2A. RGB value is (87,0,42). Sum of RGB (Red+Green+Blue) = 87+0+42=129 (17% of max value = 765). Red value is 87 (34.38% from 255 or 67.44% from 129); Green value is 0 (0.39% from 255 or 0% from 129); Blue value is 42 (16.80% from 255 or 32.56% from 129); Max value from RGB is 87 - color contains mainly: red. Hex color #57002A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57002A is #A8FFD5. Grayscale: #1E1E1E. Windows color (decimal): -11075542 or 2752599. OLE color: 2752599.
HSL color Cylindrical-coordinate representation of color #57002A: hue angle of 331.03º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #57002A is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 0 | 42 | - |
| CMYK | 0 | 1 | 0.52 | 0.66 |
| HSL | 331.03º | 1% | 0.17% | - |
| HSV(B) | 331.03º | 1% | 0.34% | - |
| XYZ | 4.35 | 2.19 | 2.38 | - |
| YUV | 30.8 | 134.32 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 0 | 42 | 0 | 1 | 0.52 | 0.66 | 331.03 | 1 | 0.17 |
| Hex | 57 | 0 | 2A | 0 | 64 | 34 | 42 | 14B | 64 | 11 |
| Octal | 127 | 0 | 52 | 0 | 144 | 64 | 102 | 513 | 144 | 21 |
| Binary | 1010111 | 0 | 101010 | 0 | 1100100 | 110100 | 1000010 | 101001011 | 1100100 | 10001 |
Color Harmonies of #57002A
Complementary color
Monochromatic Colors of #57002A
Black with #57002A
Text Example
Text Example
White with #57002A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57002A; }
p { color: rgb(87,0,42); }
H1.HeaderClassName
{
color: #57002A;
}
.AnyTagClassName
{
color: #57002A;
}
</style>
background-color css
<style>
a { background-color: #57002A; }
a { background-color: rgb(87,0,42); }
div.DivClassName
{
background-color: #57002A;
}
.BgClassName
{
background-color: #57002A;
}
</style>
border-color css
<style>
span { border-color: #57002A; }
span { border-color: rgb(87,0,42); }
td.TdClassName
{
border-color: #57002A;
}
.TagClassName
{
border-color: #57002A;
}
</style>