Shades of Tyrian Purple #74024E
Tints of Tyrian Purple #74024E
RGB
CMYK
RGB Variations
Color information
#74024E (or 0x74024E) is known color: Tyrian Purple. HEX triplet: 74, 02 and 4E. RGB value is (116,2,78). Sum of RGB (Red+Green+Blue) = 116+2+78=196 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.18% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 78 (30.86% from 255 or 39.80% from 196); Max value from RGB is 116 - color contains mainly: red. Hex color #74024E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74024E is #8BFDB1. Grayscale: #2C2C2C. Windows color (decimal): -9174450 or 5112436. OLE color: 5112436.
HSL color Cylindrical-coordinate representation of color #74024E: hue angle of 320º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #74024E is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 2 | 78 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.55 |
| HSL | 320º | 0.97% | 0.23% | - |
| HSV(B) | 320º | 0.98% | 0.45% | - |
| XYZ | 8.6 | 4.31 | 7.59 | - |
| YUV | 44.75 | 146.77 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 2 | 78 | 0 | 0.98 | 0.33 | 0.55 | 320 | 0.97 | 0.23 |
| Hex | 74 | 2 | 4E | 0 | 62 | 21 | 37 | 140 | 61 | 17 |
| Octal | 164 | 2 | 116 | 0 | 142 | 41 | 67 | 500 | 141 | 27 |
| Binary | 1110100 | 10 | 1001110 | 0 | 1100010 | 100001 | 110111 | 101000000 | 1100001 | 10111 |
Color Harmonies of #74024E
Complementary color
Monochromatic Colors of #74024E
Black with #74024E
Text Example
Text Example
White with #74024E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74024E; }
p { color: rgb(116,2,78); }
H1.HeaderClassName
{
color: #74024E;
}
.AnyTagClassName
{
color: #74024E;
}
</style>
background-color css
<style>
a { background-color: #74024E; }
a { background-color: rgb(116,2,78); }
div.DivClassName
{
background-color: #74024E;
}
.BgClassName
{
background-color: #74024E;
}
</style>
border-color css
<style>
span { border-color: #74024E; }
span { border-color: rgb(116,2,78); }
td.TdClassName
{
border-color: #74024E;
}
.TagClassName
{
border-color: #74024E;
}
</style>