Shades of Tyrian Purple #610D4C
Tints of Tyrian Purple #610D4C
RGB
CMYK
RGB Variations
Color information
#610D4C (or 0x610D4C) is known color: Tyrian Purple. HEX triplet: 61, 0D and 4C. RGB value is (97,13,76). Sum of RGB (Red+Green+Blue) = 97+13+76=186 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.15% from 186); Green value is 13 (5.47% from 255 or 6.99% from 186); Blue value is 76 (30.08% from 255 or 40.86% from 186); Max value from RGB is 97 - color contains mainly: red. Hex color #610D4C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610D4C is #9EF2B3. Grayscale: #2D2D2D. Windows color (decimal): -10416820 or 4984161. OLE color: 4984161.
HSL color Cylindrical-coordinate representation of color #610D4C: hue angle of 315º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #610D4C is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 13 | 76 | - |
| CMYK | 0 | 0.87 | 0.22 | 0.62 |
| HSL | 315º | 0.76% | 0.22% | - |
| HSV(B) | 315º | 0.87% | 0.38% | - |
| XYZ | 6.38 | 3.35 | 7.15 | - |
| YUV | 45.3 | 145.33 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 13 | 76 | 0 | 0.87 | 0.22 | 0.62 | 315 | 0.76 | 0.22 |
| Hex | 61 | D | 4C | 0 | 57 | 16 | 3E | 13B | 4C | 16 |
| Octal | 141 | 15 | 114 | 0 | 127 | 26 | 76 | 473 | 114 | 26 |
| Binary | 1100001 | 1101 | 1001100 | 0 | 1010111 | 10110 | 111110 | 100111011 | 1001100 | 10110 |
Color Harmonies of #610D4C
Complementary color
Monochromatic Colors of #610D4C
Black with #610D4C
Text Example
Text Example
White with #610D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610D4C; }
p { color: rgb(97,13,76); }
H1.HeaderClassName
{
color: #610D4C;
}
.AnyTagClassName
{
color: #610D4C;
}
</style>
background-color css
<style>
a { background-color: #610D4C; }
a { background-color: rgb(97,13,76); }
div.DivClassName
{
background-color: #610D4C;
}
.BgClassName
{
background-color: #610D4C;
}
</style>
border-color css
<style>
span { border-color: #610D4C; }
span { border-color: rgb(97,13,76); }
td.TdClassName
{
border-color: #610D4C;
}
.TagClassName
{
border-color: #610D4C;
}
</style>