Shades of Tyrian Purple #7C034C
Tints of Tyrian Purple #7C034C
RGB
CMYK
RGB Variations
Color information
#7C034C (or 0x7C034C) is known color: Tyrian Purple. HEX triplet: 7C, 03 and 4C. RGB value is (124,3,76). Sum of RGB (Red+Green+Blue) = 124+3+76=203 (26% of max value = 765). Red value is 124 (48.83% from 255 or 61.08% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 76 (30.08% from 255 or 37.44% from 203); Max value from RGB is 124 - color contains mainly: red. Hex color #7C034C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C034C is #83FCB3. Grayscale: #2F2F2F. Windows color (decimal): -8649908 or 4981628. OLE color: 4981628.
HSL color Cylindrical-coordinate representation of color #7C034C: hue angle of 323.8º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7C034C is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 3 | 76 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.51 |
| HSL | 323.8º | 0.95% | 0.25% | - |
| HSV(B) | 323.8º | 0.98% | 0.49% | - |
| XYZ | 9.65 | 4.87 | 7.27 | - |
| YUV | 47.5 | 144.09 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 3 | 76 | 0 | 0.98 | 0.39 | 0.51 | 323.8 | 0.95 | 0.25 |
| Hex | 7C | 3 | 4C | 0 | 62 | 27 | 33 | 144 | 5F | 19 |
| Octal | 174 | 3 | 114 | 0 | 142 | 47 | 63 | 504 | 137 | 31 |
| Binary | 1111100 | 11 | 1001100 | 0 | 1100010 | 100111 | 110011 | 101000100 | 1011111 | 11001 |
Color Harmonies of #7C034C
Complementary color
Monochromatic Colors of #7C034C
Black with #7C034C
Text Example
Text Example
White with #7C034C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C034C; }
p { color: rgb(124,3,76); }
H1.HeaderClassName
{
color: #7C034C;
}
.AnyTagClassName
{
color: #7C034C;
}
</style>
background-color css
<style>
a { background-color: #7C034C; }
a { background-color: rgb(124,3,76); }
div.DivClassName
{
background-color: #7C034C;
}
.BgClassName
{
background-color: #7C034C;
}
</style>
border-color css
<style>
span { border-color: #7C034C; }
span { border-color: rgb(124,3,76); }
td.TdClassName
{
border-color: #7C034C;
}
.TagClassName
{
border-color: #7C034C;
}
</style>