Shades of Tyrian Purple #610A2E
Tints of Tyrian Purple #610A2E
RGB
CMYK
RGB Variations
Color information
#610A2E (or 0x610A2E) is known color: Tyrian Purple. HEX triplet: 61, 0A and 2E. RGB value is (97,10,46). Sum of RGB (Red+Green+Blue) = 97+10+46=153 (20% of max value = 765). Red value is 97 (38.28% from 255 or 63.40% from 153); Green value is 10 (4.30% from 255 or 6.54% from 153); Blue value is 46 (18.36% from 255 or 30.07% from 153); Max value from RGB is 97 - color contains mainly: red. Hex color #610A2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610A2E is #9EF5D1. Grayscale: #282828. Windows color (decimal): -10417618 or 3017313. OLE color: 3017313.
HSL color Cylindrical-coordinate representation of color #610A2E: hue angle of 335.17º 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 #610A2E is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 10 | 46 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.62 |
| HSL | 335.17º | 0.81% | 0.21% | - |
| HSV(B) | 335.17º | 0.9% | 0.38% | - |
| XYZ | 5.53 | 2.96 | 2.86 | - |
| YUV | 40.12 | 131.32 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 10 | 46 | 0 | 0.90 | 0.53 | 0.62 | 335.17 | 0.81 | 0.21 |
| Hex | 61 | A | 2E | 0 | 5A | 35 | 3E | 14F | 51 | 15 |
| Octal | 141 | 12 | 56 | 0 | 132 | 65 | 76 | 517 | 121 | 25 |
| Binary | 1100001 | 1010 | 101110 | 0 | 1011010 | 110101 | 111110 | 101001111 | 1010001 | 10101 |
Color Harmonies of #610A2E
Complementary color
Monochromatic Colors of #610A2E
Black with #610A2E
Text Example
Text Example
White with #610A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610A2E; }
p { color: rgb(97,10,46); }
H1.HeaderClassName
{
color: #610A2E;
}
.AnyTagClassName
{
color: #610A2E;
}
</style>
background-color css
<style>
a { background-color: #610A2E; }
a { background-color: rgb(97,10,46); }
div.DivClassName
{
background-color: #610A2E;
}
.BgClassName
{
background-color: #610A2E;
}
</style>
border-color css
<style>
span { border-color: #610A2E; }
span { border-color: rgb(97,10,46); }
td.TdClassName
{
border-color: #610A2E;
}
.TagClassName
{
border-color: #610A2E;
}
</style>