Shades of Tyrian Purple #74045B
Tints of Tyrian Purple #74045B
RGB
CMYK
RGB Variations
Color information
#74045B (or 0x74045B) is known color: Tyrian Purple. HEX triplet: 74, 04 and 5B. RGB value is (116,4,91). Sum of RGB (Red+Green+Blue) = 116+4+91=211 (27% of max value = 765). Red value is 116 (45.70% from 255 or 54.98% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 91 (35.94% from 255 or 43.13% from 211); Max value from RGB is 116 - color contains mainly: red. Hex color #74045B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74045B is #8BFBA4. Grayscale: #2F2F2F. Windows color (decimal): -9173925 or 5964916. OLE color: 5964916.
HSL color Cylindrical-coordinate representation of color #74045B: hue angle of 313.39º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #74045B is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 4 | 91 | - |
| CMYK | 0 | 0.97 | 0.22 | 0.55 |
| HSL | 313.39º | 0.93% | 0.24% | - |
| HSV(B) | 313.39º | 0.97% | 0.45% | - |
| XYZ | 9.13 | 4.56 | 10.3 | - |
| YUV | 47.41 | 152.61 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 4 | 91 | 0 | 0.97 | 0.22 | 0.55 | 313.39 | 0.93 | 0.24 |
| Hex | 74 | 4 | 5B | 0 | 61 | 16 | 37 | 139 | 5D | 18 |
| Octal | 164 | 4 | 133 | 0 | 141 | 26 | 67 | 471 | 135 | 30 |
| Binary | 1110100 | 100 | 1011011 | 0 | 1100001 | 10110 | 110111 | 100111001 | 1011101 | 11000 |
Color Harmonies of #74045B
Complementary color
Monochromatic Colors of #74045B
Black with #74045B
Text Example
Text Example
White with #74045B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74045B; }
p { color: rgb(116,4,91); }
H1.HeaderClassName
{
color: #74045B;
}
.AnyTagClassName
{
color: #74045B;
}
</style>
background-color css
<style>
a { background-color: #74045B; }
a { background-color: rgb(116,4,91); }
div.DivClassName
{
background-color: #74045B;
}
.BgClassName
{
background-color: #74045B;
}
</style>
border-color css
<style>
span { border-color: #74045B; }
span { border-color: rgb(116,4,91); }
td.TdClassName
{
border-color: #74045B;
}
.TagClassName
{
border-color: #74045B;
}
</style>