Shades of Tyrian Purple #601145
Tints of Tyrian Purple #601145
RGB
CMYK
RGB Variations
Color information
#601145 (or 0x601145) is known color: Tyrian Purple. HEX triplet: 60, 11 and 45. RGB value is (96,17,69). Sum of RGB (Red+Green+Blue) = 96+17+69=182 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.75% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 69 (27.34% from 255 or 37.91% from 182); Max value from RGB is 96 - color contains mainly: red. Hex color #601145 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601145 is #9FEEBA. Grayscale: #2E2E2E. Windows color (decimal): -10481339 or 4526432. OLE color: 4526432.
HSL color Cylindrical-coordinate representation of color #601145: hue angle of 320.51º 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 #601145 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 17 | 69 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.62 |
| HSL | 320.51º | 0.7% | 0.22% | - |
| HSV(B) | 320.51º | 0.82% | 0.38% | - |
| XYZ | 6.1 | 3.32 | 5.95 | - |
| YUV | 46.55 | 140.67 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 17 | 69 | 0 | 0.82 | 0.28 | 0.62 | 320.51 | 0.7 | 0.22 |
| Hex | 60 | 11 | 45 | 0 | 52 | 1C | 3E | 141 | 46 | 16 |
| Octal | 140 | 21 | 105 | 0 | 122 | 34 | 76 | 501 | 106 | 26 |
| Binary | 1100000 | 10001 | 1000101 | 0 | 1010010 | 11100 | 111110 | 101000001 | 1000110 | 10110 |
Color Harmonies of #601145
Complementary color
Monochromatic Colors of #601145
Black with #601145
Text Example
Text Example
White with #601145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601145; }
p { color: rgb(96,17,69); }
H1.HeaderClassName
{
color: #601145;
}
.AnyTagClassName
{
color: #601145;
}
</style>
background-color css
<style>
a { background-color: #601145; }
a { background-color: rgb(96,17,69); }
div.DivClassName
{
background-color: #601145;
}
.BgClassName
{
background-color: #601145;
}
</style>
border-color css
<style>
span { border-color: #601145; }
span { border-color: rgb(96,17,69); }
td.TdClassName
{
border-color: #601145;
}
.TagClassName
{
border-color: #601145;
}
</style>