Shades of Tyrian Purple #7C024E
Tints of Tyrian Purple #7C024E
RGB
CMYK
RGB Variations
Color information
#7C024E (or 0x7C024E) is known color: Tyrian Purple. HEX triplet: 7C, 02 and 4E. RGB value is (124,2,78). Sum of RGB (Red+Green+Blue) = 124+2+78=204 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.78% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 78 (30.86% from 255 or 38.24% from 204); Max value from RGB is 124 - color contains mainly: red. Hex color #7C024E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C024E is #83FDB1. Grayscale: #2E2E2E. Windows color (decimal): -8650162 or 5112444. OLE color: 5112444.
HSL color Cylindrical-coordinate representation of color #7C024E: hue angle of 322.62º 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 #7C024E is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 2 | 78 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.51 |
| HSL | 322.62º | 0.97% | 0.25% | - |
| HSV(B) | 322.62º | 0.98% | 0.49% | - |
| XYZ | 9.71 | 4.88 | 7.64 | - |
| YUV | 47.14 | 145.42 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 2 | 78 | 0 | 0.98 | 0.37 | 0.51 | 322.62 | 0.97 | 0.25 |
| Hex | 7C | 2 | 4E | 0 | 62 | 25 | 33 | 143 | 61 | 19 |
| Octal | 174 | 2 | 116 | 0 | 142 | 45 | 63 | 503 | 141 | 31 |
| Binary | 1111100 | 10 | 1001110 | 0 | 1100010 | 100101 | 110011 | 101000011 | 1100001 | 11001 |
Color Harmonies of #7C024E
Complementary color
Monochromatic Colors of #7C024E
Black with #7C024E
Text Example
Text Example
White with #7C024E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C024E; }
p { color: rgb(124,2,78); }
H1.HeaderClassName
{
color: #7C024E;
}
.AnyTagClassName
{
color: #7C024E;
}
</style>
background-color css
<style>
a { background-color: #7C024E; }
a { background-color: rgb(124,2,78); }
div.DivClassName
{
background-color: #7C024E;
}
.BgClassName
{
background-color: #7C024E;
}
</style>
border-color css
<style>
span { border-color: #7C024E; }
span { border-color: rgb(124,2,78); }
td.TdClassName
{
border-color: #7C024E;
}
.TagClassName
{
border-color: #7C024E;
}
</style>