Shades of Tyrian Purple #74003B
Tints of Tyrian Purple #74003B
RGB
CMYK
RGB Variations
Color information
#74003B (or 0x74003B) is known color: Tyrian Purple. HEX triplet: 74, 00 and 3B. RGB value is (116,0,59). Sum of RGB (Red+Green+Blue) = 116+0+59=175 (23% of max value = 765). Red value is 116 (45.70% from 255 or 66.29% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 59 (23.44% from 255 or 33.71% from 175); Max value from RGB is 116 - color contains mainly: red. Hex color #74003B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74003B is #8BFFC4. Grayscale: #292929. Windows color (decimal): -9174981 or 3866740. OLE color: 3866740.
HSL color Cylindrical-coordinate representation of color #74003B: hue angle of 329.48º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #74003B is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 0 | 59 | - |
| CMYK | 0 | 1 | 0.49 | 0.55 |
| HSL | 329.48º | 1% | 0.23% | - |
| HSV(B) | 329.48º | 1% | 0.45% | - |
| XYZ | 7.99 | 4.03 | 4.49 | - |
| YUV | 41.41 | 137.93 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 0 | 59 | 0 | 1 | 0.49 | 0.55 | 329.48 | 1 | 0.23 |
| Hex | 74 | 0 | 3B | 0 | 64 | 31 | 37 | 149 | 64 | 17 |
| Octal | 164 | 0 | 73 | 0 | 144 | 61 | 67 | 511 | 144 | 27 |
| Binary | 1110100 | 0 | 111011 | 0 | 1100100 | 110001 | 110111 | 101001001 | 1100100 | 10111 |
Color Harmonies of #74003B
Complementary color
Monochromatic Colors of #74003B
Black with #74003B
Text Example
Text Example
White with #74003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74003B; }
p { color: rgb(116,0,59); }
H1.HeaderClassName
{
color: #74003B;
}
.AnyTagClassName
{
color: #74003B;
}
</style>
background-color css
<style>
a { background-color: #74003B; }
a { background-color: rgb(116,0,59); }
div.DivClassName
{
background-color: #74003B;
}
.BgClassName
{
background-color: #74003B;
}
</style>
border-color css
<style>
span { border-color: #74003B; }
span { border-color: rgb(116,0,59); }
td.TdClassName
{
border-color: #74003B;
}
.TagClassName
{
border-color: #74003B;
}
</style>