Shades of Tyrian Purple #74055B
Tints of Tyrian Purple #74055B
RGB
CMYK
RGB Variations
Color information
#74055B (or 0x74055B) is known color: Tyrian Purple. HEX triplet: 74, 05 and 5B. RGB value is (116,5,91). Sum of RGB (Red+Green+Blue) = 116+5+91=212 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.72% from 212); Green value is 5 (2.34% from 255 or 2.36% from 212); Blue value is 91 (35.94% from 255 or 42.92% from 212); Max value from RGB is 116 - color contains mainly: red. Hex color #74055B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74055B is #8BFAA4. Grayscale: #2F2F2F. Windows color (decimal): -9173669 or 5965172. OLE color: 5965172.
HSL color Cylindrical-coordinate representation of color #74055B: hue angle of 313.51º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #74055B is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 5 | 91 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.55 |
| HSL | 313.51º | 0.92% | 0.24% | - |
| HSV(B) | 313.51º | 0.96% | 0.45% | - |
| XYZ | 9.15 | 4.58 | 10.3 | - |
| YUV | 47.99 | 152.27 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 5 | 91 | 0 | 0.96 | 0.22 | 0.55 | 313.51 | 0.92 | 0.24 |
| Hex | 74 | 5 | 5B | 0 | 60 | 16 | 37 | 13A | 5C | 18 |
| Octal | 164 | 5 | 133 | 0 | 140 | 26 | 67 | 472 | 134 | 30 |
| Binary | 1110100 | 101 | 1011011 | 0 | 1100000 | 10110 | 110111 | 100111010 | 1011100 | 11000 |
Color Harmonies of #74055B
Complementary color
Monochromatic Colors of #74055B
Black with #74055B
Text Example
Text Example
White with #74055B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74055B; }
p { color: rgb(116,5,91); }
H1.HeaderClassName
{
color: #74055B;
}
.AnyTagClassName
{
color: #74055B;
}
</style>
background-color css
<style>
a { background-color: #74055B; }
a { background-color: rgb(116,5,91); }
div.DivClassName
{
background-color: #74055B;
}
.BgClassName
{
background-color: #74055B;
}
</style>
border-color css
<style>
span { border-color: #74055B; }
span { border-color: rgb(116,5,91); }
td.TdClassName
{
border-color: #74055B;
}
.TagClassName
{
border-color: #74055B;
}
</style>