Shades of Tyrian Purple #61072F
Tints of Tyrian Purple #61072F
RGB
CMYK
RGB Variations
Color information
#61072F (or 0x61072F) is known color: Tyrian Purple. HEX triplet: 61, 07 and 2F. RGB value is (97,7,47). Sum of RGB (Red+Green+Blue) = 97+7+47=151 (20% of max value = 765). Red value is 97 (38.28% from 255 or 64.24% from 151); Green value is 7 (3.12% from 255 or 4.64% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 97 - color contains mainly: red. Hex color #61072F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61072F is #9EF8D0. Grayscale: #262626. Windows color (decimal): -10418385 or 3082081. OLE color: 3082081.
HSL color Cylindrical-coordinate representation of color #61072F: hue angle of 333.33º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #61072F is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 7 | 47 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.62 |
| HSL | 333.33º | 0.87% | 0.2% | - |
| HSV(B) | 333.33º | 0.93% | 0.38% | - |
| XYZ | 5.52 | 2.9 | 2.96 | - |
| YUV | 38.47 | 132.82 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 7 | 47 | 0 | 0.93 | 0.52 | 0.62 | 333.33 | 0.87 | 0.2 |
| Hex | 61 | 7 | 2F | 0 | 5D | 34 | 3E | 14D | 57 | 14 |
| Octal | 141 | 7 | 57 | 0 | 135 | 64 | 76 | 515 | 127 | 24 |
| Binary | 1100001 | 111 | 101111 | 0 | 1011101 | 110100 | 111110 | 101001101 | 1010111 | 10100 |
Color Harmonies of #61072F
Complementary color
Monochromatic Colors of #61072F
Black with #61072F
Text Example
Text Example
White with #61072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61072F; }
p { color: rgb(97,7,47); }
H1.HeaderClassName
{
color: #61072F;
}
.AnyTagClassName
{
color: #61072F;
}
</style>
background-color css
<style>
a { background-color: #61072F; }
a { background-color: rgb(97,7,47); }
div.DivClassName
{
background-color: #61072F;
}
.BgClassName
{
background-color: #61072F;
}
</style>
border-color css
<style>
span { border-color: #61072F; }
span { border-color: rgb(97,7,47); }
td.TdClassName
{
border-color: #61072F;
}
.TagClassName
{
border-color: #61072F;
}
</style>