Shades of Tyrian Purple #7C003D
Tints of Tyrian Purple #7C003D
RGB
CMYK
RGB Variations
Color information
#7C003D (or 0x7C003D) is known color: Tyrian Purple. HEX triplet: 7C, 00 and 3D. RGB value is (124,0,61). Sum of RGB (Red+Green+Blue) = 124+0+61=185 (24% of max value = 765). Red value is 124 (48.83% from 255 or 67.03% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 61 (24.22% from 255 or 32.97% from 185); Max value from RGB is 124 - color contains mainly: red. Hex color #7C003D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C003D is #83FFC2. Grayscale: #2B2B2B. Windows color (decimal): -8650691 or 3997820. OLE color: 3997820.
HSL color Cylindrical-coordinate representation of color #7C003D: hue angle of 330.48º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7C003D is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 0 | 61 | - |
| CMYK | 0 | 1 | 0.51 | 0.51 |
| HSL | 330.48º | 1% | 0.24% | - |
| HSV(B) | 330.48º | 1% | 0.49% | - |
| XYZ | 9.15 | 4.62 | 4.82 | - |
| YUV | 44.03 | 137.58 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 0 | 61 | 0 | 1 | 0.51 | 0.51 | 330.48 | 1 | 0.24 |
| Hex | 7C | 0 | 3D | 0 | 64 | 33 | 33 | 14A | 64 | 18 |
| Octal | 174 | 0 | 75 | 0 | 144 | 63 | 63 | 512 | 144 | 30 |
| Binary | 1111100 | 0 | 111101 | 0 | 1100100 | 110011 | 110011 | 101001010 | 1100100 | 11000 |
Color Harmonies of #7C003D
Complementary color
Monochromatic Colors of #7C003D
Black with #7C003D
Text Example
Text Example
White with #7C003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C003D; }
p { color: rgb(124,0,61); }
H1.HeaderClassName
{
color: #7C003D;
}
.AnyTagClassName
{
color: #7C003D;
}
</style>
background-color css
<style>
a { background-color: #7C003D; }
a { background-color: rgb(124,0,61); }
div.DivClassName
{
background-color: #7C003D;
}
.BgClassName
{
background-color: #7C003D;
}
</style>
border-color css
<style>
span { border-color: #7C003D; }
span { border-color: rgb(124,0,61); }
td.TdClassName
{
border-color: #7C003D;
}
.TagClassName
{
border-color: #7C003D;
}
</style>