Shades of Tyrian Purple #61024E
Tints of Tyrian Purple #61024E
RGB
CMYK
RGB Variations
Color information
#61024E (or 0x61024E) is known color: Tyrian Purple. HEX triplet: 61, 02 and 4E. RGB value is (97,2,78). Sum of RGB (Red+Green+Blue) = 97+2+78=177 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.80% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 78 (30.86% from 255 or 44.07% from 177); Max value from RGB is 97 - color contains mainly: red. Hex color #61024E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61024E is #9EFDB1. Grayscale: #262626. Windows color (decimal): -10419634 or 5112417. OLE color: 5112417.
HSL color Cylindrical-coordinate representation of color #61024E: hue angle of 312º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #61024E is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 2 | 78 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.62 |
| HSL | 312º | 0.96% | 0.19% | - |
| HSV(B) | 312º | 0.98% | 0.38% | - |
| XYZ | 6.33 | 3.13 | 7.48 | - |
| YUV | 39.07 | 149.97 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 2 | 78 | 0 | 0.98 | 0.20 | 0.62 | 312 | 0.96 | 0.19 |
| Hex | 61 | 2 | 4E | 0 | 62 | 14 | 3E | 138 | 60 | 13 |
| Octal | 141 | 2 | 116 | 0 | 142 | 24 | 76 | 470 | 140 | 23 |
| Binary | 1100001 | 10 | 1001110 | 0 | 1100010 | 10100 | 111110 | 100111000 | 1100000 | 10011 |
Color Harmonies of #61024E
Complementary color
Monochromatic Colors of #61024E
Black with #61024E
Text Example
Text Example
White with #61024E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61024E; }
p { color: rgb(97,2,78); }
H1.HeaderClassName
{
color: #61024E;
}
.AnyTagClassName
{
color: #61024E;
}
</style>
background-color css
<style>
a { background-color: #61024E; }
a { background-color: rgb(97,2,78); }
div.DivClassName
{
background-color: #61024E;
}
.BgClassName
{
background-color: #61024E;
}
</style>
border-color css
<style>
span { border-color: #61024E; }
span { border-color: rgb(97,2,78); }
td.TdClassName
{
border-color: #61024E;
}
.TagClassName
{
border-color: #61024E;
}
</style>