Shades of Tyrian Purple #610C40
Tints of Tyrian Purple #610C40
RGB
CMYK
RGB Variations
Color information
#610C40 (or 0x610C40) is known color: Tyrian Purple. HEX triplet: 61, 0C and 40. RGB value is (97,12,64). Sum of RGB (Red+Green+Blue) = 97+12+64=173 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.07% from 173); Green value is 12 (5.08% from 255 or 6.94% from 173); Blue value is 64 (25.39% from 255 or 36.99% from 173); Max value from RGB is 97 - color contains mainly: red. Hex color #610C40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610C40 is #9EF3BF. Grayscale: #2B2B2B. Windows color (decimal): -10417088 or 4197473. OLE color: 4197473.
HSL color Cylindrical-coordinate representation of color #610C40: hue angle of 323.29º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #610C40 is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 12 | 64 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.62 |
| HSL | 323.29º | 0.78% | 0.21% | - |
| HSV(B) | 323.29º | 0.88% | 0.38% | - |
| XYZ | 5.99 | 3.17 | 5.15 | - |
| YUV | 43.34 | 139.66 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 12 | 64 | 0 | 0.88 | 0.34 | 0.62 | 323.29 | 0.78 | 0.21 |
| Hex | 61 | C | 40 | 0 | 58 | 22 | 3E | 143 | 4E | 15 |
| Octal | 141 | 14 | 100 | 0 | 130 | 42 | 76 | 503 | 116 | 25 |
| Binary | 1100001 | 1100 | 1000000 | 0 | 1011000 | 100010 | 111110 | 101000011 | 1001110 | 10101 |
Color Harmonies of #610C40
Complementary color
Monochromatic Colors of #610C40
Black with #610C40
Text Example
Text Example
White with #610C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610C40; }
p { color: rgb(97,12,64); }
H1.HeaderClassName
{
color: #610C40;
}
.AnyTagClassName
{
color: #610C40;
}
</style>
background-color css
<style>
a { background-color: #610C40; }
a { background-color: rgb(97,12,64); }
div.DivClassName
{
background-color: #610C40;
}
.BgClassName
{
background-color: #610C40;
}
</style>
border-color css
<style>
span { border-color: #610C40; }
span { border-color: rgb(97,12,64); }
td.TdClassName
{
border-color: #610C40;
}
.TagClassName
{
border-color: #610C40;
}
</style>