Shades of Tyrian Purple #60043A
Tints of Tyrian Purple #60043A
RGB
CMYK
RGB Variations
Color information
#60043A (or 0x60043A) is known color: Tyrian Purple. HEX triplet: 60, 04 and 3A. RGB value is (96,4,58). Sum of RGB (Red+Green+Blue) = 96+4+58=158 (20% of max value = 765). Red value is 96 (37.89% from 255 or 60.76% from 158); Green value is 4 (1.95% from 255 or 2.53% from 158); Blue value is 58 (23.05% from 255 or 36.71% from 158); Max value from RGB is 96 - color contains mainly: red. Hex color #60043A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60043A is #9FFBC5. Grayscale: #252525. Windows color (decimal): -10484678 or 3802208. OLE color: 3802208.
HSL color Cylindrical-coordinate representation of color #60043A: hue angle of 324.78º 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 #60043A is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 4 | 58 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.62 |
| HSL | 324.78º | 0.92% | 0.2% | - |
| HSV(B) | 324.78º | 0.96% | 0.38% | - |
| XYZ | 5.63 | 2.88 | 4.26 | - |
| YUV | 37.66 | 139.48 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 4 | 58 | 0 | 0.96 | 0.40 | 0.62 | 324.78 | 0.92 | 0.2 |
| Hex | 60 | 4 | 3A | 0 | 60 | 28 | 3E | 145 | 5C | 14 |
| Octal | 140 | 4 | 72 | 0 | 140 | 50 | 76 | 505 | 134 | 24 |
| Binary | 1100000 | 100 | 111010 | 0 | 1100000 | 101000 | 111110 | 101000101 | 1011100 | 10100 |
Color Harmonies of #60043A
Complementary color
Monochromatic Colors of #60043A
Black with #60043A
Text Example
Text Example
White with #60043A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60043A; }
p { color: rgb(96,4,58); }
H1.HeaderClassName
{
color: #60043A;
}
.AnyTagClassName
{
color: #60043A;
}
</style>
background-color css
<style>
a { background-color: #60043A; }
a { background-color: rgb(96,4,58); }
div.DivClassName
{
background-color: #60043A;
}
.BgClassName
{
background-color: #60043A;
}
</style>
border-color css
<style>
span { border-color: #60043A; }
span { border-color: rgb(96,4,58); }
td.TdClassName
{
border-color: #60043A;
}
.TagClassName
{
border-color: #60043A;
}
</style>