Shades of Tyrian Purple #61113A
Tints of Tyrian Purple #61113A
RGB
CMYK
RGB Variations
Color information
#61113A (or 0x61113A) is known color: Tyrian Purple. HEX triplet: 61, 11 and 3A. RGB value is (97,17,58). Sum of RGB (Red+Green+Blue) = 97+17+58=172 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.40% from 172); Green value is 17 (7.03% from 255 or 9.88% from 172); Blue value is 58 (23.05% from 255 or 33.72% from 172); Max value from RGB is 97 - color contains mainly: red. Hex color #61113A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61113A is #9EEEC5. Grayscale: #2D2D2D. Windows color (decimal): -10415814 or 3805537. OLE color: 3805537.
HSL color Cylindrical-coordinate representation of color #61113A: hue angle of 329.25º 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 #61113A is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 17 | 58 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.62 |
| HSL | 329.25º | 0.7% | 0.22% | - |
| HSV(B) | 329.25º | 0.82% | 0.38% | - |
| XYZ | 5.89 | 3.25 | 4.32 | - |
| YUV | 45.59 | 135 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 17 | 58 | 0 | 0.82 | 0.40 | 0.62 | 329.25 | 0.7 | 0.22 |
| Hex | 61 | 11 | 3A | 0 | 52 | 28 | 3E | 149 | 46 | 16 |
| Octal | 141 | 21 | 72 | 0 | 122 | 50 | 76 | 511 | 106 | 26 |
| Binary | 1100001 | 10001 | 111010 | 0 | 1010010 | 101000 | 111110 | 101001001 | 1000110 | 10110 |
Color Harmonies of #61113A
Complementary color
Monochromatic Colors of #61113A
Black with #61113A
Text Example
Text Example
White with #61113A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61113A; }
p { color: rgb(97,17,58); }
H1.HeaderClassName
{
color: #61113A;
}
.AnyTagClassName
{
color: #61113A;
}
</style>
background-color css
<style>
a { background-color: #61113A; }
a { background-color: rgb(97,17,58); }
div.DivClassName
{
background-color: #61113A;
}
.BgClassName
{
background-color: #61113A;
}
</style>
border-color css
<style>
span { border-color: #61113A; }
span { border-color: rgb(97,17,58); }
td.TdClassName
{
border-color: #61113A;
}
.TagClassName
{
border-color: #61113A;
}
</style>