Shades of Tyrian Purple #7C023E
Tints of Tyrian Purple #7C023E
RGB
CMYK
RGB Variations
Color information
#7C023E (or 0x7C023E) is known color: Tyrian Purple. HEX triplet: 7C, 02 and 3E. RGB value is (124,2,62). Sum of RGB (Red+Green+Blue) = 124+2+62=188 (24% of max value = 765). Red value is 124 (48.83% from 255 or 65.96% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 62 (24.61% from 255 or 32.98% from 188); Max value from RGB is 124 - color contains mainly: red. Hex color #7C023E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C023E is #83FDC1. Grayscale: #2D2D2D. Windows color (decimal): -8650178 or 4063868. OLE color: 4063868.
HSL color Cylindrical-coordinate representation of color #7C023E: hue angle of 330.49º degrees, saturation: 0.97, 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 #7C023E is Cyan = 0, Magento = 0.98, Yellow = 0.5 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 2 | 62 | - |
| CMYK | 0 | 0.98 | 0.5 | 0.51 |
| HSL | 330.49º | 0.97% | 0.25% | - |
| HSV(B) | 330.49º | 0.98% | 0.49% | - |
| XYZ | 9.2 | 4.68 | 4.97 | - |
| YUV | 45.32 | 137.42 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 2 | 62 | 0 | 0.98 | 0.5 | 0.51 | 330.49 | 0.97 | 0.25 |
| Hex | 7C | 2 | 3E | 0 | 62 | 32 | 33 | 14A | 61 | 19 |
| Octal | 174 | 2 | 76 | 0 | 142 | 62 | 63 | 512 | 141 | 31 |
| Binary | 1111100 | 10 | 111110 | 0 | 1100010 | 110010 | 110011 | 101001010 | 1100001 | 11001 |
Color Harmonies of #7C023E
Complementary color
Monochromatic Colors of #7C023E
Black with #7C023E
Text Example
Text Example
White with #7C023E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C023E; }
p { color: rgb(124,2,62); }
H1.HeaderClassName
{
color: #7C023E;
}
.AnyTagClassName
{
color: #7C023E;
}
</style>
background-color css
<style>
a { background-color: #7C023E; }
a { background-color: rgb(124,2,62); }
div.DivClassName
{
background-color: #7C023E;
}
.BgClassName
{
background-color: #7C023E;
}
</style>
border-color css
<style>
span { border-color: #7C023E; }
span { border-color: rgb(124,2,62); }
td.TdClassName
{
border-color: #7C023E;
}
.TagClassName
{
border-color: #7C023E;
}
</style>