Shades of Tyrian Purple #61012E
Tints of Tyrian Purple #61012E
RGB
CMYK
RGB Variations
Color information
#61012E (or 0x61012E) is known color: Tyrian Purple. HEX triplet: 61, 01 and 2E. RGB value is (97,1,46). Sum of RGB (Red+Green+Blue) = 97+1+46=144 (19% of max value = 765). Red value is 97 (38.28% from 255 or 67.36% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 46 (18.36% from 255 or 31.94% from 144); Max value from RGB is 97 - color contains mainly: red. Hex color #61012E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61012E is #9EFED1. Grayscale: #222222. Windows color (decimal): -10419922 or 3015009. OLE color: 3015009.
HSL color Cylindrical-coordinate representation of color #61012E: hue angle of 331.88º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #61012E is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 1 | 46 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.62 |
| HSL | 331.88º | 0.98% | 0.19% | - |
| HSV(B) | 331.88º | 0.99% | 0.38% | - |
| XYZ | 5.43 | 2.76 | 2.83 | - |
| YUV | 34.83 | 134.3 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 1 | 46 | 0 | 0.99 | 0.53 | 0.62 | 331.88 | 0.98 | 0.19 |
| Hex | 61 | 1 | 2E | 0 | 63 | 35 | 3E | 14C | 62 | 13 |
| Octal | 141 | 1 | 56 | 0 | 143 | 65 | 76 | 514 | 142 | 23 |
| Binary | 1100001 | 1 | 101110 | 0 | 1100011 | 110101 | 111110 | 101001100 | 1100010 | 10011 |
Color Harmonies of #61012E
Complementary color
Monochromatic Colors of #61012E
Black with #61012E
Text Example
Text Example
White with #61012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61012E; }
p { color: rgb(97,1,46); }
H1.HeaderClassName
{
color: #61012E;
}
.AnyTagClassName
{
color: #61012E;
}
</style>
background-color css
<style>
a { background-color: #61012E; }
a { background-color: rgb(97,1,46); }
div.DivClassName
{
background-color: #61012E;
}
.BgClassName
{
background-color: #61012E;
}
</style>
border-color css
<style>
span { border-color: #61012E; }
span { border-color: rgb(97,1,46); }
td.TdClassName
{
border-color: #61012E;
}
.TagClassName
{
border-color: #61012E;
}
</style>