Shades of Tyrian Purple #60004C
Tints of Tyrian Purple #60004C
RGB
CMYK
RGB Variations
Color information
#60004C (or 0x60004C) is known color: Tyrian Purple. HEX triplet: 60, 00 and 4C. RGB value is (96,0,76). Sum of RGB (Red+Green+Blue) = 96+0+76=172 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.81% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 76 (30.08% from 255 or 44.19% from 172); Max value from RGB is 96 - color contains mainly: red. Hex color #60004C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60004C is #9FFFB3. Grayscale: #252525. Windows color (decimal): -10485684 or 4980832. OLE color: 4980832.
HSL color Cylindrical-coordinate representation of color #60004C: hue angle of 312.5º 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 #60004C is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 0 | 76 | - |
| CMYK | 0 | 1 | 0.21 | 0.62 |
| HSL | 312.5º | 1% | 0.19% | - |
| HSV(B) | 312.5º | 1% | 0.38% | - |
| XYZ | 6.13 | 3.01 | 7.1 | - |
| YUV | 37.37 | 149.8 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 0 | 76 | 0 | 1 | 0.21 | 0.62 | 312.5 | 1 | 0.19 |
| Hex | 60 | 0 | 4C | 0 | 64 | 15 | 3E | 138 | 64 | 13 |
| Octal | 140 | 0 | 114 | 0 | 144 | 25 | 76 | 470 | 144 | 23 |
| Binary | 1100000 | 0 | 1001100 | 0 | 1100100 | 10101 | 111110 | 100111000 | 1100100 | 10011 |
Color Harmonies of #60004C
Complementary color
Monochromatic Colors of #60004C
Black with #60004C
Text Example
Text Example
White with #60004C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60004C; }
p { color: rgb(96,0,76); }
H1.HeaderClassName
{
color: #60004C;
}
.AnyTagClassName
{
color: #60004C;
}
</style>
background-color css
<style>
a { background-color: #60004C; }
a { background-color: rgb(96,0,76); }
div.DivClassName
{
background-color: #60004C;
}
.BgClassName
{
background-color: #60004C;
}
</style>
border-color css
<style>
span { border-color: #60004C; }
span { border-color: rgb(96,0,76); }
td.TdClassName
{
border-color: #60004C;
}
.TagClassName
{
border-color: #60004C;
}
</style>