Shades of Tyrian Purple #601146
Tints of Tyrian Purple #601146
RGB
CMYK
RGB Variations
Color information
#601146 (or 0x601146) is known color: Tyrian Purple. HEX triplet: 60, 11 and 46. RGB value is (96,17,70). Sum of RGB (Red+Green+Blue) = 96+17+70=183 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.46% from 183); Green value is 17 (7.03% from 255 or 9.29% from 183); Blue value is 70 (27.73% from 255 or 38.25% from 183); Max value from RGB is 96 - color contains mainly: red. Hex color #601146 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601146 is #9FEEB9. Grayscale: #2E2E2E. Windows color (decimal): -10481338 or 4591968. OLE color: 4591968.
HSL color Cylindrical-coordinate representation of color #601146: hue angle of 319.75º 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 #601146 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 17 | 70 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.62 |
| HSL | 319.75º | 0.7% | 0.22% | - |
| HSV(B) | 319.75º | 0.82% | 0.38% | - |
| XYZ | 6.13 | 3.33 | 6.11 | - |
| YUV | 46.66 | 141.17 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 17 | 70 | 0 | 0.82 | 0.27 | 0.62 | 319.75 | 0.7 | 0.22 |
| Hex | 60 | 11 | 46 | 0 | 52 | 1B | 3E | 140 | 46 | 16 |
| Octal | 140 | 21 | 106 | 0 | 122 | 33 | 76 | 500 | 106 | 26 |
| Binary | 1100000 | 10001 | 1000110 | 0 | 1010010 | 11011 | 111110 | 101000000 | 1000110 | 10110 |
Color Harmonies of #601146
Complementary color
Monochromatic Colors of #601146
Black with #601146
Text Example
Text Example
White with #601146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601146; }
p { color: rgb(96,17,70); }
H1.HeaderClassName
{
color: #601146;
}
.AnyTagClassName
{
color: #601146;
}
</style>
background-color css
<style>
a { background-color: #601146; }
a { background-color: rgb(96,17,70); }
div.DivClassName
{
background-color: #601146;
}
.BgClassName
{
background-color: #601146;
}
</style>
border-color css
<style>
span { border-color: #601146; }
span { border-color: rgb(96,17,70); }
td.TdClassName
{
border-color: #601146;
}
.TagClassName
{
border-color: #601146;
}
</style>