Shades of Tyrian Purple #74033D
Tints of Tyrian Purple #74033D
RGB
CMYK
RGB Variations
Color information
#74033D (or 0x74033D) is known color: Tyrian Purple. HEX triplet: 74, 03 and 3D. RGB value is (116,3,61). Sum of RGB (Red+Green+Blue) = 116+3+61=180 (23% of max value = 765). Red value is 116 (45.70% from 255 or 64.44% from 180); Green value is 3 (1.56% from 255 or 1.67% from 180); Blue value is 61 (24.22% from 255 or 33.89% from 180); Max value from RGB is 116 - color contains mainly: red. Hex color #74033D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74033D is #8BFCC2. Grayscale: #2B2B2B. Windows color (decimal): -9174211 or 3998580. OLE color: 3998580.
HSL color Cylindrical-coordinate representation of color #74033D: hue angle of 329.2º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #74033D is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 3 | 61 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.55 |
| HSL | 329.2º | 0.95% | 0.23% | - |
| HSV(B) | 329.2º | 0.97% | 0.45% | - |
| XYZ | 8.08 | 4.12 | 4.78 | - |
| YUV | 43.4 | 137.94 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 3 | 61 | 0 | 0.97 | 0.47 | 0.55 | 329.2 | 0.95 | 0.23 |
| Hex | 74 | 3 | 3D | 0 | 61 | 2F | 37 | 149 | 5F | 17 |
| Octal | 164 | 3 | 75 | 0 | 141 | 57 | 67 | 511 | 137 | 27 |
| Binary | 1110100 | 11 | 111101 | 0 | 1100001 | 101111 | 110111 | 101001001 | 1011111 | 10111 |
Color Harmonies of #74033D
Complementary color
Monochromatic Colors of #74033D
Black with #74033D
Text Example
Text Example
White with #74033D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74033D; }
p { color: rgb(116,3,61); }
H1.HeaderClassName
{
color: #74033D;
}
.AnyTagClassName
{
color: #74033D;
}
</style>
background-color css
<style>
a { background-color: #74033D; }
a { background-color: rgb(116,3,61); }
div.DivClassName
{
background-color: #74033D;
}
.BgClassName
{
background-color: #74033D;
}
</style>
border-color css
<style>
span { border-color: #74033D; }
span { border-color: rgb(116,3,61); }
td.TdClassName
{
border-color: #74033D;
}
.TagClassName
{
border-color: #74033D;
}
</style>