Shades of Tyrian Purple #7C003B
Tints of Tyrian Purple #7C003B
RGB
CMYK
RGB Variations
Color information
#7C003B (or 0x7C003B) is known color: Tyrian Purple. HEX triplet: 7C, 00 and 3B. RGB value is (124,0,59). Sum of RGB (Red+Green+Blue) = 124+0+59=183 (24% of max value = 765). Red value is 124 (48.83% from 255 or 67.76% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 59 (23.44% from 255 or 32.24% from 183); Max value from RGB is 124 - color contains mainly: red. Hex color #7C003B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C003B is #83FFC4. Grayscale: #2B2B2B. Windows color (decimal): -8650693 or 3866748. OLE color: 3866748.
HSL color Cylindrical-coordinate representation of color #7C003B: hue angle of 331.45º 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 #7C003B is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 0 | 59 | - |
| CMYK | 0 | 1 | 0.52 | 0.51 |
| HSL | 331.45º | 1% | 0.24% | - |
| HSV(B) | 331.45º | 1% | 0.49% | - |
| XYZ | 9.1 | 4.6 | 4.55 | - |
| YUV | 43.8 | 136.58 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 0 | 59 | 0 | 1 | 0.52 | 0.51 | 331.45 | 1 | 0.24 |
| Hex | 7C | 0 | 3B | 0 | 64 | 34 | 33 | 14B | 64 | 18 |
| Octal | 174 | 0 | 73 | 0 | 144 | 64 | 63 | 513 | 144 | 30 |
| Binary | 1111100 | 0 | 111011 | 0 | 1100100 | 110100 | 110011 | 101001011 | 1100100 | 11000 |
Color Harmonies of #7C003B
Complementary color
Monochromatic Colors of #7C003B
Black with #7C003B
Text Example
Text Example
White with #7C003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C003B; }
p { color: rgb(124,0,59); }
H1.HeaderClassName
{
color: #7C003B;
}
.AnyTagClassName
{
color: #7C003B;
}
</style>
background-color css
<style>
a { background-color: #7C003B; }
a { background-color: rgb(124,0,59); }
div.DivClassName
{
background-color: #7C003B;
}
.BgClassName
{
background-color: #7C003B;
}
</style>
border-color css
<style>
span { border-color: #7C003B; }
span { border-color: rgb(124,0,59); }
td.TdClassName
{
border-color: #7C003B;
}
.TagClassName
{
border-color: #7C003B;
}
</style>