Shades of Tyrian Purple #610F3C
Tints of Tyrian Purple #610F3C
RGB
CMYK
RGB Variations
Color information
#610F3C (or 0x610F3C) is known color: Tyrian Purple. HEX triplet: 61, 0F and 3C. RGB value is (97,15,60). Sum of RGB (Red+Green+Blue) = 97+15+60=172 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.40% from 172); Green value is 15 (6.25% from 255 or 8.72% from 172); Blue value is 60 (23.83% from 255 or 34.88% from 172); Max value from RGB is 97 - color contains mainly: red. Hex color #610F3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610F3C is #9EF0C3. Grayscale: #2C2C2C. Windows color (decimal): -10416324 or 3936097. OLE color: 3936097.
HSL color Cylindrical-coordinate representation of color #610F3C: hue angle of 327.07º 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 #610F3C is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 15 | 60 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.62 |
| HSL | 327.07º | 0.73% | 0.22% | - |
| HSV(B) | 327.07º | 0.85% | 0.38% | - |
| XYZ | 5.92 | 3.21 | 4.58 | - |
| YUV | 44.65 | 136.67 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 15 | 60 | 0 | 0.85 | 0.38 | 0.62 | 327.07 | 0.73 | 0.22 |
| Hex | 61 | F | 3C | 0 | 55 | 26 | 3E | 147 | 49 | 16 |
| Octal | 141 | 17 | 74 | 0 | 125 | 46 | 76 | 507 | 111 | 26 |
| Binary | 1100001 | 1111 | 111100 | 0 | 1010101 | 100110 | 111110 | 101000111 | 1001001 | 10110 |
Color Harmonies of #610F3C
Complementary color
Monochromatic Colors of #610F3C
Black with #610F3C
Text Example
Text Example
White with #610F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610F3C; }
p { color: rgb(97,15,60); }
H1.HeaderClassName
{
color: #610F3C;
}
.AnyTagClassName
{
color: #610F3C;
}
</style>
background-color css
<style>
a { background-color: #610F3C; }
a { background-color: rgb(97,15,60); }
div.DivClassName
{
background-color: #610F3C;
}
.BgClassName
{
background-color: #610F3C;
}
</style>
border-color css
<style>
span { border-color: #610F3C; }
span { border-color: rgb(97,15,60); }
td.TdClassName
{
border-color: #610F3C;
}
.TagClassName
{
border-color: #610F3C;
}
</style>