Shades of Tyrian Purple #7C023F
Tints of Tyrian Purple #7C023F
RGB
CMYK
RGB Variations
Color information
#7C023F (or 0x7C023F) is known color: Tyrian Purple. HEX triplet: 7C, 02 and 3F. RGB value is (124,2,63). Sum of RGB (Red+Green+Blue) = 124+2+63=189 (25% of max value = 765). Red value is 124 (48.83% from 255 or 65.61% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 63 (25% from 255 or 33.33% from 189); Max value from RGB is 124 - color contains mainly: red. Hex color #7C023F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C023F is #83FDC0. Grayscale: #2D2D2D. Windows color (decimal): -8650177 or 4129404. OLE color: 4129404.
HSL color Cylindrical-coordinate representation of color #7C023F: hue angle of 330º 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 #7C023F is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 2 | 63 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.51 |
| HSL | 330º | 0.97% | 0.25% | - |
| HSV(B) | 330º | 0.98% | 0.49% | - |
| XYZ | 9.23 | 4.69 | 5.12 | - |
| YUV | 45.43 | 137.92 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 2 | 63 | 0 | 0.98 | 0.49 | 0.51 | 330 | 0.97 | 0.25 |
| Hex | 7C | 2 | 3F | 0 | 62 | 31 | 33 | 14A | 61 | 19 |
| Octal | 174 | 2 | 77 | 0 | 142 | 61 | 63 | 512 | 141 | 31 |
| Binary | 1111100 | 10 | 111111 | 0 | 1100010 | 110001 | 110011 | 101001010 | 1100001 | 11001 |
Color Harmonies of #7C023F
Complementary color
Monochromatic Colors of #7C023F
Black with #7C023F
Text Example
Text Example
White with #7C023F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C023F; }
p { color: rgb(124,2,63); }
H1.HeaderClassName
{
color: #7C023F;
}
.AnyTagClassName
{
color: #7C023F;
}
</style>
background-color css
<style>
a { background-color: #7C023F; }
a { background-color: rgb(124,2,63); }
div.DivClassName
{
background-color: #7C023F;
}
.BgClassName
{
background-color: #7C023F;
}
</style>
border-color css
<style>
span { border-color: #7C023F; }
span { border-color: rgb(124,2,63); }
td.TdClassName
{
border-color: #7C023F;
}
.TagClassName
{
border-color: #7C023F;
}
</style>