Shades of Tyrian Purple #610D34
Tints of Tyrian Purple #610D34
RGB
CMYK
RGB Variations
Color information
#610D34 (or 0x610D34) is known color: Tyrian Purple. HEX triplet: 61, 0D and 34. RGB value is (97,13,52). Sum of RGB (Red+Green+Blue) = 97+13+52=162 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.88% from 162); Green value is 13 (5.47% from 255 or 8.02% from 162); Blue value is 52 (20.70% from 255 or 32.10% from 162); Max value from RGB is 97 - color contains mainly: red. Hex color #610D34 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610D34 is #9EF2CB. Grayscale: #2A2A2A. Windows color (decimal): -10416844 or 3411297. OLE color: 3411297.
HSL color Cylindrical-coordinate representation of color #610D34: hue angle of 332.14º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #610D34 is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 13 | 52 | - |
| CMYK | 0 | 0.87 | 0.46 | 0.62 |
| HSL | 332.14º | 0.76% | 0.22% | - |
| HSV(B) | 332.14º | 0.87% | 0.38% | - |
| XYZ | 5.69 | 3.08 | 3.54 | - |
| YUV | 42.56 | 133.33 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 13 | 52 | 0 | 0.87 | 0.46 | 0.62 | 332.14 | 0.76 | 0.22 |
| Hex | 61 | D | 34 | 0 | 57 | 2E | 3E | 14C | 4C | 16 |
| Octal | 141 | 15 | 64 | 0 | 127 | 56 | 76 | 514 | 114 | 26 |
| Binary | 1100001 | 1101 | 110100 | 0 | 1010111 | 101110 | 111110 | 101001100 | 1001100 | 10110 |
Color Harmonies of #610D34
Complementary color
Monochromatic Colors of #610D34
Black with #610D34
Text Example
Text Example
White with #610D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610D34; }
p { color: rgb(97,13,52); }
H1.HeaderClassName
{
color: #610D34;
}
.AnyTagClassName
{
color: #610D34;
}
</style>
background-color css
<style>
a { background-color: #610D34; }
a { background-color: rgb(97,13,52); }
div.DivClassName
{
background-color: #610D34;
}
.BgClassName
{
background-color: #610D34;
}
</style>
border-color css
<style>
span { border-color: #610D34; }
span { border-color: rgb(97,13,52); }
td.TdClassName
{
border-color: #610D34;
}
.TagClassName
{
border-color: #610D34;
}
</style>