Shades of Tyrian Purple #74015B
Tints of Tyrian Purple #74015B
RGB
CMYK
RGB Variations
Color information
#74015B (or 0x74015B) is known color: Tyrian Purple. HEX triplet: 74, 01 and 5B. RGB value is (116,1,91). Sum of RGB (Red+Green+Blue) = 116+1+91=208 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.77% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 91 (35.94% from 255 or 43.75% from 208); Max value from RGB is 116 - color contains mainly: red. Hex color #74015B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74015B is #8BFEA4. Grayscale: #2D2D2D. Windows color (decimal): -9174693 or 5964148. OLE color: 5964148.
HSL color Cylindrical-coordinate representation of color #74015B: hue angle of 313.04º 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 #74015B is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 1 | 91 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.55 |
| HSL | 313.04º | 0.98% | 0.23% | - |
| HSV(B) | 313.04º | 0.99% | 0.45% | - |
| XYZ | 9.1 | 4.49 | 10.28 | - |
| YUV | 45.65 | 153.6 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 1 | 91 | 0 | 0.99 | 0.22 | 0.55 | 313.04 | 0.98 | 0.23 |
| Hex | 74 | 1 | 5B | 0 | 63 | 16 | 37 | 139 | 62 | 17 |
| Octal | 164 | 1 | 133 | 0 | 143 | 26 | 67 | 471 | 142 | 27 |
| Binary | 1110100 | 1 | 1011011 | 0 | 1100011 | 10110 | 110111 | 100111001 | 1100010 | 10111 |
Color Harmonies of #74015B
Complementary color
Monochromatic Colors of #74015B
Black with #74015B
Text Example
Text Example
White with #74015B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74015B; }
p { color: rgb(116,1,91); }
H1.HeaderClassName
{
color: #74015B;
}
.AnyTagClassName
{
color: #74015B;
}
</style>
background-color css
<style>
a { background-color: #74015B; }
a { background-color: rgb(116,1,91); }
div.DivClassName
{
background-color: #74015B;
}
.BgClassName
{
background-color: #74015B;
}
</style>
border-color css
<style>
span { border-color: #74015B; }
span { border-color: rgb(116,1,91); }
td.TdClassName
{
border-color: #74015B;
}
.TagClassName
{
border-color: #74015B;
}
</style>