Shades of Tyrian Purple #74093D
Tints of Tyrian Purple #74093D
RGB
CMYK
RGB Variations
Color information
#74093D (or 0x74093D) is known color: Tyrian Purple. HEX triplet: 74, 09 and 3D. RGB value is (116,9,61). Sum of RGB (Red+Green+Blue) = 116+9+61=186 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.37% from 186); Green value is 9 (3.91% from 255 or 4.84% from 186); Blue value is 61 (24.22% from 255 or 32.80% from 186); Max value from RGB is 116 - color contains mainly: red. Hex color #74093D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74093D is #8BF6C2. Grayscale: #2E2E2E. Windows color (decimal): -9172675 or 4000116. OLE color: 4000116.
HSL color Cylindrical-coordinate representation of color #74093D: hue angle of 330.84º 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 #74093D is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 9 | 61 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.55 |
| HSL | 330.84º | 0.86% | 0.25% | - |
| HSV(B) | 330.84º | 0.92% | 0.45% | - |
| XYZ | 8.14 | 4.25 | 4.81 | - |
| YUV | 46.92 | 135.95 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 9 | 61 | 0 | 0.92 | 0.47 | 0.55 | 330.84 | 0.86 | 0.25 |
| Hex | 74 | 9 | 3D | 0 | 5C | 2F | 37 | 14B | 56 | 19 |
| Octal | 164 | 11 | 75 | 0 | 134 | 57 | 67 | 513 | 126 | 31 |
| Binary | 1110100 | 1001 | 111101 | 0 | 1011100 | 101111 | 110111 | 101001011 | 1010110 | 11001 |
Color Harmonies of #74093D
Complementary color
Monochromatic Colors of #74093D
Black with #74093D
Text Example
Text Example
White with #74093D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74093D; }
p { color: rgb(116,9,61); }
H1.HeaderClassName
{
color: #74093D;
}
.AnyTagClassName
{
color: #74093D;
}
</style>
background-color css
<style>
a { background-color: #74093D; }
a { background-color: rgb(116,9,61); }
div.DivClassName
{
background-color: #74093D;
}
.BgClassName
{
background-color: #74093D;
}
</style>
border-color css
<style>
span { border-color: #74093D; }
span { border-color: rgb(116,9,61); }
td.TdClassName
{
border-color: #74093D;
}
.TagClassName
{
border-color: #74093D;
}
</style>