Shades of Tyrian Purple #61104B
Tints of Tyrian Purple #61104B
RGB
CMYK
RGB Variations
Color information
#61104B (or 0x61104B) is known color: Tyrian Purple. HEX triplet: 61, 10 and 4B. RGB value is (97,16,75). Sum of RGB (Red+Green+Blue) = 97+16+75=188 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.60% from 188); Green value is 16 (6.64% from 255 or 8.51% from 188); Blue value is 75 (29.69% from 255 or 39.89% from 188); Max value from RGB is 97 - color contains mainly: red. Hex color #61104B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61104B is #9EEFB4. Grayscale: #2E2E2E. Windows color (decimal): -10416053 or 4919393. OLE color: 4919393.
HSL color Cylindrical-coordinate representation of color #61104B: hue angle of 316.3º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #61104B is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 16 | 75 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.62 |
| HSL | 316.3º | 0.72% | 0.22% | - |
| HSV(B) | 316.3º | 0.84% | 0.38% | - |
| XYZ | 6.39 | 3.42 | 6.98 | - |
| YUV | 46.95 | 143.84 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 16 | 75 | 0 | 0.84 | 0.23 | 0.62 | 316.3 | 0.72 | 0.22 |
| Hex | 61 | 10 | 4B | 0 | 54 | 17 | 3E | 13C | 48 | 16 |
| Octal | 141 | 20 | 113 | 0 | 124 | 27 | 76 | 474 | 110 | 26 |
| Binary | 1100001 | 10000 | 1001011 | 0 | 1010100 | 10111 | 111110 | 100111100 | 1001000 | 10110 |
Color Harmonies of #61104B
Complementary color
Monochromatic Colors of #61104B
Black with #61104B
Text Example
Text Example
White with #61104B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61104B; }
p { color: rgb(97,16,75); }
H1.HeaderClassName
{
color: #61104B;
}
.AnyTagClassName
{
color: #61104B;
}
</style>
background-color css
<style>
a { background-color: #61104B; }
a { background-color: rgb(97,16,75); }
div.DivClassName
{
background-color: #61104B;
}
.BgClassName
{
background-color: #61104B;
}
</style>
border-color css
<style>
span { border-color: #61104B; }
span { border-color: rgb(97,16,75); }
td.TdClassName
{
border-color: #61104B;
}
.TagClassName
{
border-color: #61104B;
}
</style>