Shades of Tyrian Purple #62004D
Tints of Tyrian Purple #62004D
RGB
CMYK
RGB Variations
Color information
#62004D (or 0x62004D) is known color: Tyrian Purple. HEX triplet: 62, 00 and 4D. RGB value is (98,0,77). Sum of RGB (Red+Green+Blue) = 98+0+77=175 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 77 (30.47% from 255 or 44% from 175); Max value from RGB is 98 - color contains mainly: red. Hex color #62004D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62004D is #9DFFB2. Grayscale: #252525. Windows color (decimal): -10354611 or 5046370. OLE color: 5046370.
HSL color Cylindrical-coordinate representation of color #62004D: hue angle of 312.86º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #62004D is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 0 | 77 | - |
| CMYK | 0 | 1 | 0.21 | 0.62 |
| HSL | 312.86º | 1% | 0.19% | - |
| HSV(B) | 312.86º | 1% | 0.38% | - |
| XYZ | 6.38 | 3.13 | 7.29 | - |
| YUV | 38.08 | 149.97 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 0 | 77 | 0 | 1 | 0.21 | 0.62 | 312.86 | 1 | 0.19 |
| Hex | 62 | 0 | 4D | 0 | 64 | 15 | 3E | 139 | 64 | 13 |
| Octal | 142 | 0 | 115 | 0 | 144 | 25 | 76 | 471 | 144 | 23 |
| Binary | 1100010 | 0 | 1001101 | 0 | 1100100 | 10101 | 111110 | 100111001 | 1100100 | 10011 |
Color Harmonies of #62004D
Complementary color
Monochromatic Colors of #62004D
Black with #62004D
Text Example
Text Example
White with #62004D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62004D; }
p { color: rgb(98,0,77); }
H1.HeaderClassName
{
color: #62004D;
}
.AnyTagClassName
{
color: #62004D;
}
</style>
background-color css
<style>
a { background-color: #62004D; }
a { background-color: rgb(98,0,77); }
div.DivClassName
{
background-color: #62004D;
}
.BgClassName
{
background-color: #62004D;
}
</style>
border-color css
<style>
span { border-color: #62004D; }
span { border-color: rgb(98,0,77); }
td.TdClassName
{
border-color: #62004D;
}
.TagClassName
{
border-color: #62004D;
}
</style>