Shades of Tyrian Purple #62023E
Tints of Tyrian Purple #62023E
RGB
CMYK
RGB Variations
Color information
#62023E (or 0x62023E) is known color: Tyrian Purple. HEX triplet: 62, 02 and 3E. RGB value is (98,2,62). Sum of RGB (Red+Green+Blue) = 98+2+62=162 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.49% from 162); Green value is 2 (1.17% from 255 or 1.23% from 162); Blue value is 62 (24.61% from 255 or 38.27% from 162); Max value from RGB is 98 - color contains mainly: red. Hex color #62023E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62023E is #9DFDC1. Grayscale: #252525. Windows color (decimal): -10354114 or 4063842. OLE color: 4063842.
HSL color Cylindrical-coordinate representation of color #62023E: hue angle of 322.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 #62023E is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 2 | 62 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.62 |
| HSL | 322.5º | 0.96% | 0.2% | - |
| HSV(B) | 322.5º | 0.98% | 0.38% | - |
| XYZ | 5.93 | 2.99 | 4.82 | - |
| YUV | 37.54 | 141.8 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 2 | 62 | 0 | 0.98 | 0.37 | 0.62 | 322.5 | 0.96 | 0.2 |
| Hex | 62 | 2 | 3E | 0 | 62 | 25 | 3E | 142 | 60 | 14 |
| Octal | 142 | 2 | 76 | 0 | 142 | 45 | 76 | 502 | 140 | 24 |
| Binary | 1100010 | 10 | 111110 | 0 | 1100010 | 100101 | 111110 | 101000010 | 1100000 | 10100 |
Color Harmonies of #62023E
Complementary color
Monochromatic Colors of #62023E
Black with #62023E
Text Example
Text Example
White with #62023E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62023E; }
p { color: rgb(98,2,62); }
H1.HeaderClassName
{
color: #62023E;
}
.AnyTagClassName
{
color: #62023E;
}
</style>
background-color css
<style>
a { background-color: #62023E; }
a { background-color: rgb(98,2,62); }
div.DivClassName
{
background-color: #62023E;
}
.BgClassName
{
background-color: #62023E;
}
</style>
border-color css
<style>
span { border-color: #62023E; }
span { border-color: rgb(98,2,62); }
td.TdClassName
{
border-color: #62023E;
}
.TagClassName
{
border-color: #62023E;
}
</style>