Shades of Tyrian Purple #61042E
Tints of Tyrian Purple #61042E
RGB
CMYK
RGB Variations
Color information
#61042E (or 0x61042E) is known color: Tyrian Purple. HEX triplet: 61, 04 and 2E. RGB value is (97,4,46). Sum of RGB (Red+Green+Blue) = 97+4+46=147 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.99% from 147); Green value is 4 (1.95% from 255 or 2.72% from 147); Blue value is 46 (18.36% from 255 or 31.29% from 147); Max value from RGB is 97 - color contains mainly: red. Hex color #61042E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61042E is #9EFBD1. Grayscale: #242424. Windows color (decimal): -10419154 or 3015777. OLE color: 3015777.
HSL color Cylindrical-coordinate representation of color #61042E: hue angle of 332.9º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #61042E is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 4 | 46 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.62 |
| HSL | 332.9º | 0.92% | 0.2% | - |
| HSV(B) | 332.9º | 0.96% | 0.38% | - |
| XYZ | 5.47 | 2.83 | 2.84 | - |
| YUV | 36.6 | 133.31 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 4 | 46 | 0 | 0.96 | 0.53 | 0.62 | 332.9 | 0.92 | 0.2 |
| Hex | 61 | 4 | 2E | 0 | 60 | 35 | 3E | 14D | 5C | 14 |
| Octal | 141 | 4 | 56 | 0 | 140 | 65 | 76 | 515 | 134 | 24 |
| Binary | 1100001 | 100 | 101110 | 0 | 1100000 | 110101 | 111110 | 101001101 | 1011100 | 10100 |
Color Harmonies of #61042E
Complementary color
Monochromatic Colors of #61042E
Black with #61042E
Text Example
Text Example
White with #61042E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61042E; }
p { color: rgb(97,4,46); }
H1.HeaderClassName
{
color: #61042E;
}
.AnyTagClassName
{
color: #61042E;
}
</style>
background-color css
<style>
a { background-color: #61042E; }
a { background-color: rgb(97,4,46); }
div.DivClassName
{
background-color: #61042E;
}
.BgClassName
{
background-color: #61042E;
}
</style>
border-color css
<style>
span { border-color: #61042E; }
span { border-color: rgb(97,4,46); }
td.TdClassName
{
border-color: #61042E;
}
.TagClassName
{
border-color: #61042E;
}
</style>