Shades of Tyrian Purple #74073B
Tints of Tyrian Purple #74073B
RGB
CMYK
RGB Variations
Color information
#74073B (or 0x74073B) is known color: Tyrian Purple. HEX triplet: 74, 07 and 3B. RGB value is (116,7,59). Sum of RGB (Red+Green+Blue) = 116+7+59=182 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.74% from 182); Green value is 7 (3.12% from 255 or 3.85% from 182); Blue value is 59 (23.44% from 255 or 32.42% from 182); Max value from RGB is 116 - color contains mainly: red. Hex color #74073B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74073B is #8BF8C4. Grayscale: #2D2D2D. Windows color (decimal): -9173189 or 3868532. OLE color: 3868532.
HSL color Cylindrical-coordinate representation of color #74073B: hue angle of 331.38º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #74073B is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 7 | 59 | - |
| CMYK | 0 | 0.94 | 0.49 | 0.55 |
| HSL | 331.38º | 0.89% | 0.24% | - |
| HSV(B) | 331.38º | 0.94% | 0.45% | - |
| XYZ | 8.07 | 4.18 | 4.52 | - |
| YUV | 45.52 | 135.61 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 7 | 59 | 0 | 0.94 | 0.49 | 0.55 | 331.38 | 0.89 | 0.24 |
| Hex | 74 | 7 | 3B | 0 | 5E | 31 | 37 | 14B | 59 | 18 |
| Octal | 164 | 7 | 73 | 0 | 136 | 61 | 67 | 513 | 131 | 30 |
| Binary | 1110100 | 111 | 111011 | 0 | 1011110 | 110001 | 110111 | 101001011 | 1011001 | 11000 |
Color Harmonies of #74073B
Complementary color
Monochromatic Colors of #74073B
Black with #74073B
Text Example
Text Example
White with #74073B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74073B; }
p { color: rgb(116,7,59); }
H1.HeaderClassName
{
color: #74073B;
}
.AnyTagClassName
{
color: #74073B;
}
</style>
background-color css
<style>
a { background-color: #74073B; }
a { background-color: rgb(116,7,59); }
div.DivClassName
{
background-color: #74073B;
}
.BgClassName
{
background-color: #74073B;
}
</style>
border-color css
<style>
span { border-color: #74073B; }
span { border-color: rgb(116,7,59); }
td.TdClassName
{
border-color: #74073B;
}
.TagClassName
{
border-color: #74073B;
}
</style>