Shades of Tyrian Purple #60114A
Tints of Tyrian Purple #60114A
RGB
CMYK
RGB Variations
Color information
#60114A (or 0x60114A) is known color: Tyrian Purple. HEX triplet: 60, 11 and 4A. RGB value is (96,17,74). Sum of RGB (Red+Green+Blue) = 96+17+74=187 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.34% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 74 (29.30% from 255 or 39.57% from 187); Max value from RGB is 96 - color contains mainly: red. Hex color #60114A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60114A is #9FEEB5. Grayscale: #2E2E2E. Windows color (decimal): -10481334 or 4854112. OLE color: 4854112.
HSL color Cylindrical-coordinate representation of color #60114A: hue angle of 316.71º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #60114A is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 17 | 74 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.62 |
| HSL | 316.71º | 0.7% | 0.22% | - |
| HSV(B) | 316.71º | 0.82% | 0.38% | - |
| XYZ | 6.26 | 3.38 | 6.8 | - |
| YUV | 47.12 | 143.17 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 17 | 74 | 0 | 0.82 | 0.23 | 0.62 | 316.71 | 0.7 | 0.22 |
| Hex | 60 | 11 | 4A | 0 | 52 | 17 | 3E | 13D | 46 | 16 |
| Octal | 140 | 21 | 112 | 0 | 122 | 27 | 76 | 475 | 106 | 26 |
| Binary | 1100000 | 10001 | 1001010 | 0 | 1010010 | 10111 | 111110 | 100111101 | 1000110 | 10110 |
Color Harmonies of #60114A
Complementary color
Monochromatic Colors of #60114A
Black with #60114A
Text Example
Text Example
White with #60114A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60114A; }
p { color: rgb(96,17,74); }
H1.HeaderClassName
{
color: #60114A;
}
.AnyTagClassName
{
color: #60114A;
}
</style>
background-color css
<style>
a { background-color: #60114A; }
a { background-color: rgb(96,17,74); }
div.DivClassName
{
background-color: #60114A;
}
.BgClassName
{
background-color: #60114A;
}
</style>
border-color css
<style>
span { border-color: #60114A; }
span { border-color: rgb(96,17,74); }
td.TdClassName
{
border-color: #60114A;
}
.TagClassName
{
border-color: #60114A;
}
</style>