Shades of Tyrian Purple #74094F
Tints of Tyrian Purple #74094F
RGB
CMYK
RGB Variations
Color information
#74094F (or 0x74094F) is known color: Tyrian Purple. HEX triplet: 74, 09 and 4F. RGB value is (116,9,79). Sum of RGB (Red+Green+Blue) = 116+9+79=204 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.86% from 204); Green value is 9 (3.91% from 255 or 4.41% from 204); Blue value is 79 (31.25% from 255 or 38.73% from 204); Max value from RGB is 116 - color contains mainly: red. Hex color #74094F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74094F is #8BF6B0. Grayscale: #303030. Windows color (decimal): -9172657 or 5179764. OLE color: 5179764.
HSL color Cylindrical-coordinate representation of color #74094F: hue angle of 320.75º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #74094F is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 9 | 79 | - |
| CMYK | 0 | 0.92 | 0.32 | 0.55 |
| HSL | 320.75º | 0.86% | 0.25% | - |
| HSV(B) | 320.75º | 0.92% | 0.45% | - |
| XYZ | 8.71 | 4.47 | 7.8 | - |
| YUV | 48.97 | 144.95 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 9 | 79 | 0 | 0.92 | 0.32 | 0.55 | 320.75 | 0.86 | 0.25 |
| Hex | 74 | 9 | 4F | 0 | 5C | 20 | 37 | 141 | 56 | 19 |
| Octal | 164 | 11 | 117 | 0 | 134 | 40 | 67 | 501 | 126 | 31 |
| Binary | 1110100 | 1001 | 1001111 | 0 | 1011100 | 100000 | 110111 | 101000001 | 1010110 | 11001 |
Color Harmonies of #74094F
Complementary color
Monochromatic Colors of #74094F
Black with #74094F
Text Example
Text Example
White with #74094F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74094F; }
p { color: rgb(116,9,79); }
H1.HeaderClassName
{
color: #74094F;
}
.AnyTagClassName
{
color: #74094F;
}
</style>
background-color css
<style>
a { background-color: #74094F; }
a { background-color: rgb(116,9,79); }
div.DivClassName
{
background-color: #74094F;
}
.BgClassName
{
background-color: #74094F;
}
</style>
border-color css
<style>
span { border-color: #74094F; }
span { border-color: rgb(116,9,79); }
td.TdClassName
{
border-color: #74094F;
}
.TagClassName
{
border-color: #74094F;
}
</style>