Shades of Tyrian Purple #74013C
Tints of Tyrian Purple #74013C
RGB
CMYK
RGB Variations
Color information
#74013C (or 0x74013C) is known color: Tyrian Purple. HEX triplet: 74, 01 and 3C. RGB value is (116,1,60). Sum of RGB (Red+Green+Blue) = 116+1+60=177 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.54% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 60 (23.83% from 255 or 33.90% from 177); Max value from RGB is 116 - color contains mainly: red. Hex color #74013C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74013C is #8BFEC3. Grayscale: #292929. Windows color (decimal): -9174724 or 3932532. OLE color: 3932532.
HSL color Cylindrical-coordinate representation of color #74013C: hue angle of 329.22º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #74013C is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 1 | 60 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.55 |
| HSL | 329.22º | 0.98% | 0.23% | - |
| HSV(B) | 329.22º | 0.99% | 0.45% | - |
| XYZ | 8.03 | 4.06 | 4.64 | - |
| YUV | 42.11 | 138.1 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 1 | 60 | 0 | 0.99 | 0.48 | 0.55 | 329.22 | 0.98 | 0.23 |
| Hex | 74 | 1 | 3C | 0 | 63 | 30 | 37 | 149 | 62 | 17 |
| Octal | 164 | 1 | 74 | 0 | 143 | 60 | 67 | 511 | 142 | 27 |
| Binary | 1110100 | 1 | 111100 | 0 | 1100011 | 110000 | 110111 | 101001001 | 1100010 | 10111 |
Color Harmonies of #74013C
Complementary color
Monochromatic Colors of #74013C
Black with #74013C
Text Example
Text Example
White with #74013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74013C; }
p { color: rgb(116,1,60); }
H1.HeaderClassName
{
color: #74013C;
}
.AnyTagClassName
{
color: #74013C;
}
</style>
background-color css
<style>
a { background-color: #74013C; }
a { background-color: rgb(116,1,60); }
div.DivClassName
{
background-color: #74013C;
}
.BgClassName
{
background-color: #74013C;
}
</style>
border-color css
<style>
span { border-color: #74013C; }
span { border-color: rgb(116,1,60); }
td.TdClassName
{
border-color: #74013C;
}
.TagClassName
{
border-color: #74013C;
}
</style>