Shades of Tyrian Purple #60042D
Tints of Tyrian Purple #60042D
RGB
CMYK
RGB Variations
Color information
#60042D (or 0x60042D) is known color: Tyrian Purple. HEX triplet: 60, 04 and 2D. RGB value is (96,4,45). Sum of RGB (Red+Green+Blue) = 96+4+45=145 (19% of max value = 765). Red value is 96 (37.89% from 255 or 66.21% from 145); Green value is 4 (1.95% from 255 or 2.76% from 145); Blue value is 45 (17.97% from 255 or 31.03% from 145); Max value from RGB is 96 - color contains mainly: red. Hex color #60042D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60042D is #9FFBD2. Grayscale: #242424. Windows color (decimal): -10484691 or 2950240. OLE color: 2950240.
HSL color Cylindrical-coordinate representation of color #60042D: hue angle of 333.26º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #60042D is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 4 | 45 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.62 |
| HSL | 333.26º | 0.92% | 0.2% | - |
| HSV(B) | 333.26º | 0.96% | 0.38% | - |
| XYZ | 5.34 | 2.76 | 2.73 | - |
| YUV | 36.18 | 132.98 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 4 | 45 | 0 | 0.96 | 0.53 | 0.62 | 333.26 | 0.92 | 0.2 |
| Hex | 60 | 4 | 2D | 0 | 60 | 35 | 3E | 14D | 5C | 14 |
| Octal | 140 | 4 | 55 | 0 | 140 | 65 | 76 | 515 | 134 | 24 |
| Binary | 1100000 | 100 | 101101 | 0 | 1100000 | 110101 | 111110 | 101001101 | 1011100 | 10100 |
Color Harmonies of #60042D
Complementary color
Monochromatic Colors of #60042D
Black with #60042D
Text Example
Text Example
White with #60042D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60042D; }
p { color: rgb(96,4,45); }
H1.HeaderClassName
{
color: #60042D;
}
.AnyTagClassName
{
color: #60042D;
}
</style>
background-color css
<style>
a { background-color: #60042D; }
a { background-color: rgb(96,4,45); }
div.DivClassName
{
background-color: #60042D;
}
.BgClassName
{
background-color: #60042D;
}
</style>
border-color css
<style>
span { border-color: #60042D; }
span { border-color: rgb(96,4,45); }
td.TdClassName
{
border-color: #60042D;
}
.TagClassName
{
border-color: #60042D;
}
</style>