Shades of Tyrian Purple #7C0551
Tints of Tyrian Purple #7C0551
RGB
CMYK
RGB Variations
Color information
#7C0551 (or 0x7C0551) is known color: Tyrian Purple. HEX triplet: 7C, 05 and 51. RGB value is (124,5,81). Sum of RGB (Red+Green+Blue) = 124+5+81=210 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.05% from 210); Green value is 5 (2.34% from 255 or 2.38% from 210); Blue value is 81 (32.03% from 255 or 38.57% from 210); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0551 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0551 is #83FAAE. Grayscale: #313131. Windows color (decimal): -8649391 or 5309820. OLE color: 5309820.
HSL color Cylindrical-coordinate representation of color #7C0551: hue angle of 321.68º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7C0551 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 5 | 81 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.51 |
| HSL | 321.68º | 0.92% | 0.25% | - |
| HSV(B) | 321.68º | 0.96% | 0.49% | - |
| XYZ | 9.85 | 4.99 | 8.23 | - |
| YUV | 49.25 | 145.92 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 5 | 81 | 0 | 0.96 | 0.35 | 0.51 | 321.68 | 0.92 | 0.25 |
| Hex | 7C | 5 | 51 | 0 | 60 | 23 | 33 | 142 | 5C | 19 |
| Octal | 174 | 5 | 121 | 0 | 140 | 43 | 63 | 502 | 134 | 31 |
| Binary | 1111100 | 101 | 1010001 | 0 | 1100000 | 100011 | 110011 | 101000010 | 1011100 | 11001 |
Color Harmonies of #7C0551
Complementary color
Monochromatic Colors of #7C0551
Black with #7C0551
Text Example
Text Example
White with #7C0551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0551; }
p { color: rgb(124,5,81); }
H1.HeaderClassName
{
color: #7C0551;
}
.AnyTagClassName
{
color: #7C0551;
}
</style>
background-color css
<style>
a { background-color: #7C0551; }
a { background-color: rgb(124,5,81); }
div.DivClassName
{
background-color: #7C0551;
}
.BgClassName
{
background-color: #7C0551;
}
</style>
border-color css
<style>
span { border-color: #7C0551; }
span { border-color: rgb(124,5,81); }
td.TdClassName
{
border-color: #7C0551;
}
.TagClassName
{
border-color: #7C0551;
}
</style>