Shades of Tyrian Purple #62022E
Tints of Tyrian Purple #62022E
RGB
CMYK
RGB Variations
Color information
#62022E (or 0x62022E) is known color: Tyrian Purple. HEX triplet: 62, 02 and 2E. RGB value is (98,2,46). Sum of RGB (Red+Green+Blue) = 98+2+46=146 (19% of max value = 765). Red value is 98 (38.67% from 255 or 67.12% from 146); Green value is 2 (1.17% from 255 or 1.37% from 146); Blue value is 46 (18.36% from 255 or 31.51% from 146); Max value from RGB is 98 - color contains mainly: red. Hex color #62022E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62022E is #9DFDD1. Grayscale: #232323. Windows color (decimal): -10354130 or 3015266. OLE color: 3015266.
HSL color Cylindrical-coordinate representation of color #62022E: hue angle of 332.5º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #62022E is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 2 | 46 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.62 |
| HSL | 332.5º | 0.96% | 0.2% | - |
| HSV(B) | 332.5º | 0.98% | 0.38% | - |
| XYZ | 5.55 | 2.84 | 2.84 | - |
| YUV | 35.72 | 133.8 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 2 | 46 | 0 | 0.98 | 0.53 | 0.62 | 332.5 | 0.96 | 0.2 |
| Hex | 62 | 2 | 2E | 0 | 62 | 35 | 3E | 14C | 60 | 14 |
| Octal | 142 | 2 | 56 | 0 | 142 | 65 | 76 | 514 | 140 | 24 |
| Binary | 1100010 | 10 | 101110 | 0 | 1100010 | 110101 | 111110 | 101001100 | 1100000 | 10100 |
Color Harmonies of #62022E
Complementary color
Monochromatic Colors of #62022E
Black with #62022E
Text Example
Text Example
White with #62022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62022E; }
p { color: rgb(98,2,46); }
H1.HeaderClassName
{
color: #62022E;
}
.AnyTagClassName
{
color: #62022E;
}
</style>
background-color css
<style>
a { background-color: #62022E; }
a { background-color: rgb(98,2,46); }
div.DivClassName
{
background-color: #62022E;
}
.BgClassName
{
background-color: #62022E;
}
</style>
border-color css
<style>
span { border-color: #62022E; }
span { border-color: rgb(98,2,46); }
td.TdClassName
{
border-color: #62022E;
}
.TagClassName
{
border-color: #62022E;
}
</style>