Shades of Tyrian Purple #60114C
Tints of Tyrian Purple #60114C
RGB
CMYK
RGB Variations
Color information
#60114C (or 0x60114C) is known color: Tyrian Purple. HEX triplet: 60, 11 and 4C. RGB value is (96,17,76). Sum of RGB (Red+Green+Blue) = 96+17+76=189 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.79% from 189); Green value is 17 (7.03% from 255 or 8.99% from 189); Blue value is 76 (30.08% from 255 or 40.21% from 189); Max value from RGB is 96 - color contains mainly: red. Hex color #60114C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60114C is #9FEEB3. Grayscale: #2F2F2F. Windows color (decimal): -10481332 or 4985184. OLE color: 4985184.
HSL color Cylindrical-coordinate representation of color #60114C: hue angle of 315.19º 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 #60114C is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 17 | 76 | - |
| CMYK | 0 | 0.82 | 0.21 | 0.62 |
| HSL | 315.19º | 0.7% | 0.22% | - |
| HSV(B) | 315.19º | 0.82% | 0.38% | - |
| XYZ | 6.33 | 3.41 | 7.16 | - |
| YUV | 47.35 | 144.17 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 17 | 76 | 0 | 0.82 | 0.21 | 0.62 | 315.19 | 0.7 | 0.22 |
| Hex | 60 | 11 | 4C | 0 | 52 | 15 | 3E | 13B | 46 | 16 |
| Octal | 140 | 21 | 114 | 0 | 122 | 25 | 76 | 473 | 106 | 26 |
| Binary | 1100000 | 10001 | 1001100 | 0 | 1010010 | 10101 | 111110 | 100111011 | 1000110 | 10110 |
Color Harmonies of #60114C
Complementary color
Monochromatic Colors of #60114C
Black with #60114C
Text Example
Text Example
White with #60114C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60114C; }
p { color: rgb(96,17,76); }
H1.HeaderClassName
{
color: #60114C;
}
.AnyTagClassName
{
color: #60114C;
}
</style>
background-color css
<style>
a { background-color: #60114C; }
a { background-color: rgb(96,17,76); }
div.DivClassName
{
background-color: #60114C;
}
.BgClassName
{
background-color: #60114C;
}
</style>
border-color css
<style>
span { border-color: #60114C; }
span { border-color: rgb(96,17,76); }
td.TdClassName
{
border-color: #60114C;
}
.TagClassName
{
border-color: #60114C;
}
</style>