Shades of Tyrian Purple #601141
Tints of Tyrian Purple #601141
RGB
CMYK
RGB Variations
Color information
#601141 (or 0x601141) is known color: Tyrian Purple. HEX triplet: 60, 11 and 41. RGB value is (96,17,65). Sum of RGB (Red+Green+Blue) = 96+17+65=178 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.93% from 178); Green value is 17 (7.03% from 255 or 9.55% from 178); Blue value is 65 (25.78% from 255 or 36.52% from 178); Max value from RGB is 96 - color contains mainly: red. Hex color #601141 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601141 is #9FEEBE. Grayscale: #2D2D2D. Windows color (decimal): -10481343 or 4264288. OLE color: 4264288.
HSL color Cylindrical-coordinate representation of color #601141: hue angle of 323.54º 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 #601141 is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 17 | 65 | - |
| CMYK | 0 | 0.82 | 0.32 | 0.62 |
| HSL | 323.54º | 0.7% | 0.22% | - |
| HSV(B) | 323.54º | 0.82% | 0.38% | - |
| XYZ | 5.98 | 3.27 | 5.32 | - |
| YUV | 46.09 | 138.67 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 17 | 65 | 0 | 0.82 | 0.32 | 0.62 | 323.54 | 0.7 | 0.22 |
| Hex | 60 | 11 | 41 | 0 | 52 | 20 | 3E | 144 | 46 | 16 |
| Octal | 140 | 21 | 101 | 0 | 122 | 40 | 76 | 504 | 106 | 26 |
| Binary | 1100000 | 10001 | 1000001 | 0 | 1010010 | 100000 | 111110 | 101000100 | 1000110 | 10110 |
Color Harmonies of #601141
Complementary color
Monochromatic Colors of #601141
Black with #601141
Text Example
Text Example
White with #601141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601141; }
p { color: rgb(96,17,65); }
H1.HeaderClassName
{
color: #601141;
}
.AnyTagClassName
{
color: #601141;
}
</style>
background-color css
<style>
a { background-color: #601141; }
a { background-color: rgb(96,17,65); }
div.DivClassName
{
background-color: #601141;
}
.BgClassName
{
background-color: #601141;
}
</style>
border-color css
<style>
span { border-color: #601141; }
span { border-color: rgb(96,17,65); }
td.TdClassName
{
border-color: #601141;
}
.TagClassName
{
border-color: #601141;
}
</style>