Shades of Tyrian Purple #610D4F
Tints of Tyrian Purple #610D4F
RGB
CMYK
RGB Variations
Color information
#610D4F (or 0x610D4F) is known color: Tyrian Purple. HEX triplet: 61, 0D and 4F. RGB value is (97,13,79). Sum of RGB (Red+Green+Blue) = 97+13+79=189 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.32% from 189); Green value is 13 (5.47% from 255 or 6.88% from 189); Blue value is 79 (31.25% from 255 or 41.80% from 189); Max value from RGB is 97 - color contains mainly: red. Hex color #610D4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610D4F is #9EF2B0. Grayscale: #2D2D2D. Windows color (decimal): -10416817 or 5180769. OLE color: 5180769.
HSL color Cylindrical-coordinate representation of color #610D4F: hue angle of 312.86º 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 #610D4F is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 13 | 79 | - |
| CMYK | 0 | 0.87 | 0.19 | 0.62 |
| HSL | 312.86º | 0.76% | 0.22% | - |
| HSV(B) | 312.86º | 0.87% | 0.38% | - |
| XYZ | 6.48 | 3.39 | 7.71 | - |
| YUV | 45.64 | 146.83 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 13 | 79 | 0 | 0.87 | 0.19 | 0.62 | 312.86 | 0.76 | 0.22 |
| Hex | 61 | D | 4F | 0 | 57 | 13 | 3E | 139 | 4C | 16 |
| Octal | 141 | 15 | 117 | 0 | 127 | 23 | 76 | 471 | 114 | 26 |
| Binary | 1100001 | 1101 | 1001111 | 0 | 1010111 | 10011 | 111110 | 100111001 | 1001100 | 10110 |
Color Harmonies of #610D4F
Complementary color
Monochromatic Colors of #610D4F
Black with #610D4F
Text Example
Text Example
White with #610D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610D4F; }
p { color: rgb(97,13,79); }
H1.HeaderClassName
{
color: #610D4F;
}
.AnyTagClassName
{
color: #610D4F;
}
</style>
background-color css
<style>
a { background-color: #610D4F; }
a { background-color: rgb(97,13,79); }
div.DivClassName
{
background-color: #610D4F;
}
.BgClassName
{
background-color: #610D4F;
}
</style>
border-color css
<style>
span { border-color: #610D4F; }
span { border-color: rgb(97,13,79); }
td.TdClassName
{
border-color: #610D4F;
}
.TagClassName
{
border-color: #610D4F;
}
</style>