Shades of Tyrian Purple #74063D
Tints of Tyrian Purple #74063D
RGB
CMYK
RGB Variations
Color information
#74063D (or 0x74063D) is known color: Tyrian Purple. HEX triplet: 74, 06 and 3D. RGB value is (116,6,61). Sum of RGB (Red+Green+Blue) = 116+6+61=183 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.39% from 183); Green value is 6 (2.73% from 255 or 3.28% from 183); Blue value is 61 (24.22% from 255 or 33.33% from 183); Max value from RGB is 116 - color contains mainly: red. Hex color #74063D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74063D is #8BF9C2. Grayscale: #2D2D2D. Windows color (decimal): -9173443 or 3999348. OLE color: 3999348.
HSL color Cylindrical-coordinate representation of color #74063D: hue angle of 330º 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 #74063D is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 6 | 61 | - |
| CMYK | 0 | 0.95 | 0.47 | 0.55 |
| HSL | 330º | 0.9% | 0.24% | - |
| HSV(B) | 330º | 0.95% | 0.45% | - |
| XYZ | 8.11 | 4.18 | 4.79 | - |
| YUV | 45.16 | 136.94 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 6 | 61 | 0 | 0.95 | 0.47 | 0.55 | 330 | 0.9 | 0.24 |
| Hex | 74 | 6 | 3D | 0 | 5F | 2F | 37 | 14A | 5A | 18 |
| Octal | 164 | 6 | 75 | 0 | 137 | 57 | 67 | 512 | 132 | 30 |
| Binary | 1110100 | 110 | 111101 | 0 | 1011111 | 101111 | 110111 | 101001010 | 1011010 | 11000 |
Color Harmonies of #74063D
Complementary color
Monochromatic Colors of #74063D
Black with #74063D
Text Example
Text Example
White with #74063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74063D; }
p { color: rgb(116,6,61); }
H1.HeaderClassName
{
color: #74063D;
}
.AnyTagClassName
{
color: #74063D;
}
</style>
background-color css
<style>
a { background-color: #74063D; }
a { background-color: rgb(116,6,61); }
div.DivClassName
{
background-color: #74063D;
}
.BgClassName
{
background-color: #74063D;
}
</style>
border-color css
<style>
span { border-color: #74063D; }
span { border-color: rgb(116,6,61); }
td.TdClassName
{
border-color: #74063D;
}
.TagClassName
{
border-color: #74063D;
}
</style>