Shades of Tyrian Purple #62064D
Tints of Tyrian Purple #62064D
RGB
CMYK
RGB Variations
Color information
#62064D (or 0x62064D) is known color: Tyrian Purple. HEX triplet: 62, 06 and 4D. RGB value is (98,6,77). Sum of RGB (Red+Green+Blue) = 98+6+77=181 (23% of max value = 765). Red value is 98 (38.67% from 255 or 54.14% from 181); Green value is 6 (2.73% from 255 or 3.31% from 181); Blue value is 77 (30.47% from 255 or 42.54% from 181); Max value from RGB is 98 - color contains mainly: red. Hex color #62064D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62064D is #9DF9B2. Grayscale: #292929. Windows color (decimal): -10353075 or 5047906. OLE color: 5047906.
HSL color Cylindrical-coordinate representation of color #62064D: hue angle of 313.7º 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 #62064D is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 6 | 77 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.62 |
| HSL | 313.7º | 0.88% | 0.2% | - |
| HSV(B) | 313.7º | 0.94% | 0.38% | - |
| XYZ | 6.44 | 3.26 | 7.31 | - |
| YUV | 41.6 | 147.98 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 6 | 77 | 0 | 0.94 | 0.21 | 0.62 | 313.7 | 0.88 | 0.2 |
| Hex | 62 | 6 | 4D | 0 | 5E | 15 | 3E | 13A | 58 | 14 |
| Octal | 142 | 6 | 115 | 0 | 136 | 25 | 76 | 472 | 130 | 24 |
| Binary | 1100010 | 110 | 1001101 | 0 | 1011110 | 10101 | 111110 | 100111010 | 1011000 | 10100 |
Color Harmonies of #62064D
Complementary color
Monochromatic Colors of #62064D
Black with #62064D
Text Example
Text Example
White with #62064D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62064D; }
p { color: rgb(98,6,77); }
H1.HeaderClassName
{
color: #62064D;
}
.AnyTagClassName
{
color: #62064D;
}
</style>
background-color css
<style>
a { background-color: #62064D; }
a { background-color: rgb(98,6,77); }
div.DivClassName
{
background-color: #62064D;
}
.BgClassName
{
background-color: #62064D;
}
</style>
border-color css
<style>
span { border-color: #62064D; }
span { border-color: rgb(98,6,77); }
td.TdClassName
{
border-color: #62064D;
}
.TagClassName
{
border-color: #62064D;
}
</style>