Shades of Tyrian Purple #62063E
Tints of Tyrian Purple #62063E
RGB
CMYK
RGB Variations
Color information
#62063E (or 0x62063E) is known color: Tyrian Purple. HEX triplet: 62, 06 and 3E. RGB value is (98,6,62). Sum of RGB (Red+Green+Blue) = 98+6+62=166 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.04% from 166); Green value is 6 (2.73% from 255 or 3.61% from 166); Blue value is 62 (24.61% from 255 or 37.35% from 166); Max value from RGB is 98 - color contains mainly: red. Hex color #62063E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62063E is #9DF9C1. Grayscale: #272727. Windows color (decimal): -10353090 or 4064866. OLE color: 4064866.
HSL color Cylindrical-coordinate representation of color #62063E: hue angle of 323.48º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #62063E is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 6 | 62 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.62 |
| HSL | 323.48º | 0.88% | 0.2% | - |
| HSV(B) | 323.48º | 0.94% | 0.38% | - |
| XYZ | 5.97 | 3.07 | 4.84 | - |
| YUV | 39.89 | 140.48 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 6 | 62 | 0 | 0.94 | 0.37 | 0.62 | 323.48 | 0.88 | 0.2 |
| Hex | 62 | 6 | 3E | 0 | 5E | 25 | 3E | 143 | 58 | 14 |
| Octal | 142 | 6 | 76 | 0 | 136 | 45 | 76 | 503 | 130 | 24 |
| Binary | 1100010 | 110 | 111110 | 0 | 1011110 | 100101 | 111110 | 101000011 | 1011000 | 10100 |
Color Harmonies of #62063E
Complementary color
Monochromatic Colors of #62063E
Black with #62063E
Text Example
Text Example
White with #62063E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62063E; }
p { color: rgb(98,6,62); }
H1.HeaderClassName
{
color: #62063E;
}
.AnyTagClassName
{
color: #62063E;
}
</style>
background-color css
<style>
a { background-color: #62063E; }
a { background-color: rgb(98,6,62); }
div.DivClassName
{
background-color: #62063E;
}
.BgClassName
{
background-color: #62063E;
}
</style>
border-color css
<style>
span { border-color: #62063E; }
span { border-color: rgb(98,6,62); }
td.TdClassName
{
border-color: #62063E;
}
.TagClassName
{
border-color: #62063E;
}
</style>