Shades of Tyrian Purple #610D50
Tints of Tyrian Purple #610D50
RGB
CMYK
RGB Variations
Color information
#610D50 (or 0x610D50) is known color: Tyrian Purple. HEX triplet: 61, 0D and 50. RGB value is (97,13,80). Sum of RGB (Red+Green+Blue) = 97+13+80=190 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.05% from 190); Green value is 13 (5.47% from 255 or 6.84% from 190); Blue value is 80 (31.64% from 255 or 42.11% from 190); Max value from RGB is 97 - color contains mainly: red. Hex color #610D50 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610D50 is #9EF2AF. Grayscale: #2D2D2D. Windows color (decimal): -10416816 or 5246305. OLE color: 5246305.
HSL color Cylindrical-coordinate representation of color #610D50: hue angle of 312.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 #610D50 is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 13 | 80 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.62 |
| HSL | 312.14º | 0.76% | 0.22% | - |
| HSV(B) | 312.14º | 0.87% | 0.38% | - |
| XYZ | 6.52 | 3.41 | 7.9 | - |
| YUV | 45.75 | 147.33 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 13 | 80 | 0 | 0.87 | 0.18 | 0.62 | 312.14 | 0.76 | 0.22 |
| Hex | 61 | D | 50 | 0 | 57 | 12 | 3E | 138 | 4C | 16 |
| Octal | 141 | 15 | 120 | 0 | 127 | 22 | 76 | 470 | 114 | 26 |
| Binary | 1100001 | 1101 | 1010000 | 0 | 1010111 | 10010 | 111110 | 100111000 | 1001100 | 10110 |
Color Harmonies of #610D50
Complementary color
Monochromatic Colors of #610D50
Black with #610D50
Text Example
Text Example
White with #610D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610D50; }
p { color: rgb(97,13,80); }
H1.HeaderClassName
{
color: #610D50;
}
.AnyTagClassName
{
color: #610D50;
}
</style>
background-color css
<style>
a { background-color: #610D50; }
a { background-color: rgb(97,13,80); }
div.DivClassName
{
background-color: #610D50;
}
.BgClassName
{
background-color: #610D50;
}
</style>
border-color css
<style>
span { border-color: #610D50; }
span { border-color: rgb(97,13,80); }
td.TdClassName
{
border-color: #610D50;
}
.TagClassName
{
border-color: #610D50;
}
</style>