Shades of Tyrian Purple #61124A
Tints of Tyrian Purple #61124A
RGB
CMYK
RGB Variations
Color information
#61124A (or 0x61124A) is known color: Tyrian Purple. HEX triplet: 61, 12 and 4A. RGB value is (97,18,74). Sum of RGB (Red+Green+Blue) = 97+18+74=189 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.32% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 74 (29.30% from 255 or 39.15% from 189); Max value from RGB is 97 - color contains mainly: red. Hex color #61124A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61124A is #9EEDB5. Grayscale: #2F2F2F. Windows color (decimal): -10415542 or 4854369. OLE color: 4854369.
HSL color Cylindrical-coordinate representation of color #61124A: hue angle of 317.47º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #61124A is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 18 | 74 | - |
| CMYK | 0 | 0.81 | 0.24 | 0.62 |
| HSL | 317.47º | 0.69% | 0.23% | - |
| HSV(B) | 317.47º | 0.81% | 0.38% | - |
| XYZ | 6.38 | 3.47 | 6.81 | - |
| YUV | 48.01 | 142.67 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 18 | 74 | 0 | 0.81 | 0.24 | 0.62 | 317.47 | 0.69 | 0.23 |
| Hex | 61 | 12 | 4A | 0 | 51 | 18 | 3E | 13D | 45 | 17 |
| Octal | 141 | 22 | 112 | 0 | 121 | 30 | 76 | 475 | 105 | 27 |
| Binary | 1100001 | 10010 | 1001010 | 0 | 1010001 | 11000 | 111110 | 100111101 | 1000101 | 10111 |
Color Harmonies of #61124A
Complementary color
Monochromatic Colors of #61124A
Black with #61124A
Text Example
Text Example
White with #61124A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61124A; }
p { color: rgb(97,18,74); }
H1.HeaderClassName
{
color: #61124A;
}
.AnyTagClassName
{
color: #61124A;
}
</style>
background-color css
<style>
a { background-color: #61124A; }
a { background-color: rgb(97,18,74); }
div.DivClassName
{
background-color: #61124A;
}
.BgClassName
{
background-color: #61124A;
}
</style>
border-color css
<style>
span { border-color: #61124A; }
span { border-color: rgb(97,18,74); }
td.TdClassName
{
border-color: #61124A;
}
.TagClassName
{
border-color: #61124A;
}
</style>