Shades of Tyrian Purple #610A37
Tints of Tyrian Purple #610A37
RGB
CMYK
RGB Variations
Color information
#610A37 (or 0x610A37) is known color: Tyrian Purple. HEX triplet: 61, 0A and 37. RGB value is (97,10,55). Sum of RGB (Red+Green+Blue) = 97+10+55=162 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.88% from 162); Green value is 10 (4.30% from 255 or 6.17% from 162); Blue value is 55 (21.88% from 255 or 33.95% from 162); Max value from RGB is 97 - color contains mainly: red. Hex color #610A37 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610A37 is #9EF5C8. Grayscale: #292929. Windows color (decimal): -10417609 or 3607137. OLE color: 3607137.
HSL color Cylindrical-coordinate representation of color #610A37: hue angle of 328.97º 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 #610A37 is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 10 | 55 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.62 |
| HSL | 328.97º | 0.81% | 0.21% | - |
| HSV(B) | 328.97º | 0.9% | 0.38% | - |
| XYZ | 5.73 | 3.03 | 3.9 | - |
| YUV | 41.14 | 135.82 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 10 | 55 | 0 | 0.90 | 0.43 | 0.62 | 328.97 | 0.81 | 0.21 |
| Hex | 61 | A | 37 | 0 | 5A | 2B | 3E | 149 | 51 | 15 |
| Octal | 141 | 12 | 67 | 0 | 132 | 53 | 76 | 511 | 121 | 25 |
| Binary | 1100001 | 1010 | 110111 | 0 | 1011010 | 101011 | 111110 | 101001001 | 1010001 | 10101 |
Color Harmonies of #610A37
Complementary color
Monochromatic Colors of #610A37
Black with #610A37
Text Example
Text Example
White with #610A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610A37; }
p { color: rgb(97,10,55); }
H1.HeaderClassName
{
color: #610A37;
}
.AnyTagClassName
{
color: #610A37;
}
</style>
background-color css
<style>
a { background-color: #610A37; }
a { background-color: rgb(97,10,55); }
div.DivClassName
{
background-color: #610A37;
}
.BgClassName
{
background-color: #610A37;
}
</style>
border-color css
<style>
span { border-color: #610A37; }
span { border-color: rgb(97,10,55); }
td.TdClassName
{
border-color: #610A37;
}
.TagClassName
{
border-color: #610A37;
}
</style>