Shades of Tyrian Purple #61094E
Tints of Tyrian Purple #61094E
RGB
CMYK
RGB Variations
Color information
#61094E (or 0x61094E) is known color: Tyrian Purple. HEX triplet: 61, 09 and 4E. RGB value is (97,9,78). Sum of RGB (Red+Green+Blue) = 97+9+78=184 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.72% from 184); Green value is 9 (3.91% from 255 or 4.89% from 184); Blue value is 78 (30.86% from 255 or 42.39% from 184); Max value from RGB is 97 - color contains mainly: red. Hex color #61094E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61094E is #9EF6B1. Grayscale: #2A2A2A. Windows color (decimal): -10417842 or 5114209. OLE color: 5114209.
HSL color Cylindrical-coordinate representation of color #61094E: hue angle of 312.95º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #61094E is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 9 | 78 | - |
| CMYK | 0 | 0.91 | 0.20 | 0.62 |
| HSL | 312.95º | 0.83% | 0.21% | - |
| HSV(B) | 312.95º | 0.91% | 0.38% | - |
| XYZ | 6.4 | 3.29 | 7.5 | - |
| YUV | 43.18 | 147.65 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 9 | 78 | 0 | 0.91 | 0.20 | 0.62 | 312.95 | 0.83 | 0.21 |
| Hex | 61 | 9 | 4E | 0 | 5B | 14 | 3E | 139 | 53 | 15 |
| Octal | 141 | 11 | 116 | 0 | 133 | 24 | 76 | 471 | 123 | 25 |
| Binary | 1100001 | 1001 | 1001110 | 0 | 1011011 | 10100 | 111110 | 100111001 | 1010011 | 10101 |
Color Harmonies of #61094E
Complementary color
Monochromatic Colors of #61094E
Black with #61094E
Text Example
Text Example
White with #61094E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61094E; }
p { color: rgb(97,9,78); }
H1.HeaderClassName
{
color: #61094E;
}
.AnyTagClassName
{
color: #61094E;
}
</style>
background-color css
<style>
a { background-color: #61094E; }
a { background-color: rgb(97,9,78); }
div.DivClassName
{
background-color: #61094E;
}
.BgClassName
{
background-color: #61094E;
}
</style>
border-color css
<style>
span { border-color: #61094E; }
span { border-color: rgb(97,9,78); }
td.TdClassName
{
border-color: #61094E;
}
.TagClassName
{
border-color: #61094E;
}
</style>