Shades of Tyrian Purple #610F32
Tints of Tyrian Purple #610F32
RGB
CMYK
RGB Variations
Color information
#610F32 (or 0x610F32) is known color: Tyrian Purple. HEX triplet: 61, 0F and 32. RGB value is (97,15,50). Sum of RGB (Red+Green+Blue) = 97+15+50=162 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.88% from 162); Green value is 15 (6.25% from 255 or 9.26% from 162); Blue value is 50 (19.92% from 255 or 30.86% from 162); Max value from RGB is 97 - color contains mainly: red. Hex color #610F32 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610F32 is #9EF0CD. Grayscale: #2B2B2B. Windows color (decimal): -10416334 or 3280737. OLE color: 3280737.
HSL color Cylindrical-coordinate representation of color #610F32: hue angle of 334.39º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #610F32 is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 15 | 50 | - |
| CMYK | 0 | 0.85 | 0.48 | 0.62 |
| HSL | 334.39º | 0.73% | 0.22% | - |
| HSV(B) | 334.39º | 0.85% | 0.38% | - |
| XYZ | 5.68 | 3.11 | 3.32 | - |
| YUV | 43.51 | 131.67 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 15 | 50 | 0 | 0.85 | 0.48 | 0.62 | 334.39 | 0.73 | 0.22 |
| Hex | 61 | F | 32 | 0 | 55 | 30 | 3E | 14E | 49 | 16 |
| Octal | 141 | 17 | 62 | 0 | 125 | 60 | 76 | 516 | 111 | 26 |
| Binary | 1100001 | 1111 | 110010 | 0 | 1010101 | 110000 | 111110 | 101001110 | 1001001 | 10110 |
Color Harmonies of #610F32
Complementary color
Monochromatic Colors of #610F32
Black with #610F32
Text Example
Text Example
White with #610F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610F32; }
p { color: rgb(97,15,50); }
H1.HeaderClassName
{
color: #610F32;
}
.AnyTagClassName
{
color: #610F32;
}
</style>
background-color css
<style>
a { background-color: #610F32; }
a { background-color: rgb(97,15,50); }
div.DivClassName
{
background-color: #610F32;
}
.BgClassName
{
background-color: #610F32;
}
</style>
border-color css
<style>
span { border-color: #610F32; }
span { border-color: rgb(97,15,50); }
td.TdClassName
{
border-color: #610F32;
}
.TagClassName
{
border-color: #610F32;
}
</style>