Shades of Tyrian Purple #61013E
Tints of Tyrian Purple #61013E
RGB
CMYK
RGB Variations
Color information
#61013E (or 0x61013E) is known color: Tyrian Purple. HEX triplet: 61, 01 and 3E. RGB value is (97,1,62). Sum of RGB (Red+Green+Blue) = 97+1+62=160 (21% of max value = 765). Red value is 97 (38.28% from 255 or 60.62% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 62 (24.61% from 255 or 38.75% from 160); Max value from RGB is 97 - color contains mainly: red. Hex color #61013E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61013E is #9EFEC1. Grayscale: #242424. Windows color (decimal): -10419906 or 4063585. OLE color: 4063585.
HSL color Cylindrical-coordinate representation of color #61013E: hue angle of 321.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 #61013E is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 1 | 62 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.62 |
| HSL | 321.88º | 0.98% | 0.19% | - |
| HSV(B) | 321.88º | 0.99% | 0.38% | - |
| XYZ | 5.81 | 2.91 | 4.81 | - |
| YUV | 36.66 | 142.3 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 1 | 62 | 0 | 0.99 | 0.36 | 0.62 | 321.88 | 0.98 | 0.19 |
| Hex | 61 | 1 | 3E | 0 | 63 | 24 | 3E | 142 | 62 | 13 |
| Octal | 141 | 1 | 76 | 0 | 143 | 44 | 76 | 502 | 142 | 23 |
| Binary | 1100001 | 1 | 111110 | 0 | 1100011 | 100100 | 111110 | 101000010 | 1100010 | 10011 |
Color Harmonies of #61013E
Complementary color
Monochromatic Colors of #61013E
Black with #61013E
Text Example
Text Example
White with #61013E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61013E; }
p { color: rgb(97,1,62); }
H1.HeaderClassName
{
color: #61013E;
}
.AnyTagClassName
{
color: #61013E;
}
</style>
background-color css
<style>
a { background-color: #61013E; }
a { background-color: rgb(97,1,62); }
div.DivClassName
{
background-color: #61013E;
}
.BgClassName
{
background-color: #61013E;
}
</style>
border-color css
<style>
span { border-color: #61013E; }
span { border-color: rgb(97,1,62); }
td.TdClassName
{
border-color: #61013E;
}
.TagClassName
{
border-color: #61013E;
}
</style>