Shades of Tyrian Purple #60052D
Tints of Tyrian Purple #60052D
RGB
CMYK
RGB Variations
Color information
#60052D (or 0x60052D) is known color: Tyrian Purple. HEX triplet: 60, 05 and 2D. RGB value is (96,5,45). Sum of RGB (Red+Green+Blue) = 96+5+45=146 (19% of max value = 765). Red value is 96 (37.89% from 255 or 65.75% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 45 (17.97% from 255 or 30.82% from 146); Max value from RGB is 96 - color contains mainly: red. Hex color #60052D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60052D is #9FFAD2. Grayscale: #242424. Windows color (decimal): -10484435 or 2950496. OLE color: 2950496.
HSL color Cylindrical-coordinate representation of color #60052D: hue angle of 333.63º 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 #60052D is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 5 | 45 | - |
| CMYK | 0 | 0.95 | 0.53 | 0.62 |
| HSL | 333.63º | 0.9% | 0.2% | - |
| HSV(B) | 333.63º | 0.95% | 0.38% | - |
| XYZ | 5.35 | 2.78 | 2.74 | - |
| YUV | 36.77 | 132.65 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 5 | 45 | 0 | 0.95 | 0.53 | 0.62 | 333.63 | 0.9 | 0.2 |
| Hex | 60 | 5 | 2D | 0 | 5F | 35 | 3E | 14E | 5A | 14 |
| Octal | 140 | 5 | 55 | 0 | 137 | 65 | 76 | 516 | 132 | 24 |
| Binary | 1100000 | 101 | 101101 | 0 | 1011111 | 110101 | 111110 | 101001110 | 1011010 | 10100 |
Color Harmonies of #60052D
Complementary color
Monochromatic Colors of #60052D
Black with #60052D
Text Example
Text Example
White with #60052D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60052D; }
p { color: rgb(96,5,45); }
H1.HeaderClassName
{
color: #60052D;
}
.AnyTagClassName
{
color: #60052D;
}
</style>
background-color css
<style>
a { background-color: #60052D; }
a { background-color: rgb(96,5,45); }
div.DivClassName
{
background-color: #60052D;
}
.BgClassName
{
background-color: #60052D;
}
</style>
border-color css
<style>
span { border-color: #60052D; }
span { border-color: rgb(96,5,45); }
td.TdClassName
{
border-color: #60052D;
}
.TagClassName
{
border-color: #60052D;
}
</style>