Shades of Tyrian Purple #610E40
Tints of Tyrian Purple #610E40
RGB
CMYK
RGB Variations
Color information
#610E40 (or 0x610E40) is known color: Tyrian Purple. HEX triplet: 61, 0E and 40. RGB value is (97,14,64). Sum of RGB (Red+Green+Blue) = 97+14+64=175 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.43% from 175); Green value is 14 (5.86% from 255 or 8% from 175); Blue value is 64 (25.39% from 255 or 36.57% from 175); Max value from RGB is 97 - color contains mainly: red. Hex color #610E40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610E40 is #9EF1BF. Grayscale: #2C2C2C. Windows color (decimal): -10416576 or 4197985. OLE color: 4197985.
HSL color Cylindrical-coordinate representation of color #610E40: hue angle of 323.86º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #610E40 is Cyan = 0, Magento = 0.86, Yellow = 0.34 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 14 | 64 | - |
| CMYK | 0 | 0.86 | 0.34 | 0.62 |
| HSL | 323.86º | 0.75% | 0.22% | - |
| HSV(B) | 323.86º | 0.86% | 0.38% | - |
| XYZ | 6.01 | 3.23 | 5.16 | - |
| YUV | 44.52 | 139 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 14 | 64 | 0 | 0.86 | 0.34 | 0.62 | 323.86 | 0.75 | 0.22 |
| Hex | 61 | E | 40 | 0 | 56 | 22 | 3E | 144 | 4B | 16 |
| Octal | 141 | 16 | 100 | 0 | 126 | 42 | 76 | 504 | 113 | 26 |
| Binary | 1100001 | 1110 | 1000000 | 0 | 1010110 | 100010 | 111110 | 101000100 | 1001011 | 10110 |
Color Harmonies of #610E40
Complementary color
Monochromatic Colors of #610E40
Black with #610E40
Text Example
Text Example
White with #610E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610E40; }
p { color: rgb(97,14,64); }
H1.HeaderClassName
{
color: #610E40;
}
.AnyTagClassName
{
color: #610E40;
}
</style>
background-color css
<style>
a { background-color: #610E40; }
a { background-color: rgb(97,14,64); }
div.DivClassName
{
background-color: #610E40;
}
.BgClassName
{
background-color: #610E40;
}
</style>
border-color css
<style>
span { border-color: #610E40; }
span { border-color: rgb(97,14,64); }
td.TdClassName
{
border-color: #610E40;
}
.TagClassName
{
border-color: #610E40;
}
</style>