Shades of Tyrian Purple #61003A
Tints of Tyrian Purple #61003A
RGB
CMYK
RGB Variations
Color information
#61003A (or 0x61003A) is known color: Tyrian Purple. HEX triplet: 61, 00 and 3A. RGB value is (97,0,58). Sum of RGB (Red+Green+Blue) = 97+0+58=155 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.58% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 58 (23.05% from 255 or 37.42% from 155); Max value from RGB is 97 - color contains mainly: red. Hex color #61003A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61003A is #9EFFC5. Grayscale: #232323. Windows color (decimal): -10420166 or 3801185. OLE color: 3801185.
HSL color Cylindrical-coordinate representation of color #61003A: hue angle of 324.12º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #61003A is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 0 | 58 | - |
| CMYK | 0 | 1 | 0.40 | 0.62 |
| HSL | 324.12º | 1% | 0.19% | - |
| HSV(B) | 324.12º | 1% | 0.38% | - |
| XYZ | 5.69 | 2.85 | 4.25 | - |
| YUV | 35.62 | 140.64 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 0 | 58 | 0 | 1 | 0.40 | 0.62 | 324.12 | 1 | 0.19 |
| Hex | 61 | 0 | 3A | 0 | 64 | 28 | 3E | 144 | 64 | 13 |
| Octal | 141 | 0 | 72 | 0 | 144 | 50 | 76 | 504 | 144 | 23 |
| Binary | 1100001 | 0 | 111010 | 0 | 1100100 | 101000 | 111110 | 101000100 | 1100100 | 10011 |
Color Harmonies of #61003A
Complementary color
Monochromatic Colors of #61003A
Black with #61003A
Text Example
Text Example
White with #61003A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61003A; }
p { color: rgb(97,0,58); }
H1.HeaderClassName
{
color: #61003A;
}
.AnyTagClassName
{
color: #61003A;
}
</style>
background-color css
<style>
a { background-color: #61003A; }
a { background-color: rgb(97,0,58); }
div.DivClassName
{
background-color: #61003A;
}
.BgClassName
{
background-color: #61003A;
}
</style>
border-color css
<style>
span { border-color: #61003A; }
span { border-color: rgb(97,0,58); }
td.TdClassName
{
border-color: #61003A;
}
.TagClassName
{
border-color: #61003A;
}
</style>