Shades of Tyrian Purple #7C033B
Tints of Tyrian Purple #7C033B
RGB
CMYK
RGB Variations
Color information
#7C033B (or 0x7C033B) is known color: Tyrian Purple. HEX triplet: 7C, 03 and 3B. RGB value is (124,3,59). Sum of RGB (Red+Green+Blue) = 124+3+59=186 (24% of max value = 765). Red value is 124 (48.83% from 255 or 66.67% from 186); Green value is 3 (1.56% from 255 or 1.61% from 186); Blue value is 59 (23.44% from 255 or 31.72% from 186); Max value from RGB is 124 - color contains mainly: red. Hex color #7C033B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C033B is #83FCC4. Grayscale: #2D2D2D. Windows color (decimal): -8649925 or 3867516. OLE color: 3867516.
HSL color Cylindrical-coordinate representation of color #7C033B: hue angle of 332.23º 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 #7C033B is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 3 | 59 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.51 |
| HSL | 332.23º | 0.95% | 0.25% | - |
| HSV(B) | 332.23º | 0.98% | 0.49% | - |
| XYZ | 9.13 | 4.67 | 4.56 | - |
| YUV | 45.56 | 135.59 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 3 | 59 | 0 | 0.98 | 0.52 | 0.51 | 332.23 | 0.95 | 0.25 |
| Hex | 7C | 3 | 3B | 0 | 62 | 34 | 33 | 14C | 5F | 19 |
| Octal | 174 | 3 | 73 | 0 | 142 | 64 | 63 | 514 | 137 | 31 |
| Binary | 1111100 | 11 | 111011 | 0 | 1100010 | 110100 | 110011 | 101001100 | 1011111 | 11001 |
Color Harmonies of #7C033B
Complementary color
Monochromatic Colors of #7C033B
Black with #7C033B
Text Example
Text Example
White with #7C033B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C033B; }
p { color: rgb(124,3,59); }
H1.HeaderClassName
{
color: #7C033B;
}
.AnyTagClassName
{
color: #7C033B;
}
</style>
background-color css
<style>
a { background-color: #7C033B; }
a { background-color: rgb(124,3,59); }
div.DivClassName
{
background-color: #7C033B;
}
.BgClassName
{
background-color: #7C033B;
}
</style>
border-color css
<style>
span { border-color: #7C033B; }
span { border-color: rgb(124,3,59); }
td.TdClassName
{
border-color: #7C033B;
}
.TagClassName
{
border-color: #7C033B;
}
</style>