Shades of Tyrian Purple #610E43
Tints of Tyrian Purple #610E43
RGB
CMYK
RGB Variations
Color information
#610E43 (or 0x610E43) is known color: Tyrian Purple. HEX triplet: 61, 0E and 43. RGB value is (97,14,67). Sum of RGB (Red+Green+Blue) = 97+14+67=178 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.49% from 178); Green value is 14 (5.86% from 255 or 7.87% from 178); Blue value is 67 (26.56% from 255 or 37.64% from 178); Max value from RGB is 97 - color contains mainly: red. Hex color #610E43 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610E43 is #9EF1BC. Grayscale: #2C2C2C. Windows color (decimal): -10416573 or 4394593. OLE color: 4394593.
HSL color Cylindrical-coordinate representation of color #610E43: hue angle of 321.69º 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 #610E43 is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 14 | 67 | - |
| CMYK | 0 | 0.86 | 0.31 | 0.62 |
| HSL | 321.69º | 0.75% | 0.22% | - |
| HSV(B) | 321.69º | 0.86% | 0.38% | - |
| XYZ | 6.1 | 3.26 | 5.62 | - |
| YUV | 44.86 | 140.5 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 14 | 67 | 0 | 0.86 | 0.31 | 0.62 | 321.69 | 0.75 | 0.22 |
| Hex | 61 | E | 43 | 0 | 56 | 1F | 3E | 142 | 4B | 16 |
| Octal | 141 | 16 | 103 | 0 | 126 | 37 | 76 | 502 | 113 | 26 |
| Binary | 1100001 | 1110 | 1000011 | 0 | 1010110 | 11111 | 111110 | 101000010 | 1001011 | 10110 |
Color Harmonies of #610E43
Complementary color
Monochromatic Colors of #610E43
Black with #610E43
Text Example
Text Example
White with #610E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610E43; }
p { color: rgb(97,14,67); }
H1.HeaderClassName
{
color: #610E43;
}
.AnyTagClassName
{
color: #610E43;
}
</style>
background-color css
<style>
a { background-color: #610E43; }
a { background-color: rgb(97,14,67); }
div.DivClassName
{
background-color: #610E43;
}
.BgClassName
{
background-color: #610E43;
}
</style>
border-color css
<style>
span { border-color: #610E43; }
span { border-color: rgb(97,14,67); }
td.TdClassName
{
border-color: #610E43;
}
.TagClassName
{
border-color: #610E43;
}
</style>