Shades of Tyrian Purple #601136
Tints of Tyrian Purple #601136
RGB
CMYK
RGB Variations
Color information
#601136 (or 0x601136) is known color: Tyrian Purple. HEX triplet: 60, 11 and 36. RGB value is (96,17,54). Sum of RGB (Red+Green+Blue) = 96+17+54=167 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.49% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 54 (21.48% from 255 or 32.34% from 167); Max value from RGB is 96 - color contains mainly: red. Hex color #601136 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601136 is #9FEEC9. Grayscale: #2C2C2C. Windows color (decimal): -10481354 or 3543392. OLE color: 3543392.
HSL color Cylindrical-coordinate representation of color #601136: hue angle of 331.9º 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 #601136 is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 17 | 54 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.62 |
| HSL | 331.9º | 0.7% | 0.22% | - |
| HSV(B) | 331.9º | 0.82% | 0.38% | - |
| XYZ | 5.69 | 3.15 | 3.8 | - |
| YUV | 44.84 | 133.17 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 17 | 54 | 0 | 0.82 | 0.44 | 0.62 | 331.9 | 0.7 | 0.22 |
| Hex | 60 | 11 | 36 | 0 | 52 | 2C | 3E | 14C | 46 | 16 |
| Octal | 140 | 21 | 66 | 0 | 122 | 54 | 76 | 514 | 106 | 26 |
| Binary | 1100000 | 10001 | 110110 | 0 | 1010010 | 101100 | 111110 | 101001100 | 1000110 | 10110 |
Color Harmonies of #601136
Complementary color
Monochromatic Colors of #601136
Black with #601136
Text Example
Text Example
White with #601136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601136; }
p { color: rgb(96,17,54); }
H1.HeaderClassName
{
color: #601136;
}
.AnyTagClassName
{
color: #601136;
}
</style>
background-color css
<style>
a { background-color: #601136; }
a { background-color: rgb(96,17,54); }
div.DivClassName
{
background-color: #601136;
}
.BgClassName
{
background-color: #601136;
}
</style>
border-color css
<style>
span { border-color: #601136; }
span { border-color: rgb(96,17,54); }
td.TdClassName
{
border-color: #601136;
}
.TagClassName
{
border-color: #601136;
}
</style>