Shades of Tyrian Purple #60022E
Tints of Tyrian Purple #60022E
RGB
CMYK
RGB Variations
Color information
#60022E (or 0x60022E) is known color: Tyrian Purple. HEX triplet: 60, 02 and 2E. RGB value is (96,2,46). Sum of RGB (Red+Green+Blue) = 96+2+46=144 (19% of max value = 765). Red value is 96 (37.89% from 255 or 66.67% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 46 (18.36% from 255 or 31.94% from 144); Max value from RGB is 96 - color contains mainly: red. Hex color #60022E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60022E is #9FFDD1. Grayscale: #232323. Windows color (decimal): -10485202 or 3015264. OLE color: 3015264.
HSL color Cylindrical-coordinate representation of color #60022E: hue angle of 331.91º 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 #60022E is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 2 | 46 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.62 |
| HSL | 331.91º | 0.96% | 0.19% | - |
| HSV(B) | 331.91º | 0.98% | 0.38% | - |
| XYZ | 5.34 | 2.73 | 2.83 | - |
| YUV | 35.12 | 134.14 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 2 | 46 | 0 | 0.98 | 0.52 | 0.62 | 331.91 | 0.96 | 0.19 |
| Hex | 60 | 2 | 2E | 0 | 62 | 34 | 3E | 14C | 60 | 13 |
| Octal | 140 | 2 | 56 | 0 | 142 | 64 | 76 | 514 | 140 | 23 |
| Binary | 1100000 | 10 | 101110 | 0 | 1100010 | 110100 | 111110 | 101001100 | 1100000 | 10011 |
Color Harmonies of #60022E
Complementary color
Monochromatic Colors of #60022E
Black with #60022E
Text Example
Text Example
White with #60022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60022E; }
p { color: rgb(96,2,46); }
H1.HeaderClassName
{
color: #60022E;
}
.AnyTagClassName
{
color: #60022E;
}
</style>
background-color css
<style>
a { background-color: #60022E; }
a { background-color: rgb(96,2,46); }
div.DivClassName
{
background-color: #60022E;
}
.BgClassName
{
background-color: #60022E;
}
</style>
border-color css
<style>
span { border-color: #60022E; }
span { border-color: rgb(96,2,46); }
td.TdClassName
{
border-color: #60022E;
}
.TagClassName
{
border-color: #60022E;
}
</style>