Shades of Tyrian Purple #610B4D
Tints of Tyrian Purple #610B4D
RGB
CMYK
RGB Variations
Color information
#610B4D (or 0x610B4D) is known color: Tyrian Purple. HEX triplet: 61, 0B and 4D. RGB value is (97,11,77). Sum of RGB (Red+Green+Blue) = 97+11+77=185 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.43% from 185); Green value is 11 (4.69% from 255 or 5.95% from 185); Blue value is 77 (30.47% from 255 or 41.62% from 185); Max value from RGB is 97 - color contains mainly: red. Hex color #610B4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610B4D is #9EF4B2. Grayscale: #2C2C2C. Windows color (decimal): -10417331 or 5049185. OLE color: 5049185.
HSL color Cylindrical-coordinate representation of color #610B4D: hue angle of 313.95º 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 #610B4D is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 11 | 77 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.62 |
| HSL | 313.95º | 0.8% | 0.21% | - |
| HSV(B) | 313.95º | 0.89% | 0.38% | - |
| XYZ | 6.39 | 3.32 | 7.32 | - |
| YUV | 44.24 | 146.49 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 11 | 77 | 0 | 0.89 | 0.21 | 0.62 | 313.95 | 0.8 | 0.21 |
| Hex | 61 | B | 4D | 0 | 59 | 15 | 3E | 13A | 50 | 15 |
| Octal | 141 | 13 | 115 | 0 | 131 | 25 | 76 | 472 | 120 | 25 |
| Binary | 1100001 | 1011 | 1001101 | 0 | 1011001 | 10101 | 111110 | 100111010 | 1010000 | 10101 |
Color Harmonies of #610B4D
Complementary color
Monochromatic Colors of #610B4D
Black with #610B4D
Text Example
Text Example
White with #610B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610B4D; }
p { color: rgb(97,11,77); }
H1.HeaderClassName
{
color: #610B4D;
}
.AnyTagClassName
{
color: #610B4D;
}
</style>
background-color css
<style>
a { background-color: #610B4D; }
a { background-color: rgb(97,11,77); }
div.DivClassName
{
background-color: #610B4D;
}
.BgClassName
{
background-color: #610B4D;
}
</style>
border-color css
<style>
span { border-color: #610B4D; }
span { border-color: rgb(97,11,77); }
td.TdClassName
{
border-color: #610B4D;
}
.TagClassName
{
border-color: #610B4D;
}
</style>