Shades of Tyrian Purple #60104D
Tints of Tyrian Purple #60104D
RGB
CMYK
RGB Variations
Color information
#60104D (or 0x60104D) is known color: Tyrian Purple. HEX triplet: 60, 10 and 4D. RGB value is (96,16,77). Sum of RGB (Red+Green+Blue) = 96+16+77=189 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.79% from 189); Green value is 16 (6.64% from 255 or 8.47% from 189); Blue value is 77 (30.47% from 255 or 40.74% from 189); Max value from RGB is 96 - color contains mainly: red. Hex color #60104D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60104D is #9FEFB2. Grayscale: #2E2E2E. Windows color (decimal): -10481587 or 5050464. OLE color: 5050464.
HSL color Cylindrical-coordinate representation of color #60104D: hue angle of 314.25º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #60104D is Cyan = 0, Magento = 0.83, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 16 | 77 | - |
| CMYK | 0 | 0.83 | 0.20 | 0.62 |
| HSL | 314.25º | 0.71% | 0.22% | - |
| HSV(B) | 314.25º | 0.83% | 0.38% | - |
| XYZ | 6.35 | 3.39 | 7.34 | - |
| YUV | 46.87 | 145 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 16 | 77 | 0 | 0.83 | 0.20 | 0.62 | 314.25 | 0.71 | 0.22 |
| Hex | 60 | 10 | 4D | 0 | 53 | 14 | 3E | 13A | 47 | 16 |
| Octal | 140 | 20 | 115 | 0 | 123 | 24 | 76 | 472 | 107 | 26 |
| Binary | 1100000 | 10000 | 1001101 | 0 | 1010011 | 10100 | 111110 | 100111010 | 1000111 | 10110 |
Color Harmonies of #60104D
Complementary color
Monochromatic Colors of #60104D
Black with #60104D
Text Example
Text Example
White with #60104D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60104D; }
p { color: rgb(96,16,77); }
H1.HeaderClassName
{
color: #60104D;
}
.AnyTagClassName
{
color: #60104D;
}
</style>
background-color css
<style>
a { background-color: #60104D; }
a { background-color: rgb(96,16,77); }
div.DivClassName
{
background-color: #60104D;
}
.BgClassName
{
background-color: #60104D;
}
</style>
border-color css
<style>
span { border-color: #60104D; }
span { border-color: rgb(96,16,77); }
td.TdClassName
{
border-color: #60104D;
}
.TagClassName
{
border-color: #60104D;
}
</style>