Shades of Tyrian Purple #60053C
Tints of Tyrian Purple #60053C
RGB
CMYK
RGB Variations
Color information
#60053C (or 0x60053C) is known color: Tyrian Purple. HEX triplet: 60, 05 and 3C. RGB value is (96,5,60). Sum of RGB (Red+Green+Blue) = 96+5+60=161 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.63% from 161); Green value is 5 (2.34% from 255 or 3.11% from 161); Blue value is 60 (23.83% from 255 or 37.27% from 161); Max value from RGB is 96 - color contains mainly: red. Hex color #60053C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60053C is #9FFAC3. Grayscale: #262626. Windows color (decimal): -10484420 or 3933536. OLE color: 3933536.
HSL color Cylindrical-coordinate representation of color #60053C: hue angle of 323.74º 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 #60053C is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 5 | 60 | - |
| CMYK | 0 | 0.95 | 0.38 | 0.62 |
| HSL | 323.74º | 0.9% | 0.2% | - |
| HSV(B) | 323.74º | 0.95% | 0.38% | - |
| XYZ | 5.69 | 2.92 | 4.54 | - |
| YUV | 38.48 | 140.15 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 5 | 60 | 0 | 0.95 | 0.38 | 0.62 | 323.74 | 0.9 | 0.2 |
| Hex | 60 | 5 | 3C | 0 | 5F | 26 | 3E | 144 | 5A | 14 |
| Octal | 140 | 5 | 74 | 0 | 137 | 46 | 76 | 504 | 132 | 24 |
| Binary | 1100000 | 101 | 111100 | 0 | 1011111 | 100110 | 111110 | 101000100 | 1011010 | 10100 |
Color Harmonies of #60053C
Complementary color
Monochromatic Colors of #60053C
Black with #60053C
Text Example
Text Example
White with #60053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60053C; }
p { color: rgb(96,5,60); }
H1.HeaderClassName
{
color: #60053C;
}
.AnyTagClassName
{
color: #60053C;
}
</style>
background-color css
<style>
a { background-color: #60053C; }
a { background-color: rgb(96,5,60); }
div.DivClassName
{
background-color: #60053C;
}
.BgClassName
{
background-color: #60053C;
}
</style>
border-color css
<style>
span { border-color: #60053C; }
span { border-color: rgb(96,5,60); }
td.TdClassName
{
border-color: #60053C;
}
.TagClassName
{
border-color: #60053C;
}
</style>