Shades of Tyrian Purple #61004C
Tints of Tyrian Purple #61004C
RGB
CMYK
RGB Variations
Color information
#61004C (or 0x61004C) is known color: Tyrian Purple. HEX triplet: 61, 00 and 4C. RGB value is (97,0,76). Sum of RGB (Red+Green+Blue) = 97+0+76=173 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.07% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 76 (30.08% from 255 or 43.93% from 173); Max value from RGB is 97 - color contains mainly: red. Hex color #61004C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61004C is #9EFFB3. Grayscale: #252525. Windows color (decimal): -10420148 or 4980833. OLE color: 4980833.
HSL color Cylindrical-coordinate representation of color #61004C: hue angle of 312.99º 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 #61004C is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 0 | 76 | - |
| CMYK | 0 | 1 | 0.22 | 0.62 |
| HSL | 312.99º | 1% | 0.19% | - |
| HSV(B) | 312.99º | 1% | 0.38% | - |
| XYZ | 6.23 | 3.06 | 7.1 | - |
| YUV | 37.67 | 149.64 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 0 | 76 | 0 | 1 | 0.22 | 0.62 | 312.99 | 1 | 0.19 |
| Hex | 61 | 0 | 4C | 0 | 64 | 16 | 3E | 139 | 64 | 13 |
| Octal | 141 | 0 | 114 | 0 | 144 | 26 | 76 | 471 | 144 | 23 |
| Binary | 1100001 | 0 | 1001100 | 0 | 1100100 | 10110 | 111110 | 100111001 | 1100100 | 10011 |
Color Harmonies of #61004C
Complementary color
Monochromatic Colors of #61004C
Black with #61004C
Text Example
Text Example
White with #61004C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61004C; }
p { color: rgb(97,0,76); }
H1.HeaderClassName
{
color: #61004C;
}
.AnyTagClassName
{
color: #61004C;
}
</style>
background-color css
<style>
a { background-color: #61004C; }
a { background-color: rgb(97,0,76); }
div.DivClassName
{
background-color: #61004C;
}
.BgClassName
{
background-color: #61004C;
}
</style>
border-color css
<style>
span { border-color: #61004C; }
span { border-color: rgb(97,0,76); }
td.TdClassName
{
border-color: #61004C;
}
.TagClassName
{
border-color: #61004C;
}
</style>