Shades of Tyrian Purple #61053F
Tints of Tyrian Purple #61053F
RGB
CMYK
RGB Variations
Color information
#61053F (or 0x61053F) is known color: Tyrian Purple. HEX triplet: 61, 05 and 3F. RGB value is (97,5,63). Sum of RGB (Red+Green+Blue) = 97+5+63=165 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.79% from 165); Green value is 5 (2.34% from 255 or 3.03% from 165); Blue value is 63 (25% from 255 or 38.18% from 165); Max value from RGB is 97 - color contains mainly: red. Hex color #61053F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61053F is #9EFAC0. Grayscale: #262626. Windows color (decimal): -10418881 or 4130145. OLE color: 4130145.
HSL color Cylindrical-coordinate representation of color #61053F: hue angle of 322.17º 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 #61053F is Cyan = 0, Magento = 0.95, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 5 | 63 | - |
| CMYK | 0 | 0.95 | 0.35 | 0.62 |
| HSL | 322.17º | 0.9% | 0.2% | - |
| HSV(B) | 322.17º | 0.95% | 0.38% | - |
| XYZ | 5.88 | 3.01 | 4.97 | - |
| YUV | 39.12 | 141.48 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 5 | 63 | 0 | 0.95 | 0.35 | 0.62 | 322.17 | 0.9 | 0.2 |
| Hex | 61 | 5 | 3F | 0 | 5F | 23 | 3E | 142 | 5A | 14 |
| Octal | 141 | 5 | 77 | 0 | 137 | 43 | 76 | 502 | 132 | 24 |
| Binary | 1100001 | 101 | 111111 | 0 | 1011111 | 100011 | 111110 | 101000010 | 1011010 | 10100 |
Color Harmonies of #61053F
Complementary color
Monochromatic Colors of #61053F
Black with #61053F
Text Example
Text Example
White with #61053F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61053F; }
p { color: rgb(97,5,63); }
H1.HeaderClassName
{
color: #61053F;
}
.AnyTagClassName
{
color: #61053F;
}
</style>
background-color css
<style>
a { background-color: #61053F; }
a { background-color: rgb(97,5,63); }
div.DivClassName
{
background-color: #61053F;
}
.BgClassName
{
background-color: #61053F;
}
</style>
border-color css
<style>
span { border-color: #61053F; }
span { border-color: rgb(97,5,63); }
td.TdClassName
{
border-color: #61053F;
}
.TagClassName
{
border-color: #61053F;
}
</style>