Shades of Tyrian Purple #61024A
Tints of Tyrian Purple #61024A
RGB
CMYK
RGB Variations
Color information
#61024A (or 0x61024A) is known color: Tyrian Purple. HEX triplet: 61, 02 and 4A. RGB value is (97,2,74). Sum of RGB (Red+Green+Blue) = 97+2+74=173 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.07% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 74 (29.30% from 255 or 42.77% from 173); Max value from RGB is 97 - color contains mainly: red. Hex color #61024A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61024A is #9EFDB5. Grayscale: #262626. Windows color (decimal): -10419638 or 4850273. OLE color: 4850273.
HSL color Cylindrical-coordinate representation of color #61024A: hue angle of 314.53º 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 #61024A is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 2 | 74 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.62 |
| HSL | 314.53º | 0.96% | 0.19% | - |
| HSV(B) | 314.53º | 0.98% | 0.38% | - |
| XYZ | 6.19 | 3.08 | 6.75 | - |
| YUV | 38.61 | 147.97 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 2 | 74 | 0 | 0.98 | 0.24 | 0.62 | 314.53 | 0.96 | 0.19 |
| Hex | 61 | 2 | 4A | 0 | 62 | 18 | 3E | 13B | 60 | 13 |
| Octal | 141 | 2 | 112 | 0 | 142 | 30 | 76 | 473 | 140 | 23 |
| Binary | 1100001 | 10 | 1001010 | 0 | 1100010 | 11000 | 111110 | 100111011 | 1100000 | 10011 |
Color Harmonies of #61024A
Complementary color
Monochromatic Colors of #61024A
Black with #61024A
Text Example
Text Example
White with #61024A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61024A; }
p { color: rgb(97,2,74); }
H1.HeaderClassName
{
color: #61024A;
}
.AnyTagClassName
{
color: #61024A;
}
</style>
background-color css
<style>
a { background-color: #61024A; }
a { background-color: rgb(97,2,74); }
div.DivClassName
{
background-color: #61024A;
}
.BgClassName
{
background-color: #61024A;
}
</style>
border-color css
<style>
span { border-color: #61024A; }
span { border-color: rgb(97,2,74); }
td.TdClassName
{
border-color: #61024A;
}
.TagClassName
{
border-color: #61024A;
}
</style>