Shades of Tyrian Purple #610A3B
Tints of Tyrian Purple #610A3B
RGB
CMYK
RGB Variations
Color information
#610A3B (or 0x610A3B) is known color: Tyrian Purple. HEX triplet: 61, 0A and 3B. RGB value is (97,10,59). Sum of RGB (Red+Green+Blue) = 97+10+59=166 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.43% from 166); Green value is 10 (4.30% from 255 or 6.02% from 166); Blue value is 59 (23.44% from 255 or 35.54% from 166); Max value from RGB is 97 - color contains mainly: red. Hex color #610A3B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610A3B is #9EF5C4. Grayscale: #292929. Windows color (decimal): -10417605 or 3869281. OLE color: 3869281.
HSL color Cylindrical-coordinate representation of color #610A3B: hue angle of 326.21º 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 #610A3B is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 10 | 59 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.62 |
| HSL | 326.21º | 0.81% | 0.21% | - |
| HSV(B) | 326.21º | 0.9% | 0.38% | - |
| XYZ | 5.83 | 3.07 | 4.42 | - |
| YUV | 41.6 | 137.82 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 10 | 59 | 0 | 0.90 | 0.39 | 0.62 | 326.21 | 0.81 | 0.21 |
| Hex | 61 | A | 3B | 0 | 5A | 27 | 3E | 146 | 51 | 15 |
| Octal | 141 | 12 | 73 | 0 | 132 | 47 | 76 | 506 | 121 | 25 |
| Binary | 1100001 | 1010 | 111011 | 0 | 1011010 | 100111 | 111110 | 101000110 | 1010001 | 10101 |
Color Harmonies of #610A3B
Complementary color
Monochromatic Colors of #610A3B
Black with #610A3B
Text Example
Text Example
White with #610A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610A3B; }
p { color: rgb(97,10,59); }
H1.HeaderClassName
{
color: #610A3B;
}
.AnyTagClassName
{
color: #610A3B;
}
</style>
background-color css
<style>
a { background-color: #610A3B; }
a { background-color: rgb(97,10,59); }
div.DivClassName
{
background-color: #610A3B;
}
.BgClassName
{
background-color: #610A3B;
}
</style>
border-color css
<style>
span { border-color: #610A3B; }
span { border-color: rgb(97,10,59); }
td.TdClassName
{
border-color: #610A3B;
}
.TagClassName
{
border-color: #610A3B;
}
</style>