Shades of Tyrian Purple #61043D
Tints of Tyrian Purple #61043D
RGB
CMYK
RGB Variations
Color information
#61043D (or 0x61043D) is known color: Tyrian Purple. HEX triplet: 61, 04 and 3D. RGB value is (97,4,61). Sum of RGB (Red+Green+Blue) = 97+4+61=162 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.88% from 162); Green value is 4 (1.95% from 255 or 2.47% from 162); Blue value is 61 (24.22% from 255 or 37.65% from 162); Max value from RGB is 97 - color contains mainly: red. Hex color #61043D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61043D is #9EFBC2. Grayscale: #262626. Windows color (decimal): -10419139 or 3998817. OLE color: 3998817.
HSL color Cylindrical-coordinate representation of color #61043D: hue angle of 323.23º 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 #61043D is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 4 | 61 | - |
| CMYK | 0 | 0.96 | 0.37 | 0.62 |
| HSL | 323.23º | 0.92% | 0.2% | - |
| HSV(B) | 323.23º | 0.96% | 0.38% | - |
| XYZ | 5.82 | 2.97 | 4.68 | - |
| YUV | 38.31 | 140.81 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 4 | 61 | 0 | 0.96 | 0.37 | 0.62 | 323.23 | 0.92 | 0.2 |
| Hex | 61 | 4 | 3D | 0 | 60 | 25 | 3E | 143 | 5C | 14 |
| Octal | 141 | 4 | 75 | 0 | 140 | 45 | 76 | 503 | 134 | 24 |
| Binary | 1100001 | 100 | 111101 | 0 | 1100000 | 100101 | 111110 | 101000011 | 1011100 | 10100 |
Color Harmonies of #61043D
Complementary color
Monochromatic Colors of #61043D
Black with #61043D
Text Example
Text Example
White with #61043D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61043D; }
p { color: rgb(97,4,61); }
H1.HeaderClassName
{
color: #61043D;
}
.AnyTagClassName
{
color: #61043D;
}
</style>
background-color css
<style>
a { background-color: #61043D; }
a { background-color: rgb(97,4,61); }
div.DivClassName
{
background-color: #61043D;
}
.BgClassName
{
background-color: #61043D;
}
</style>
border-color css
<style>
span { border-color: #61043D; }
span { border-color: rgb(97,4,61); }
td.TdClassName
{
border-color: #61043D;
}
.TagClassName
{
border-color: #61043D;
}
</style>