Shades of Tyrian Purple #601139
Tints of Tyrian Purple #601139
RGB
CMYK
RGB Variations
Color information
#601139 (or 0x601139) is known color: Tyrian Purple. HEX triplet: 60, 11 and 39. RGB value is (96,17,57). Sum of RGB (Red+Green+Blue) = 96+17+57=170 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.47% from 170); Green value is 17 (7.03% from 255 or 10% from 170); Blue value is 57 (22.66% from 255 or 33.53% from 170); Max value from RGB is 96 - color contains mainly: red. Hex color #601139 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601139 is #9FEEC6. Grayscale: #2D2D2D. Windows color (decimal): -10481351 or 3740000. OLE color: 3740000.
HSL color Cylindrical-coordinate representation of color #601139: hue angle of 329.62º 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 #601139 is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 17 | 57 | - |
| CMYK | 0 | 0.82 | 0.41 | 0.62 |
| HSL | 329.62º | 0.7% | 0.22% | - |
| HSV(B) | 329.62º | 0.82% | 0.38% | - |
| XYZ | 5.76 | 3.18 | 4.18 | - |
| YUV | 45.18 | 134.67 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 17 | 57 | 0 | 0.82 | 0.41 | 0.62 | 329.62 | 0.7 | 0.22 |
| Hex | 60 | 11 | 39 | 0 | 52 | 29 | 3E | 14A | 46 | 16 |
| Octal | 140 | 21 | 71 | 0 | 122 | 51 | 76 | 512 | 106 | 26 |
| Binary | 1100000 | 10001 | 111001 | 0 | 1010010 | 101001 | 111110 | 101001010 | 1000110 | 10110 |
Color Harmonies of #601139
Complementary color
Monochromatic Colors of #601139
Black with #601139
Text Example
Text Example
White with #601139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601139; }
p { color: rgb(96,17,57); }
H1.HeaderClassName
{
color: #601139;
}
.AnyTagClassName
{
color: #601139;
}
</style>
background-color css
<style>
a { background-color: #601139; }
a { background-color: rgb(96,17,57); }
div.DivClassName
{
background-color: #601139;
}
.BgClassName
{
background-color: #601139;
}
</style>
border-color css
<style>
span { border-color: #601139; }
span { border-color: rgb(96,17,57); }
td.TdClassName
{
border-color: #601139;
}
.TagClassName
{
border-color: #601139;
}
</style>