Shades of Tyrian Purple #60022B
Tints of Tyrian Purple #60022B
RGB
CMYK
RGB Variations
Color information
#60022B (or 0x60022B) is known color: Tyrian Purple. HEX triplet: 60, 02 and 2B. RGB value is (96,2,43). Sum of RGB (Red+Green+Blue) = 96+2+43=141 (18% of max value = 765). Red value is 96 (37.89% from 255 or 68.09% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 43 (17.19% from 255 or 30.50% from 141); Max value from RGB is 96 - color contains mainly: red. Hex color #60022B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60022B is #9FFDD4. Grayscale: #222222. Windows color (decimal): -10485205 or 2818656. OLE color: 2818656.
HSL color Cylindrical-coordinate representation of color #60022B: hue angle of 333.83º 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 #60022B is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 2 | 43 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.62 |
| HSL | 333.83º | 0.96% | 0.19% | - |
| HSV(B) | 333.83º | 0.98% | 0.38% | - |
| XYZ | 5.28 | 2.7 | 2.53 | - |
| YUV | 34.78 | 132.64 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 2 | 43 | 0 | 0.98 | 0.55 | 0.62 | 333.83 | 0.96 | 0.19 |
| Hex | 60 | 2 | 2B | 0 | 62 | 37 | 3E | 14E | 60 | 13 |
| Octal | 140 | 2 | 53 | 0 | 142 | 67 | 76 | 516 | 140 | 23 |
| Binary | 1100000 | 10 | 101011 | 0 | 1100010 | 110111 | 111110 | 101001110 | 1100000 | 10011 |
Color Harmonies of #60022B
Complementary color
Monochromatic Colors of #60022B
Black with #60022B
Text Example
Text Example
White with #60022B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60022B; }
p { color: rgb(96,2,43); }
H1.HeaderClassName
{
color: #60022B;
}
.AnyTagClassName
{
color: #60022B;
}
</style>
background-color css
<style>
a { background-color: #60022B; }
a { background-color: rgb(96,2,43); }
div.DivClassName
{
background-color: #60022B;
}
.BgClassName
{
background-color: #60022B;
}
</style>
border-color css
<style>
span { border-color: #60022B; }
span { border-color: rgb(96,2,43); }
td.TdClassName
{
border-color: #60022B;
}
.TagClassName
{
border-color: #60022B;
}
</style>