Shades of Tyrian Purple #610C2E
Tints of Tyrian Purple #610C2E
RGB
CMYK
RGB Variations
Color information
#610C2E (or 0x610C2E) is known color: Tyrian Purple. HEX triplet: 61, 0C and 2E. RGB value is (97,12,46). Sum of RGB (Red+Green+Blue) = 97+12+46=155 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.58% from 155); Green value is 12 (5.08% from 255 or 7.74% from 155); Blue value is 46 (18.36% from 255 or 29.68% from 155); Max value from RGB is 97 - color contains mainly: red. Hex color #610C2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610C2E is #9EF3D1. Grayscale: #292929. Windows color (decimal): -10417106 or 3017825. OLE color: 3017825.
HSL color Cylindrical-coordinate representation of color #610C2E: hue angle of 336º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #610C2E is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 12 | 46 | - |
| CMYK | 0 | 0.88 | 0.53 | 0.62 |
| HSL | 336º | 0.78% | 0.21% | - |
| HSV(B) | 336º | 0.88% | 0.38% | - |
| XYZ | 5.55 | 3 | 2.87 | - |
| YUV | 41.29 | 130.66 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 12 | 46 | 0 | 0.88 | 0.53 | 0.62 | 336 | 0.78 | 0.21 |
| Hex | 61 | C | 2E | 0 | 58 | 35 | 3E | 150 | 4E | 15 |
| Octal | 141 | 14 | 56 | 0 | 130 | 65 | 76 | 520 | 116 | 25 |
| Binary | 1100001 | 1100 | 101110 | 0 | 1011000 | 110101 | 111110 | 101010000 | 1001110 | 10101 |
Color Harmonies of #610C2E
Complementary color
Monochromatic Colors of #610C2E
Black with #610C2E
Text Example
Text Example
White with #610C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610C2E; }
p { color: rgb(97,12,46); }
H1.HeaderClassName
{
color: #610C2E;
}
.AnyTagClassName
{
color: #610C2E;
}
</style>
background-color css
<style>
a { background-color: #610C2E; }
a { background-color: rgb(97,12,46); }
div.DivClassName
{
background-color: #610C2E;
}
.BgClassName
{
background-color: #610C2E;
}
</style>
border-color css
<style>
span { border-color: #610C2E; }
span { border-color: rgb(97,12,46); }
td.TdClassName
{
border-color: #610C2E;
}
.TagClassName
{
border-color: #610C2E;
}
</style>