Shades of Tyrian Purple #7C033F
Tints of Tyrian Purple #7C033F
RGB
CMYK
RGB Variations
Color information
#7C033F (or 0x7C033F) is known color: Tyrian Purple. HEX triplet: 7C, 03 and 3F. RGB value is (124,3,63). Sum of RGB (Red+Green+Blue) = 124+3+63=190 (25% of max value = 765). Red value is 124 (48.83% from 255 or 65.26% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 63 (25% from 255 or 33.16% from 190); Max value from RGB is 124 - color contains mainly: red. Hex color #7C033F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C033F is #83FCC0. Grayscale: #2D2D2D. Windows color (decimal): -8649921 or 4129660. OLE color: 4129660.
HSL color Cylindrical-coordinate representation of color #7C033F: hue angle of 330.25º 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 #7C033F is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 3 | 63 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.51 |
| HSL | 330.25º | 0.95% | 0.25% | - |
| HSV(B) | 330.25º | 0.98% | 0.49% | - |
| XYZ | 9.24 | 4.71 | 5.12 | - |
| YUV | 46.02 | 137.59 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 3 | 63 | 0 | 0.98 | 0.49 | 0.51 | 330.25 | 0.95 | 0.25 |
| Hex | 7C | 3 | 3F | 0 | 62 | 31 | 33 | 14A | 5F | 19 |
| Octal | 174 | 3 | 77 | 0 | 142 | 61 | 63 | 512 | 137 | 31 |
| Binary | 1111100 | 11 | 111111 | 0 | 1100010 | 110001 | 110011 | 101001010 | 1011111 | 11001 |
Color Harmonies of #7C033F
Complementary color
Monochromatic Colors of #7C033F
Black with #7C033F
Text Example
Text Example
White with #7C033F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C033F; }
p { color: rgb(124,3,63); }
H1.HeaderClassName
{
color: #7C033F;
}
.AnyTagClassName
{
color: #7C033F;
}
</style>
background-color css
<style>
a { background-color: #7C033F; }
a { background-color: rgb(124,3,63); }
div.DivClassName
{
background-color: #7C033F;
}
.BgClassName
{
background-color: #7C033F;
}
</style>
border-color css
<style>
span { border-color: #7C033F; }
span { border-color: rgb(124,3,63); }
td.TdClassName
{
border-color: #7C033F;
}
.TagClassName
{
border-color: #7C033F;
}
</style>