Shades of Tyrian Purple #61094A
Tints of Tyrian Purple #61094A
RGB
CMYK
RGB Variations
Color information
#61094A (or 0x61094A) is known color: Tyrian Purple. HEX triplet: 61, 09 and 4A. RGB value is (97,9,74). Sum of RGB (Red+Green+Blue) = 97+9+74=180 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.89% from 180); Green value is 9 (3.91% from 255 or 5% from 180); Blue value is 74 (29.30% from 255 or 41.11% from 180); Max value from RGB is 97 - color contains mainly: red. Hex color #61094A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61094A is #9EF6B5. Grayscale: #2A2A2A. Windows color (decimal): -10417846 or 4852065. OLE color: 4852065.
HSL color Cylindrical-coordinate representation of color #61094A: hue angle of 315.68º 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 #61094A is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 9 | 74 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.62 |
| HSL | 315.68º | 0.83% | 0.21% | - |
| HSV(B) | 315.68º | 0.91% | 0.38% | - |
| XYZ | 6.26 | 3.23 | 6.77 | - |
| YUV | 42.72 | 145.65 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 9 | 74 | 0 | 0.91 | 0.24 | 0.62 | 315.68 | 0.83 | 0.21 |
| Hex | 61 | 9 | 4A | 0 | 5B | 18 | 3E | 13C | 53 | 15 |
| Octal | 141 | 11 | 112 | 0 | 133 | 30 | 76 | 474 | 123 | 25 |
| Binary | 1100001 | 1001 | 1001010 | 0 | 1011011 | 11000 | 111110 | 100111100 | 1010011 | 10101 |
Color Harmonies of #61094A
Complementary color
Monochromatic Colors of #61094A
Black with #61094A
Text Example
Text Example
White with #61094A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61094A; }
p { color: rgb(97,9,74); }
H1.HeaderClassName
{
color: #61094A;
}
.AnyTagClassName
{
color: #61094A;
}
</style>
background-color css
<style>
a { background-color: #61094A; }
a { background-color: rgb(97,9,74); }
div.DivClassName
{
background-color: #61094A;
}
.BgClassName
{
background-color: #61094A;
}
</style>
border-color css
<style>
span { border-color: #61094A; }
span { border-color: rgb(97,9,74); }
td.TdClassName
{
border-color: #61094A;
}
.TagClassName
{
border-color: #61094A;
}
</style>