Shades of Tyrian Purple #62013E
Tints of Tyrian Purple #62013E
RGB
CMYK
RGB Variations
Color information
#62013E (or 0x62013E) is known color: Tyrian Purple. HEX triplet: 62, 01 and 3E. RGB value is (98,1,62). Sum of RGB (Red+Green+Blue) = 98+1+62=161 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.87% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 62 (24.61% from 255 or 38.51% from 161); Max value from RGB is 98 - color contains mainly: red. Hex color #62013E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62013E is #9DFEC1. Grayscale: #242424. Windows color (decimal): -10354370 or 4063586. OLE color: 4063586.
HSL color Cylindrical-coordinate representation of color #62013E: hue angle of 322.27º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #62013E is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 1 | 62 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.62 |
| HSL | 322.27º | 0.98% | 0.19% | - |
| HSV(B) | 322.27º | 0.99% | 0.38% | - |
| XYZ | 5.92 | 2.97 | 4.82 | - |
| YUV | 36.96 | 142.14 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 1 | 62 | 0 | 0.99 | 0.37 | 0.62 | 322.27 | 0.98 | 0.19 |
| Hex | 62 | 1 | 3E | 0 | 63 | 25 | 3E | 142 | 62 | 13 |
| Octal | 142 | 1 | 76 | 0 | 143 | 45 | 76 | 502 | 142 | 23 |
| Binary | 1100010 | 1 | 111110 | 0 | 1100011 | 100101 | 111110 | 101000010 | 1100010 | 10011 |
Color Harmonies of #62013E
Complementary color
Monochromatic Colors of #62013E
Black with #62013E
Text Example
Text Example
White with #62013E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62013E; }
p { color: rgb(98,1,62); }
H1.HeaderClassName
{
color: #62013E;
}
.AnyTagClassName
{
color: #62013E;
}
</style>
background-color css
<style>
a { background-color: #62013E; }
a { background-color: rgb(98,1,62); }
div.DivClassName
{
background-color: #62013E;
}
.BgClassName
{
background-color: #62013E;
}
</style>
border-color css
<style>
span { border-color: #62013E; }
span { border-color: rgb(98,1,62); }
td.TdClassName
{
border-color: #62013E;
}
.TagClassName
{
border-color: #62013E;
}
</style>