Shades of Tyrian Purple #7C0C3D
Tints of Tyrian Purple #7C0C3D
RGB
CMYK
RGB Variations
Color information
#7C0C3D (or 0x7C0C3D) is known color: Tyrian Purple. HEX triplet: 7C, 0C and 3D. RGB value is (124,12,61). Sum of RGB (Red+Green+Blue) = 124+12+61=197 (26% of max value = 765). Red value is 124 (48.83% from 255 or 62.94% from 197); Green value is 12 (5.08% from 255 or 6.09% from 197); Blue value is 61 (24.22% from 255 or 30.96% from 197); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0C3D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0C3D is #83F3C2. Grayscale: #323232. Windows color (decimal): -8647619 or 4000892. OLE color: 4000892.
HSL color Cylindrical-coordinate representation of color #7C0C3D: hue angle of 333.75º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7C0C3D is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 12 | 61 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.51 |
| HSL | 333.75º | 0.82% | 0.27% | - |
| HSV(B) | 333.75º | 0.9% | 0.49% | - |
| XYZ | 9.29 | 4.88 | 4.87 | - |
| YUV | 51.07 | 133.61 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 12 | 61 | 0 | 0.90 | 0.51 | 0.51 | 333.75 | 0.82 | 0.27 |
| Hex | 7C | C | 3D | 0 | 5A | 33 | 33 | 14E | 52 | 1B |
| Octal | 174 | 14 | 75 | 0 | 132 | 63 | 63 | 516 | 122 | 33 |
| Binary | 1111100 | 1100 | 111101 | 0 | 1011010 | 110011 | 110011 | 101001110 | 1010010 | 11011 |
Color Harmonies of #7C0C3D
Complementary color
Monochromatic Colors of #7C0C3D
Black with #7C0C3D
Text Example
Text Example
White with #7C0C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0C3D; }
p { color: rgb(124,12,61); }
H1.HeaderClassName
{
color: #7C0C3D;
}
.AnyTagClassName
{
color: #7C0C3D;
}
</style>
background-color css
<style>
a { background-color: #7C0C3D; }
a { background-color: rgb(124,12,61); }
div.DivClassName
{
background-color: #7C0C3D;
}
.BgClassName
{
background-color: #7C0C3D;
}
</style>
border-color css
<style>
span { border-color: #7C0C3D; }
span { border-color: rgb(124,12,61); }
td.TdClassName
{
border-color: #7C0C3D;
}
.TagClassName
{
border-color: #7C0C3D;
}
</style>