Shades of Tyrian Purple #60004F
Tints of Tyrian Purple #60004F
RGB
CMYK
RGB Variations
Color information
#60004F (or 0x60004F) is known color: Tyrian Purple. HEX triplet: 60, 00 and 4F. RGB value is (96,0,79). Sum of RGB (Red+Green+Blue) = 96+0+79=175 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.86% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 79 (31.25% from 255 or 45.14% from 175); Max value from RGB is 96 - color contains mainly: red. Hex color #60004F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60004F is #9FFFB0. Grayscale: #252525. Windows color (decimal): -10485681 or 5177440. OLE color: 5177440.
HSL color Cylindrical-coordinate representation of color #60004F: hue angle of 310.62º 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 #60004F is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 0 | 79 | - |
| CMYK | 0 | 1 | 0.18 | 0.62 |
| HSL | 310.63º | 1% | 0.19% | - |
| HSV(B) | 310.63º | 1% | 0.38% | - |
| XYZ | 6.24 | 3.05 | 7.66 | - |
| YUV | 37.71 | 151.3 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 0 | 79 | 0 | 1 | 0.18 | 0.62 | 310.63 | 1 | 0.19 |
| Hex | 60 | 0 | 4F | 0 | 64 | 12 | 3E | 137 | 64 | 13 |
| Octal | 140 | 0 | 117 | 0 | 144 | 22 | 76 | 467 | 144 | 23 |
| Binary | 1100000 | 0 | 1001111 | 0 | 1100100 | 10010 | 111110 | 100110111 | 1100100 | 10011 |
Color Harmonies of #60004F
Complementary color
Monochromatic Colors of #60004F
Black with #60004F
Text Example
Text Example
White with #60004F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60004F; }
p { color: rgb(96,0,79); }
H1.HeaderClassName
{
color: #60004F;
}
.AnyTagClassName
{
color: #60004F;
}
</style>
background-color css
<style>
a { background-color: #60004F; }
a { background-color: rgb(96,0,79); }
div.DivClassName
{
background-color: #60004F;
}
.BgClassName
{
background-color: #60004F;
}
</style>
border-color css
<style>
span { border-color: #60004F; }
span { border-color: rgb(96,0,79); }
td.TdClassName
{
border-color: #60004F;
}
.TagClassName
{
border-color: #60004F;
}
</style>