Shades of Tyrian Purple #60022D
Tints of Tyrian Purple #60022D
RGB
CMYK
RGB Variations
Color information
#60022D (or 0x60022D) is known color: Tyrian Purple. HEX triplet: 60, 02 and 2D. RGB value is (96,2,45). Sum of RGB (Red+Green+Blue) = 96+2+45=143 (18% of max value = 765). Red value is 96 (37.89% from 255 or 67.13% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 45 (17.97% from 255 or 31.47% from 143); Max value from RGB is 96 - color contains mainly: red. Hex color #60022D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60022D is #9FFDD2. Grayscale: #222222. Windows color (decimal): -10485203 or 2949728. OLE color: 2949728.
HSL color Cylindrical-coordinate representation of color #60022D: hue angle of 332.55º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #60022D is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 2 | 45 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.62 |
| HSL | 332.55º | 0.96% | 0.19% | - |
| HSV(B) | 332.55º | 0.98% | 0.38% | - |
| XYZ | 5.32 | 2.72 | 2.73 | - |
| YUV | 35.01 | 133.64 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 2 | 45 | 0 | 0.98 | 0.53 | 0.62 | 332.55 | 0.96 | 0.19 |
| Hex | 60 | 2 | 2D | 0 | 62 | 35 | 3E | 14D | 60 | 13 |
| Octal | 140 | 2 | 55 | 0 | 142 | 65 | 76 | 515 | 140 | 23 |
| Binary | 1100000 | 10 | 101101 | 0 | 1100010 | 110101 | 111110 | 101001101 | 1100000 | 10011 |
Color Harmonies of #60022D
Complementary color
Monochromatic Colors of #60022D
Black with #60022D
Text Example
Text Example
White with #60022D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60022D; }
p { color: rgb(96,2,45); }
H1.HeaderClassName
{
color: #60022D;
}
.AnyTagClassName
{
color: #60022D;
}
</style>
background-color css
<style>
a { background-color: #60022D; }
a { background-color: rgb(96,2,45); }
div.DivClassName
{
background-color: #60022D;
}
.BgClassName
{
background-color: #60022D;
}
</style>
border-color css
<style>
span { border-color: #60022D; }
span { border-color: rgb(96,2,45); }
td.TdClassName
{
border-color: #60022D;
}
.TagClassName
{
border-color: #60022D;
}
</style>