Shades of Tyrian Purple #601241
Tints of Tyrian Purple #601241
RGB
CMYK
RGB Variations
Color information
#601241 (or 0x601241) is known color: Tyrian Purple. HEX triplet: 60, 12 and 41. RGB value is (96,18,65). Sum of RGB (Red+Green+Blue) = 96+18+65=179 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.63% from 179); Green value is 18 (7.42% from 255 or 10.06% from 179); Blue value is 65 (25.78% from 255 or 36.31% from 179); Max value from RGB is 96 - color contains mainly: red. Hex color #601241 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601241 is #9FEDBE. Grayscale: #2E2E2E. Windows color (decimal): -10481087 or 4264544. OLE color: 4264544.
HSL color Cylindrical-coordinate representation of color #601241: hue angle of 323.85º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #601241 is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 18 | 65 | - |
| CMYK | 0 | 0.81 | 0.32 | 0.62 |
| HSL | 323.85º | 0.68% | 0.22% | - |
| HSV(B) | 323.85º | 0.81% | 0.38% | - |
| XYZ | 5.99 | 3.3 | 5.32 | - |
| YUV | 46.68 | 138.34 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 18 | 65 | 0 | 0.81 | 0.32 | 0.62 | 323.85 | 0.68 | 0.22 |
| Hex | 60 | 12 | 41 | 0 | 51 | 20 | 3E | 144 | 44 | 16 |
| Octal | 140 | 22 | 101 | 0 | 121 | 40 | 76 | 504 | 104 | 26 |
| Binary | 1100000 | 10010 | 1000001 | 0 | 1010001 | 100000 | 111110 | 101000100 | 1000100 | 10110 |
Color Harmonies of #601241
Complementary color
Monochromatic Colors of #601241
Black with #601241
Text Example
Text Example
White with #601241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601241; }
p { color: rgb(96,18,65); }
H1.HeaderClassName
{
color: #601241;
}
.AnyTagClassName
{
color: #601241;
}
</style>
background-color css
<style>
a { background-color: #601241; }
a { background-color: rgb(96,18,65); }
div.DivClassName
{
background-color: #601241;
}
.BgClassName
{
background-color: #601241;
}
</style>
border-color css
<style>
span { border-color: #601241; }
span { border-color: rgb(96,18,65); }
td.TdClassName
{
border-color: #601241;
}
.TagClassName
{
border-color: #601241;
}
</style>