Shades of Tyrian Purple #60052E
Tints of Tyrian Purple #60052E
RGB
CMYK
RGB Variations
Color information
#60052E (or 0x60052E) is known color: Tyrian Purple. HEX triplet: 60, 05 and 2E. RGB value is (96,5,46). Sum of RGB (Red+Green+Blue) = 96+5+46=147 (19% of max value = 765). Red value is 96 (37.89% from 255 or 65.31% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 46 (18.36% from 255 or 31.29% from 147); Max value from RGB is 96 - color contains mainly: red. Hex color #60052E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60052E is #9FFAD1. Grayscale: #242424. Windows color (decimal): -10484434 or 3016032. OLE color: 3016032.
HSL color Cylindrical-coordinate representation of color #60052E: hue angle of 332.97º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #60052E is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 5 | 46 | - |
| CMYK | 0 | 0.95 | 0.52 | 0.62 |
| HSL | 332.97º | 0.9% | 0.2% | - |
| HSV(B) | 332.97º | 0.95% | 0.38% | - |
| XYZ | 5.37 | 2.79 | 2.84 | - |
| YUV | 36.88 | 133.15 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 5 | 46 | 0 | 0.95 | 0.52 | 0.62 | 332.97 | 0.9 | 0.2 |
| Hex | 60 | 5 | 2E | 0 | 5F | 34 | 3E | 14D | 5A | 14 |
| Octal | 140 | 5 | 56 | 0 | 137 | 64 | 76 | 515 | 132 | 24 |
| Binary | 1100000 | 101 | 101110 | 0 | 1011111 | 110100 | 111110 | 101001101 | 1011010 | 10100 |
Color Harmonies of #60052E
Complementary color
Monochromatic Colors of #60052E
Black with #60052E
Text Example
Text Example
White with #60052E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60052E; }
p { color: rgb(96,5,46); }
H1.HeaderClassName
{
color: #60052E;
}
.AnyTagClassName
{
color: #60052E;
}
</style>
background-color css
<style>
a { background-color: #60052E; }
a { background-color: rgb(96,5,46); }
div.DivClassName
{
background-color: #60052E;
}
.BgClassName
{
background-color: #60052E;
}
</style>
border-color css
<style>
span { border-color: #60052E; }
span { border-color: rgb(96,5,46); }
td.TdClassName
{
border-color: #60052E;
}
.TagClassName
{
border-color: #60052E;
}
</style>