Shades of Tyrian Purple #610A46
Tints of Tyrian Purple #610A46
RGB
CMYK
RGB Variations
Color information
#610A46 (or 0x610A46) is known color: Tyrian Purple. HEX triplet: 61, 0A and 46. RGB value is (97,10,70). Sum of RGB (Red+Green+Blue) = 97+10+70=177 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.80% from 177); Green value is 10 (4.30% from 255 or 5.65% from 177); Blue value is 70 (27.73% from 255 or 39.55% from 177); Max value from RGB is 97 - color contains mainly: red. Hex color #610A46 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610A46 is #9EF5B9. Grayscale: #2A2A2A. Windows color (decimal): -10417594 or 4590177. OLE color: 4590177.
HSL color Cylindrical-coordinate representation of color #610A46: hue angle of 318.62º 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 #610A46 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 10 | 70 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.62 |
| HSL | 318.62º | 0.81% | 0.21% | - |
| HSV(B) | 318.62º | 0.9% | 0.38% | - |
| XYZ | 6.14 | 3.2 | 6.09 | - |
| YUV | 42.85 | 143.32 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 10 | 70 | 0 | 0.90 | 0.28 | 0.62 | 318.62 | 0.81 | 0.21 |
| Hex | 61 | A | 46 | 0 | 5A | 1C | 3E | 13F | 51 | 15 |
| Octal | 141 | 12 | 106 | 0 | 132 | 34 | 76 | 477 | 121 | 25 |
| Binary | 1100001 | 1010 | 1000110 | 0 | 1011010 | 11100 | 111110 | 100111111 | 1010001 | 10101 |
Color Harmonies of #610A46
Complementary color
Monochromatic Colors of #610A46
Black with #610A46
Text Example
Text Example
White with #610A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610A46; }
p { color: rgb(97,10,70); }
H1.HeaderClassName
{
color: #610A46;
}
.AnyTagClassName
{
color: #610A46;
}
</style>
background-color css
<style>
a { background-color: #610A46; }
a { background-color: rgb(97,10,70); }
div.DivClassName
{
background-color: #610A46;
}
.BgClassName
{
background-color: #610A46;
}
</style>
border-color css
<style>
span { border-color: #610A46; }
span { border-color: rgb(97,10,70); }
td.TdClassName
{
border-color: #610A46;
}
.TagClassName
{
border-color: #610A46;
}
</style>