Shades of Tyrian Purple #740234
Tints of Tyrian Purple #740234
RGB
CMYK
RGB Variations
Color information
#740234 (or 0x740234) is known color: Tyrian Purple. HEX triplet: 74, 02 and 34. RGB value is (116,2,52). Sum of RGB (Red+Green+Blue) = 116+2+52=170 (22% of max value = 765). Red value is 116 (45.70% from 255 or 68.24% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 52 (20.70% from 255 or 30.59% from 170); Max value from RGB is 116 - color contains mainly: red. Hex color #740234 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740234 is #8BFDCB. Grayscale: #292929. Windows color (decimal): -9174476 or 3408500. OLE color: 3408500.
HSL color Cylindrical-coordinate representation of color #740234: hue angle of 333.68º 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 #740234 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 2 | 52 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.55 |
| HSL | 333.68º | 0.97% | 0.23% | - |
| HSV(B) | 333.68º | 0.98% | 0.45% | - |
| XYZ | 7.84 | 4 | 3.61 | - |
| YUV | 41.79 | 133.77 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 2 | 52 | 0 | 0.98 | 0.55 | 0.55 | 333.68 | 0.97 | 0.23 |
| Hex | 74 | 2 | 34 | 0 | 62 | 37 | 37 | 14E | 61 | 17 |
| Octal | 164 | 2 | 64 | 0 | 142 | 67 | 67 | 516 | 141 | 27 |
| Binary | 1110100 | 10 | 110100 | 0 | 1100010 | 110111 | 110111 | 101001110 | 1100001 | 10111 |
Color Harmonies of #740234
Complementary color
Monochromatic Colors of #740234
Black with #740234
Text Example
Text Example
White with #740234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740234; }
p { color: rgb(116,2,52); }
H1.HeaderClassName
{
color: #740234;
}
.AnyTagClassName
{
color: #740234;
}
</style>
background-color css
<style>
a { background-color: #740234; }
a { background-color: rgb(116,2,52); }
div.DivClassName
{
background-color: #740234;
}
.BgClassName
{
background-color: #740234;
}
</style>
border-color css
<style>
span { border-color: #740234; }
span { border-color: rgb(116,2,52); }
td.TdClassName
{
border-color: #740234;
}
.TagClassName
{
border-color: #740234;
}
</style>