Shades of Tyrian Purple #61054F
Tints of Tyrian Purple #61054F
RGB
CMYK
RGB Variations
Color information
#61054F (or 0x61054F) is known color: Tyrian Purple. HEX triplet: 61, 05 and 4F. RGB value is (97,5,79). Sum of RGB (Red+Green+Blue) = 97+5+79=181 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.59% from 181); Green value is 5 (2.34% from 255 or 2.76% from 181); Blue value is 79 (31.25% from 255 or 43.65% from 181); Max value from RGB is 97 - color contains mainly: red. Hex color #61054F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61054F is #9EFAB0. Grayscale: #282828. Windows color (decimal): -10418865 or 5178721. OLE color: 5178721.
HSL color Cylindrical-coordinate representation of color #61054F: hue angle of 311.74º 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 #61054F is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 5 | 79 | - |
| CMYK | 0 | 0.95 | 0.19 | 0.62 |
| HSL | 311.74º | 0.9% | 0.2% | - |
| HSV(B) | 311.74º | 0.95% | 0.38% | - |
| XYZ | 6.4 | 3.21 | 7.68 | - |
| YUV | 40.94 | 149.48 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 5 | 79 | 0 | 0.95 | 0.19 | 0.62 | 311.74 | 0.9 | 0.2 |
| Hex | 61 | 5 | 4F | 0 | 5F | 13 | 3E | 138 | 5A | 14 |
| Octal | 141 | 5 | 117 | 0 | 137 | 23 | 76 | 470 | 132 | 24 |
| Binary | 1100001 | 101 | 1001111 | 0 | 1011111 | 10011 | 111110 | 100111000 | 1011010 | 10100 |
Color Harmonies of #61054F
Complementary color
Monochromatic Colors of #61054F
Black with #61054F
Text Example
Text Example
White with #61054F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61054F; }
p { color: rgb(97,5,79); }
H1.HeaderClassName
{
color: #61054F;
}
.AnyTagClassName
{
color: #61054F;
}
</style>
background-color css
<style>
a { background-color: #61054F; }
a { background-color: rgb(97,5,79); }
div.DivClassName
{
background-color: #61054F;
}
.BgClassName
{
background-color: #61054F;
}
</style>
border-color css
<style>
span { border-color: #61054F; }
span { border-color: rgb(97,5,79); }
td.TdClassName
{
border-color: #61054F;
}
.TagClassName
{
border-color: #61054F;
}
</style>