Shades of Tyrian Purple #62063A
Tints of Tyrian Purple #62063A
RGB
CMYK
RGB Variations
Color information
#62063A (or 0x62063A) is known color: Tyrian Purple. HEX triplet: 62, 06 and 3A. RGB value is (98,6,58). Sum of RGB (Red+Green+Blue) = 98+6+58=162 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.49% from 162); Green value is 6 (2.73% from 255 or 3.70% from 162); Blue value is 58 (23.05% from 255 or 35.80% from 162); Max value from RGB is 98 - color contains mainly: red. Hex color #62063A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62063A is #9DF9C5. Grayscale: #272727. Windows color (decimal): -10353094 or 3802722. OLE color: 3802722.
HSL color Cylindrical-coordinate representation of color #62063A: hue angle of 326.09º 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 #62063A is Cyan = 0, Magento = 0.94, Yellow = 0.41 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 6 | 58 | - |
| CMYK | 0 | 0.94 | 0.41 | 0.62 |
| HSL | 326.09º | 0.88% | 0.2% | - |
| HSV(B) | 326.09º | 0.94% | 0.38% | - |
| XYZ | 5.87 | 3.03 | 4.28 | - |
| YUV | 39.44 | 138.48 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 6 | 58 | 0 | 0.94 | 0.41 | 0.62 | 326.09 | 0.88 | 0.2 |
| Hex | 62 | 6 | 3A | 0 | 5E | 29 | 3E | 146 | 58 | 14 |
| Octal | 142 | 6 | 72 | 0 | 136 | 51 | 76 | 506 | 130 | 24 |
| Binary | 1100010 | 110 | 111010 | 0 | 1011110 | 101001 | 111110 | 101000110 | 1011000 | 10100 |
Color Harmonies of #62063A
Complementary color
Monochromatic Colors of #62063A
Black with #62063A
Text Example
Text Example
White with #62063A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62063A; }
p { color: rgb(98,6,58); }
H1.HeaderClassName
{
color: #62063A;
}
.AnyTagClassName
{
color: #62063A;
}
</style>
background-color css
<style>
a { background-color: #62063A; }
a { background-color: rgb(98,6,58); }
div.DivClassName
{
background-color: #62063A;
}
.BgClassName
{
background-color: #62063A;
}
</style>
border-color css
<style>
span { border-color: #62063A; }
span { border-color: rgb(98,6,58); }
td.TdClassName
{
border-color: #62063A;
}
.TagClassName
{
border-color: #62063A;
}
</style>