Shades of Tyrian Purple #610A40
Tints of Tyrian Purple #610A40
RGB
CMYK
RGB Variations
Color information
#610A40 (or 0x610A40) is known color: Tyrian Purple. HEX triplet: 61, 0A and 40. RGB value is (97,10,64). Sum of RGB (Red+Green+Blue) = 97+10+64=171 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.73% from 171); Green value is 10 (4.30% from 255 or 5.85% from 171); Blue value is 64 (25.39% from 255 or 37.43% from 171); Max value from RGB is 97 - color contains mainly: red. Hex color #610A40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610A40 is #9EF5BF. Grayscale: #2A2A2A. Windows color (decimal): -10417600 or 4196961. OLE color: 4196961.
HSL color Cylindrical-coordinate representation of color #610A40: hue angle of 322.76º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #610A40 is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 10 | 64 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.62 |
| HSL | 322.76º | 0.81% | 0.21% | - |
| HSV(B) | 322.76º | 0.9% | 0.38% | - |
| XYZ | 5.96 | 3.13 | 5.14 | - |
| YUV | 42.17 | 140.32 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 10 | 64 | 0 | 0.90 | 0.34 | 0.62 | 322.76 | 0.81 | 0.21 |
| Hex | 61 | A | 40 | 0 | 5A | 22 | 3E | 143 | 51 | 15 |
| Octal | 141 | 12 | 100 | 0 | 132 | 42 | 76 | 503 | 121 | 25 |
| Binary | 1100001 | 1010 | 1000000 | 0 | 1011010 | 100010 | 111110 | 101000011 | 1010001 | 10101 |
Color Harmonies of #610A40
Complementary color
Monochromatic Colors of #610A40
Black with #610A40
Text Example
Text Example
White with #610A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610A40; }
p { color: rgb(97,10,64); }
H1.HeaderClassName
{
color: #610A40;
}
.AnyTagClassName
{
color: #610A40;
}
</style>
background-color css
<style>
a { background-color: #610A40; }
a { background-color: rgb(97,10,64); }
div.DivClassName
{
background-color: #610A40;
}
.BgClassName
{
background-color: #610A40;
}
</style>
border-color css
<style>
span { border-color: #610A40; }
span { border-color: rgb(97,10,64); }
td.TdClassName
{
border-color: #610A40;
}
.TagClassName
{
border-color: #610A40;
}
</style>