Shades of Tyrian Purple #610B47
Tints of Tyrian Purple #610B47
RGB
CMYK
RGB Variations
Color information
#610B47 (or 0x610B47) is known color: Tyrian Purple. HEX triplet: 61, 0B and 47. RGB value is (97,11,71). Sum of RGB (Red+Green+Blue) = 97+11+71=179 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.19% from 179); Green value is 11 (4.69% from 255 or 6.15% from 179); Blue value is 71 (28.12% from 255 or 39.66% from 179); Max value from RGB is 97 - color contains mainly: red. Hex color #610B47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610B47 is #9EF4B8. Grayscale: #2B2B2B. Windows color (decimal): -10417337 or 4655969. OLE color: 4655969.
HSL color Cylindrical-coordinate representation of color #610B47: hue angle of 318.14º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #610B47 is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 11 | 71 | - |
| CMYK | 0 | 0.89 | 0.27 | 0.62 |
| HSL | 318.14º | 0.8% | 0.21% | - |
| HSV(B) | 318.14º | 0.89% | 0.38% | - |
| XYZ | 6.19 | 3.24 | 6.26 | - |
| YUV | 43.55 | 143.49 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 11 | 71 | 0 | 0.89 | 0.27 | 0.62 | 318.14 | 0.8 | 0.21 |
| Hex | 61 | B | 47 | 0 | 59 | 1B | 3E | 13E | 50 | 15 |
| Octal | 141 | 13 | 107 | 0 | 131 | 33 | 76 | 476 | 120 | 25 |
| Binary | 1100001 | 1011 | 1000111 | 0 | 1011001 | 11011 | 111110 | 100111110 | 1010000 | 10101 |
Color Harmonies of #610B47
Complementary color
Monochromatic Colors of #610B47
Black with #610B47
Text Example
Text Example
White with #610B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610B47; }
p { color: rgb(97,11,71); }
H1.HeaderClassName
{
color: #610B47;
}
.AnyTagClassName
{
color: #610B47;
}
</style>
background-color css
<style>
a { background-color: #610B47; }
a { background-color: rgb(97,11,71); }
div.DivClassName
{
background-color: #610B47;
}
.BgClassName
{
background-color: #610B47;
}
</style>
border-color css
<style>
span { border-color: #610B47; }
span { border-color: rgb(97,11,71); }
td.TdClassName
{
border-color: #610B47;
}
.TagClassName
{
border-color: #610B47;
}
</style>