Shades of Tyrian Purple #60113A
Tints of Tyrian Purple #60113A
RGB
CMYK
RGB Variations
Color information
#60113A (or 0x60113A) is known color: Tyrian Purple. HEX triplet: 60, 11 and 3A. RGB value is (96,17,58). Sum of RGB (Red+Green+Blue) = 96+17+58=171 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.14% from 171); Green value is 17 (7.03% from 255 or 9.94% from 171); Blue value is 58 (23.05% from 255 or 33.92% from 171); Max value from RGB is 96 - color contains mainly: red. Hex color #60113A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60113A is #9FEEC5. Grayscale: #2D2D2D. Windows color (decimal): -10481350 or 3805536. OLE color: 3805536.
HSL color Cylindrical-coordinate representation of color #60113A: hue angle of 328.86º 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 #60113A is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 17 | 58 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.62 |
| HSL | 328.86º | 0.7% | 0.22% | - |
| HSV(B) | 328.86º | 0.82% | 0.38% | - |
| XYZ | 5.79 | 3.19 | 4.31 | - |
| YUV | 45.3 | 135.17 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 17 | 58 | 0 | 0.82 | 0.40 | 0.62 | 328.86 | 0.7 | 0.22 |
| Hex | 60 | 11 | 3A | 0 | 52 | 28 | 3E | 149 | 46 | 16 |
| Octal | 140 | 21 | 72 | 0 | 122 | 50 | 76 | 511 | 106 | 26 |
| Binary | 1100000 | 10001 | 111010 | 0 | 1010010 | 101000 | 111110 | 101001001 | 1000110 | 10110 |
Color Harmonies of #60113A
Complementary color
Monochromatic Colors of #60113A
Black with #60113A
Text Example
Text Example
White with #60113A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60113A; }
p { color: rgb(96,17,58); }
H1.HeaderClassName
{
color: #60113A;
}
.AnyTagClassName
{
color: #60113A;
}
</style>
background-color css
<style>
a { background-color: #60113A; }
a { background-color: rgb(96,17,58); }
div.DivClassName
{
background-color: #60113A;
}
.BgClassName
{
background-color: #60113A;
}
</style>
border-color css
<style>
span { border-color: #60113A; }
span { border-color: rgb(96,17,58); }
td.TdClassName
{
border-color: #60113A;
}
.TagClassName
{
border-color: #60113A;
}
</style>