Shades of Tyrian Purple #61062C
Tints of Tyrian Purple #61062C
RGB
CMYK
RGB Variations
Color information
#61062C (or 0x61062C) is known color: Tyrian Purple. HEX triplet: 61, 06 and 2C. RGB value is (97,6,44). Sum of RGB (Red+Green+Blue) = 97+6+44=147 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.99% from 147); Green value is 6 (2.73% from 255 or 4.08% from 147); Blue value is 44 (17.58% from 255 or 29.93% from 147); Max value from RGB is 97 - color contains mainly: red. Hex color #61062C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61062C is #9EF9D3. Grayscale: #252525. Windows color (decimal): -10418644 or 2885217. OLE color: 2885217.
HSL color Cylindrical-coordinate representation of color #61062C: hue angle of 334.95º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #61062C is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 6 | 44 | - |
| CMYK | 0 | 0.94 | 0.55 | 0.62 |
| HSL | 334.95º | 0.88% | 0.2% | - |
| HSV(B) | 334.95º | 0.94% | 0.38% | - |
| XYZ | 5.45 | 2.85 | 2.65 | - |
| YUV | 37.54 | 131.65 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 6 | 44 | 0 | 0.94 | 0.55 | 0.62 | 334.95 | 0.88 | 0.2 |
| Hex | 61 | 6 | 2C | 0 | 5E | 37 | 3E | 14F | 58 | 14 |
| Octal | 141 | 6 | 54 | 0 | 136 | 67 | 76 | 517 | 130 | 24 |
| Binary | 1100001 | 110 | 101100 | 0 | 1011110 | 110111 | 111110 | 101001111 | 1011000 | 10100 |
Color Harmonies of #61062C
Complementary color
Monochromatic Colors of #61062C
Black with #61062C
Text Example
Text Example
White with #61062C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61062C; }
p { color: rgb(97,6,44); }
H1.HeaderClassName
{
color: #61062C;
}
.AnyTagClassName
{
color: #61062C;
}
</style>
background-color css
<style>
a { background-color: #61062C; }
a { background-color: rgb(97,6,44); }
div.DivClassName
{
background-color: #61062C;
}
.BgClassName
{
background-color: #61062C;
}
</style>
border-color css
<style>
span { border-color: #61062C; }
span { border-color: rgb(97,6,44); }
td.TdClassName
{
border-color: #61062C;
}
.TagClassName
{
border-color: #61062C;
}
</style>