Shades of Tyrian Purple #60053D
Tints of Tyrian Purple #60053D
RGB
CMYK
RGB Variations
Color information
#60053D (or 0x60053D) is known color: Tyrian Purple. HEX triplet: 60, 05 and 3D. RGB value is (96,5,61). Sum of RGB (Red+Green+Blue) = 96+5+61=162 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.26% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 61 (24.22% from 255 or 37.65% from 162); Max value from RGB is 96 - color contains mainly: red. Hex color #60053D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60053D is #9FFAC2. Grayscale: #262626. Windows color (decimal): -10484419 or 3999072. OLE color: 3999072.
HSL color Cylindrical-coordinate representation of color #60053D: hue angle of 323.08º 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 #60053D is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 5 | 61 | - |
| CMYK | 0 | 0.95 | 0.36 | 0.62 |
| HSL | 323.08º | 0.9% | 0.2% | - |
| HSV(B) | 323.08º | 0.95% | 0.38% | - |
| XYZ | 5.72 | 2.93 | 4.68 | - |
| YUV | 38.59 | 140.65 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 5 | 61 | 0 | 0.95 | 0.36 | 0.62 | 323.08 | 0.9 | 0.2 |
| Hex | 60 | 5 | 3D | 0 | 5F | 24 | 3E | 143 | 5A | 14 |
| Octal | 140 | 5 | 75 | 0 | 137 | 44 | 76 | 503 | 132 | 24 |
| Binary | 1100000 | 101 | 111101 | 0 | 1011111 | 100100 | 111110 | 101000011 | 1011010 | 10100 |
Color Harmonies of #60053D
Complementary color
Monochromatic Colors of #60053D
Black with #60053D
Text Example
Text Example
White with #60053D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60053D; }
p { color: rgb(96,5,61); }
H1.HeaderClassName
{
color: #60053D;
}
.AnyTagClassName
{
color: #60053D;
}
</style>
background-color css
<style>
a { background-color: #60053D; }
a { background-color: rgb(96,5,61); }
div.DivClassName
{
background-color: #60053D;
}
.BgClassName
{
background-color: #60053D;
}
</style>
border-color css
<style>
span { border-color: #60053D; }
span { border-color: rgb(96,5,61); }
td.TdClassName
{
border-color: #60053D;
}
.TagClassName
{
border-color: #60053D;
}
</style>