Shades of Tyrian Purple #74063C
Tints of Tyrian Purple #74063C
RGB
CMYK
RGB Variations
Color information
#74063C (or 0x74063C) is known color: Tyrian Purple. HEX triplet: 74, 06 and 3C. RGB value is (116,6,60). Sum of RGB (Red+Green+Blue) = 116+6+60=182 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.74% from 182); Green value is 6 (2.73% from 255 or 3.30% from 182); Blue value is 60 (23.83% from 255 or 32.97% from 182); Max value from RGB is 116 - color contains mainly: red. Hex color #74063C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74063C is #8BF9C3. Grayscale: #2C2C2C. Windows color (decimal): -9173444 or 3933812. OLE color: 3933812.
HSL color Cylindrical-coordinate representation of color #74063C: hue angle of 330.55º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #74063C is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 6 | 60 | - |
| CMYK | 0 | 0.95 | 0.48 | 0.55 |
| HSL | 330.55º | 0.9% | 0.24% | - |
| HSV(B) | 330.55º | 0.95% | 0.45% | - |
| XYZ | 8.08 | 4.17 | 4.65 | - |
| YUV | 45.05 | 136.44 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 6 | 60 | 0 | 0.95 | 0.48 | 0.55 | 330.55 | 0.9 | 0.24 |
| Hex | 74 | 6 | 3C | 0 | 5F | 30 | 37 | 14B | 5A | 18 |
| Octal | 164 | 6 | 74 | 0 | 137 | 60 | 67 | 513 | 132 | 30 |
| Binary | 1110100 | 110 | 111100 | 0 | 1011111 | 110000 | 110111 | 101001011 | 1011010 | 11000 |
Color Harmonies of #74063C
Complementary color
Monochromatic Colors of #74063C
Black with #74063C
Text Example
Text Example
White with #74063C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74063C; }
p { color: rgb(116,6,60); }
H1.HeaderClassName
{
color: #74063C;
}
.AnyTagClassName
{
color: #74063C;
}
</style>
background-color css
<style>
a { background-color: #74063C; }
a { background-color: rgb(116,6,60); }
div.DivClassName
{
background-color: #74063C;
}
.BgClassName
{
background-color: #74063C;
}
</style>
border-color css
<style>
span { border-color: #74063C; }
span { border-color: rgb(116,6,60); }
td.TdClassName
{
border-color: #74063C;
}
.TagClassName
{
border-color: #74063C;
}
</style>