Shades of Tyrian Purple #610D3D
Tints of Tyrian Purple #610D3D
RGB
CMYK
RGB Variations
Color information
#610D3D (or 0x610D3D) is known color: Tyrian Purple. HEX triplet: 61, 0D and 3D. RGB value is (97,13,61). Sum of RGB (Red+Green+Blue) = 97+13+61=171 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.73% from 171); Green value is 13 (5.47% from 255 or 7.60% from 171); Blue value is 61 (24.22% from 255 or 35.67% from 171); Max value from RGB is 97 - color contains mainly: red. Hex color #610D3D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610D3D is #9EF2C2. Grayscale: #2B2B2B. Windows color (decimal): -10416835 or 4001121. OLE color: 4001121.
HSL color Cylindrical-coordinate representation of color #610D3D: hue angle of 325.71º 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 #610D3D is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 13 | 61 | - |
| CMYK | 0 | 0.87 | 0.37 | 0.62 |
| HSL | 325.71º | 0.76% | 0.22% | - |
| HSV(B) | 325.71º | 0.87% | 0.38% | - |
| XYZ | 5.92 | 3.17 | 4.71 | - |
| YUV | 43.59 | 137.83 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 13 | 61 | 0 | 0.87 | 0.37 | 0.62 | 325.71 | 0.76 | 0.22 |
| Hex | 61 | D | 3D | 0 | 57 | 25 | 3E | 146 | 4C | 16 |
| Octal | 141 | 15 | 75 | 0 | 127 | 45 | 76 | 506 | 114 | 26 |
| Binary | 1100001 | 1101 | 111101 | 0 | 1010111 | 100101 | 111110 | 101000110 | 1001100 | 10110 |
Color Harmonies of #610D3D
Complementary color
Monochromatic Colors of #610D3D
Black with #610D3D
Text Example
Text Example
White with #610D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610D3D; }
p { color: rgb(97,13,61); }
H1.HeaderClassName
{
color: #610D3D;
}
.AnyTagClassName
{
color: #610D3D;
}
</style>
background-color css
<style>
a { background-color: #610D3D; }
a { background-color: rgb(97,13,61); }
div.DivClassName
{
background-color: #610D3D;
}
.BgClassName
{
background-color: #610D3D;
}
</style>
border-color css
<style>
span { border-color: #610D3D; }
span { border-color: rgb(97,13,61); }
td.TdClassName
{
border-color: #610D3D;
}
.TagClassName
{
border-color: #610D3D;
}
</style>