Shades of Tyrian Purple #61083E
Tints of Tyrian Purple #61083E
RGB
CMYK
RGB Variations
Color information
#61083E (or 0x61083E) is known color: Tyrian Purple. HEX triplet: 61, 08 and 3E. RGB value is (97,8,62). Sum of RGB (Red+Green+Blue) = 97+8+62=167 (22% of max value = 765). Red value is 97 (38.28% from 255 or 58.08% from 167); Green value is 8 (3.52% from 255 or 4.79% from 167); Blue value is 62 (24.61% from 255 or 37.13% from 167); Max value from RGB is 97 - color contains mainly: red. Hex color #61083E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61083E is #9EF7C1. Grayscale: #282828. Windows color (decimal): -10418114 or 4065377. OLE color: 4065377.
HSL color Cylindrical-coordinate representation of color #61083E: hue angle of 323.6º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #61083E is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 8 | 62 | - |
| CMYK | 0 | 0.92 | 0.36 | 0.62 |
| HSL | 323.6º | 0.85% | 0.21% | - |
| HSV(B) | 323.6º | 0.92% | 0.38% | - |
| XYZ | 5.89 | 3.06 | 4.84 | - |
| YUV | 40.77 | 139.99 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 8 | 62 | 0 | 0.92 | 0.36 | 0.62 | 323.6 | 0.85 | 0.21 |
| Hex | 61 | 8 | 3E | 0 | 5C | 24 | 3E | 144 | 55 | 15 |
| Octal | 141 | 10 | 76 | 0 | 134 | 44 | 76 | 504 | 125 | 25 |
| Binary | 1100001 | 1000 | 111110 | 0 | 1011100 | 100100 | 111110 | 101000100 | 1010101 | 10101 |
Color Harmonies of #61083E
Complementary color
Monochromatic Colors of #61083E
Black with #61083E
Text Example
Text Example
White with #61083E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61083E; }
p { color: rgb(97,8,62); }
H1.HeaderClassName
{
color: #61083E;
}
.AnyTagClassName
{
color: #61083E;
}
</style>
background-color css
<style>
a { background-color: #61083E; }
a { background-color: rgb(97,8,62); }
div.DivClassName
{
background-color: #61083E;
}
.BgClassName
{
background-color: #61083E;
}
</style>
border-color css
<style>
span { border-color: #61083E; }
span { border-color: rgb(97,8,62); }
td.TdClassName
{
border-color: #61083E;
}
.TagClassName
{
border-color: #61083E;
}
</style>