Shades of Tyrian Purple #61032C
Tints of Tyrian Purple #61032C
RGB
CMYK
RGB Variations
Color information
#61032C (or 0x61032C) is known color: Tyrian Purple. HEX triplet: 61, 03 and 2C. RGB value is (97,3,44). Sum of RGB (Red+Green+Blue) = 97+3+44=144 (19% of max value = 765). Red value is 97 (38.28% from 255 or 67.36% from 144); Green value is 3 (1.56% from 255 or 2.08% from 144); Blue value is 44 (17.58% from 255 or 30.56% from 144); Max value from RGB is 97 - color contains mainly: red. Hex color #61032C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61032C is #9EFCD3. Grayscale: #232323. Windows color (decimal): -10419412 or 2884449. OLE color: 2884449.
HSL color Cylindrical-coordinate representation of color #61032C: hue angle of 333.83º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #61032C is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 3 | 44 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.62 |
| HSL | 333.83º | 0.94% | 0.2% | - |
| HSV(B) | 333.83º | 0.97% | 0.38% | - |
| XYZ | 5.42 | 2.79 | 2.64 | - |
| YUV | 35.78 | 132.64 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 3 | 44 | 0 | 0.97 | 0.55 | 0.62 | 333.83 | 0.94 | 0.2 |
| Hex | 61 | 3 | 2C | 0 | 61 | 37 | 3E | 14E | 5E | 14 |
| Octal | 141 | 3 | 54 | 0 | 141 | 67 | 76 | 516 | 136 | 24 |
| Binary | 1100001 | 11 | 101100 | 0 | 1100001 | 110111 | 111110 | 101001110 | 1011110 | 10100 |
Color Harmonies of #61032C
Complementary color
Monochromatic Colors of #61032C
Black with #61032C
Text Example
Text Example
White with #61032C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61032C; }
p { color: rgb(97,3,44); }
H1.HeaderClassName
{
color: #61032C;
}
.AnyTagClassName
{
color: #61032C;
}
</style>
background-color css
<style>
a { background-color: #61032C; }
a { background-color: rgb(97,3,44); }
div.DivClassName
{
background-color: #61032C;
}
.BgClassName
{
background-color: #61032C;
}
</style>
border-color css
<style>
span { border-color: #61032C; }
span { border-color: rgb(97,3,44); }
td.TdClassName
{
border-color: #61032C;
}
.TagClassName
{
border-color: #61032C;
}
</style>