Shades of Tyrian Purple #74015A
Tints of Tyrian Purple #74015A
RGB
CMYK
RGB Variations
Color information
#74015A (or 0x74015A) is known color: Tyrian Purple. HEX triplet: 74, 01 and 5A. RGB value is (116,1,90). Sum of RGB (Red+Green+Blue) = 116+1+90=207 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.04% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 90 (35.55% from 255 or 43.48% from 207); Max value from RGB is 116 - color contains mainly: red. Hex color #74015A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74015A is #8BFEA5. Grayscale: #2D2D2D. Windows color (decimal): -9174694 or 5898612. OLE color: 5898612.
HSL color Cylindrical-coordinate representation of color #74015A: hue angle of 313.57º 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 #74015A is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 1 | 90 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.55 |
| HSL | 313.57º | 0.98% | 0.23% | - |
| HSV(B) | 313.57º | 0.99% | 0.45% | - |
| XYZ | 9.06 | 4.47 | 10.06 | - |
| YUV | 45.53 | 153.1 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 1 | 90 | 0 | 0.99 | 0.22 | 0.55 | 313.57 | 0.98 | 0.23 |
| Hex | 74 | 1 | 5A | 0 | 63 | 16 | 37 | 13A | 62 | 17 |
| Octal | 164 | 1 | 132 | 0 | 143 | 26 | 67 | 472 | 142 | 27 |
| Binary | 1110100 | 1 | 1011010 | 0 | 1100011 | 10110 | 110111 | 100111010 | 1100010 | 10111 |
Color Harmonies of #74015A
Complementary color
Monochromatic Colors of #74015A
Black with #74015A
Text Example
Text Example
White with #74015A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74015A; }
p { color: rgb(116,1,90); }
H1.HeaderClassName
{
color: #74015A;
}
.AnyTagClassName
{
color: #74015A;
}
</style>
background-color css
<style>
a { background-color: #74015A; }
a { background-color: rgb(116,1,90); }
div.DivClassName
{
background-color: #74015A;
}
.BgClassName
{
background-color: #74015A;
}
</style>
border-color css
<style>
span { border-color: #74015A; }
span { border-color: rgb(116,1,90); }
td.TdClassName
{
border-color: #74015A;
}
.TagClassName
{
border-color: #74015A;
}
</style>