Shades of Tyrian Purple #62023A
Tints of Tyrian Purple #62023A
RGB
CMYK
RGB Variations
Color information
#62023A (or 0x62023A) is known color: Tyrian Purple. HEX triplet: 62, 02 and 3A. RGB value is (98,2,58). Sum of RGB (Red+Green+Blue) = 98+2+58=158 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.03% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 58 (23.05% from 255 or 36.71% from 158); Max value from RGB is 98 - color contains mainly: red. Hex color #62023A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62023A is #9DFDC5. Grayscale: #242424. Windows color (decimal): -10354118 or 3801698. OLE color: 3801698.
HSL color Cylindrical-coordinate representation of color #62023A: hue angle of 325º 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 #62023A is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 2 | 58 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.62 |
| HSL | 325º | 0.96% | 0.2% | - |
| HSV(B) | 325º | 0.98% | 0.38% | - |
| XYZ | 5.82 | 2.95 | 4.26 | - |
| YUV | 37.09 | 139.8 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 2 | 58 | 0 | 0.98 | 0.41 | 0.62 | 325 | 0.96 | 0.2 |
| Hex | 62 | 2 | 3A | 0 | 62 | 29 | 3E | 145 | 60 | 14 |
| Octal | 142 | 2 | 72 | 0 | 142 | 51 | 76 | 505 | 140 | 24 |
| Binary | 1100010 | 10 | 111010 | 0 | 1100010 | 101001 | 111110 | 101000101 | 1100000 | 10100 |
Color Harmonies of #62023A
Complementary color
Monochromatic Colors of #62023A
Black with #62023A
Text Example
Text Example
White with #62023A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62023A; }
p { color: rgb(98,2,58); }
H1.HeaderClassName
{
color: #62023A;
}
.AnyTagClassName
{
color: #62023A;
}
</style>
background-color css
<style>
a { background-color: #62023A; }
a { background-color: rgb(98,2,58); }
div.DivClassName
{
background-color: #62023A;
}
.BgClassName
{
background-color: #62023A;
}
</style>
border-color css
<style>
span { border-color: #62023A; }
span { border-color: rgb(98,2,58); }
td.TdClassName
{
border-color: #62023A;
}
.TagClassName
{
border-color: #62023A;
}
</style>