Shades of Tyrian Purple #60104F
Tints of Tyrian Purple #60104F
RGB
CMYK
RGB Variations
Color information
#60104F (or 0x60104F) is known color: Tyrian Purple. HEX triplet: 60, 10 and 4F. RGB value is (96,16,79). Sum of RGB (Red+Green+Blue) = 96+16+79=191 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.26% from 191); Green value is 16 (6.64% from 255 or 8.38% from 191); Blue value is 79 (31.25% from 255 or 41.36% from 191); Max value from RGB is 96 - color contains mainly: red. Hex color #60104F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60104F is #9FEFB0. Grayscale: #2E2E2E. Windows color (decimal): -10481585 or 5181536. OLE color: 5181536.
HSL color Cylindrical-coordinate representation of color #60104F: hue angle of 312.75º 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 #60104F is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 16 | 79 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.62 |
| HSL | 312.75º | 0.71% | 0.22% | - |
| HSV(B) | 312.75º | 0.83% | 0.38% | - |
| XYZ | 6.42 | 3.42 | 7.72 | - |
| YUV | 47.1 | 146 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 16 | 79 | 0 | 0.83 | 0.18 | 0.62 | 312.75 | 0.71 | 0.22 |
| Hex | 60 | 10 | 4F | 0 | 53 | 12 | 3E | 139 | 47 | 16 |
| Octal | 140 | 20 | 117 | 0 | 123 | 22 | 76 | 471 | 107 | 26 |
| Binary | 1100000 | 10000 | 1001111 | 0 | 1010011 | 10010 | 111110 | 100111001 | 1000111 | 10110 |
Color Harmonies of #60104F
Complementary color
Monochromatic Colors of #60104F
Black with #60104F
Text Example
Text Example
White with #60104F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60104F; }
p { color: rgb(96,16,79); }
H1.HeaderClassName
{
color: #60104F;
}
.AnyTagClassName
{
color: #60104F;
}
</style>
background-color css
<style>
a { background-color: #60104F; }
a { background-color: rgb(96,16,79); }
div.DivClassName
{
background-color: #60104F;
}
.BgClassName
{
background-color: #60104F;
}
</style>
border-color css
<style>
span { border-color: #60104F; }
span { border-color: rgb(96,16,79); }
td.TdClassName
{
border-color: #60104F;
}
.TagClassName
{
border-color: #60104F;
}
</style>