Shades of Tyrian Purple #61052D
Tints of Tyrian Purple #61052D
RGB
CMYK
RGB Variations
Color information
#61052D (or 0x61052D) is known color: Tyrian Purple. HEX triplet: 61, 05 and 2D. RGB value is (97,5,45). Sum of RGB (Red+Green+Blue) = 97+5+45=147 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.99% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 45 (17.97% from 255 or 30.61% from 147); Max value from RGB is 97 - color contains mainly: red. Hex color #61052D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61052D is #9EFAD2. Grayscale: #252525. Windows color (decimal): -10418899 or 2950497. OLE color: 2950497.
HSL color Cylindrical-coordinate representation of color #61052D: hue angle of 333.91º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #61052D is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 5 | 45 | - |
| CMYK | 0 | 0.95 | 0.54 | 0.62 |
| HSL | 333.91º | 0.9% | 0.2% | - |
| HSV(B) | 333.91º | 0.95% | 0.38% | - |
| XYZ | 5.46 | 2.84 | 2.74 | - |
| YUV | 37.07 | 132.48 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 5 | 45 | 0 | 0.95 | 0.54 | 0.62 | 333.91 | 0.9 | 0.2 |
| Hex | 61 | 5 | 2D | 0 | 5F | 36 | 3E | 14E | 5A | 14 |
| Octal | 141 | 5 | 55 | 0 | 137 | 66 | 76 | 516 | 132 | 24 |
| Binary | 1100001 | 101 | 101101 | 0 | 1011111 | 110110 | 111110 | 101001110 | 1011010 | 10100 |
Color Harmonies of #61052D
Complementary color
Monochromatic Colors of #61052D
Black with #61052D
Text Example
Text Example
White with #61052D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61052D; }
p { color: rgb(97,5,45); }
H1.HeaderClassName
{
color: #61052D;
}
.AnyTagClassName
{
color: #61052D;
}
</style>
background-color css
<style>
a { background-color: #61052D; }
a { background-color: rgb(97,5,45); }
div.DivClassName
{
background-color: #61052D;
}
.BgClassName
{
background-color: #61052D;
}
</style>
border-color css
<style>
span { border-color: #61052D; }
span { border-color: rgb(97,5,45); }
td.TdClassName
{
border-color: #61052D;
}
.TagClassName
{
border-color: #61052D;
}
</style>