Shades of Tyrian Purple #610B4E
Tints of Tyrian Purple #610B4E
RGB
CMYK
RGB Variations
Color information
#610B4E (or 0x610B4E) is known color: Tyrian Purple. HEX triplet: 61, 0B and 4E. RGB value is (97,11,78). Sum of RGB (Red+Green+Blue) = 97+11+78=186 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.15% from 186); Green value is 11 (4.69% from 255 or 5.91% from 186); Blue value is 78 (30.86% from 255 or 41.94% from 186); Max value from RGB is 97 - color contains mainly: red. Hex color #610B4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610B4E is #9EF4B1. Grayscale: #2C2C2C. Windows color (decimal): -10417330 or 5114721. OLE color: 5114721.
HSL color Cylindrical-coordinate representation of color #610B4E: hue angle of 313.26º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #610B4E is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 11 | 78 | - |
| CMYK | 0 | 0.89 | 0.20 | 0.62 |
| HSL | 313.26º | 0.8% | 0.21% | - |
| HSV(B) | 313.26º | 0.89% | 0.38% | - |
| XYZ | 6.42 | 3.33 | 7.51 | - |
| YUV | 44.35 | 146.99 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 11 | 78 | 0 | 0.89 | 0.20 | 0.62 | 313.26 | 0.8 | 0.21 |
| Hex | 61 | B | 4E | 0 | 59 | 14 | 3E | 139 | 50 | 15 |
| Octal | 141 | 13 | 116 | 0 | 131 | 24 | 76 | 471 | 120 | 25 |
| Binary | 1100001 | 1011 | 1001110 | 0 | 1011001 | 10100 | 111110 | 100111001 | 1010000 | 10101 |
Color Harmonies of #610B4E
Complementary color
Monochromatic Colors of #610B4E
Black with #610B4E
Text Example
Text Example
White with #610B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610B4E; }
p { color: rgb(97,11,78); }
H1.HeaderClassName
{
color: #610B4E;
}
.AnyTagClassName
{
color: #610B4E;
}
</style>
background-color css
<style>
a { background-color: #610B4E; }
a { background-color: rgb(97,11,78); }
div.DivClassName
{
background-color: #610B4E;
}
.BgClassName
{
background-color: #610B4E;
}
</style>
border-color css
<style>
span { border-color: #610B4E; }
span { border-color: rgb(97,11,78); }
td.TdClassName
{
border-color: #610B4E;
}
.TagClassName
{
border-color: #610B4E;
}
</style>