Shades of Tyrian Purple #740933
Tints of Tyrian Purple #740933
RGB
CMYK
RGB Variations
Color information
#740933 (or 0x740933) is known color: Tyrian Purple. HEX triplet: 74, 09 and 33. RGB value is (116,9,51). Sum of RGB (Red+Green+Blue) = 116+9+51=176 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.91% from 176); Green value is 9 (3.91% from 255 or 5.11% from 176); Blue value is 51 (20.31% from 255 or 28.98% from 176); Max value from RGB is 116 - color contains mainly: red. Hex color #740933 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740933 is #8BF6CC. Grayscale: #2D2D2D. Windows color (decimal): -9172685 or 3344756. OLE color: 3344756.
HSL color Cylindrical-coordinate representation of color #740933: hue angle of 336.45º 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 #740933 is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 9 | 51 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.55 |
| HSL | 336.45º | 0.86% | 0.25% | - |
| HSV(B) | 336.45º | 0.92% | 0.45% | - |
| XYZ | 7.9 | 4.15 | 3.52 | - |
| YUV | 45.78 | 130.95 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 9 | 51 | 0 | 0.92 | 0.56 | 0.55 | 336.45 | 0.86 | 0.25 |
| Hex | 74 | 9 | 33 | 0 | 5C | 38 | 37 | 150 | 56 | 19 |
| Octal | 164 | 11 | 63 | 0 | 134 | 70 | 67 | 520 | 126 | 31 |
| Binary | 1110100 | 1001 | 110011 | 0 | 1011100 | 111000 | 110111 | 101010000 | 1010110 | 11001 |
Color Harmonies of #740933
Complementary color
Monochromatic Colors of #740933
Black with #740933
Text Example
Text Example
White with #740933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740933; }
p { color: rgb(116,9,51); }
H1.HeaderClassName
{
color: #740933;
}
.AnyTagClassName
{
color: #740933;
}
</style>
background-color css
<style>
a { background-color: #740933; }
a { background-color: rgb(116,9,51); }
div.DivClassName
{
background-color: #740933;
}
.BgClassName
{
background-color: #740933;
}
</style>
border-color css
<style>
span { border-color: #740933; }
span { border-color: rgb(116,9,51); }
td.TdClassName
{
border-color: #740933;
}
.TagClassName
{
border-color: #740933;
}
</style>