Shades of Tyrian Purple #610F40
Tints of Tyrian Purple #610F40
RGB
CMYK
RGB Variations
Color information
#610F40 (or 0x610F40) is known color: Tyrian Purple. HEX triplet: 61, 0F and 40. RGB value is (97,15,64). Sum of RGB (Red+Green+Blue) = 97+15+64=176 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.11% from 176); Green value is 15 (6.25% from 255 or 8.52% from 176); Blue value is 64 (25.39% from 255 or 36.36% from 176); Max value from RGB is 97 - color contains mainly: red. Hex color #610F40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610F40 is #9EF0BF. Grayscale: #2C2C2C. Windows color (decimal): -10416320 or 4198241. OLE color: 4198241.
HSL color Cylindrical-coordinate representation of color #610F40: hue angle of 324.15º 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 #610F40 is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 15 | 64 | - |
| CMYK | 0 | 0.85 | 0.34 | 0.62 |
| HSL | 324.15º | 0.73% | 0.22% | - |
| HSV(B) | 324.15º | 0.85% | 0.38% | - |
| XYZ | 6.03 | 3.25 | 5.16 | - |
| YUV | 45.1 | 138.67 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 15 | 64 | 0 | 0.85 | 0.34 | 0.62 | 324.15 | 0.73 | 0.22 |
| Hex | 61 | F | 40 | 0 | 55 | 22 | 3E | 144 | 49 | 16 |
| Octal | 141 | 17 | 100 | 0 | 125 | 42 | 76 | 504 | 111 | 26 |
| Binary | 1100001 | 1111 | 1000000 | 0 | 1010101 | 100010 | 111110 | 101000100 | 1001001 | 10110 |
Color Harmonies of #610F40
Complementary color
Monochromatic Colors of #610F40
Black with #610F40
Text Example
Text Example
White with #610F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610F40; }
p { color: rgb(97,15,64); }
H1.HeaderClassName
{
color: #610F40;
}
.AnyTagClassName
{
color: #610F40;
}
</style>
background-color css
<style>
a { background-color: #610F40; }
a { background-color: rgb(97,15,64); }
div.DivClassName
{
background-color: #610F40;
}
.BgClassName
{
background-color: #610F40;
}
</style>
border-color css
<style>
span { border-color: #610F40; }
span { border-color: rgb(97,15,64); }
td.TdClassName
{
border-color: #610F40;
}
.TagClassName
{
border-color: #610F40;
}
</style>