Shades of Tyrian Purple #62074E
Tints of Tyrian Purple #62074E
RGB
CMYK
RGB Variations
Color information
#62074E (or 0x62074E) is known color: Tyrian Purple. HEX triplet: 62, 07 and 4E. RGB value is (98,7,78). Sum of RGB (Red+Green+Blue) = 98+7+78=183 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.55% from 183); Green value is 7 (3.12% from 255 or 3.83% from 183); Blue value is 78 (30.86% from 255 or 42.62% from 183); Max value from RGB is 98 - color contains mainly: red. Hex color #62074E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62074E is #9DF8B1. Grayscale: #2A2A2A. Windows color (decimal): -10352818 or 5113698. OLE color: 5113698.
HSL color Cylindrical-coordinate representation of color #62074E: hue angle of 313.19º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #62074E is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 7 | 78 | - |
| CMYK | 0 | 0.93 | 0.20 | 0.62 |
| HSL | 313.19º | 0.87% | 0.21% | - |
| HSV(B) | 313.19º | 0.93% | 0.38% | - |
| XYZ | 6.49 | 3.3 | 7.5 | - |
| YUV | 42.3 | 148.15 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 7 | 78 | 0 | 0.93 | 0.20 | 0.62 | 313.19 | 0.87 | 0.21 |
| Hex | 62 | 7 | 4E | 0 | 5D | 14 | 3E | 139 | 57 | 15 |
| Octal | 142 | 7 | 116 | 0 | 135 | 24 | 76 | 471 | 127 | 25 |
| Binary | 1100010 | 111 | 1001110 | 0 | 1011101 | 10100 | 111110 | 100111001 | 1010111 | 10101 |
Color Harmonies of #62074E
Complementary color
Monochromatic Colors of #62074E
Black with #62074E
Text Example
Text Example
White with #62074E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62074E; }
p { color: rgb(98,7,78); }
H1.HeaderClassName
{
color: #62074E;
}
.AnyTagClassName
{
color: #62074E;
}
</style>
background-color css
<style>
a { background-color: #62074E; }
a { background-color: rgb(98,7,78); }
div.DivClassName
{
background-color: #62074E;
}
.BgClassName
{
background-color: #62074E;
}
</style>
border-color css
<style>
span { border-color: #62074E; }
span { border-color: rgb(98,7,78); }
td.TdClassName
{
border-color: #62074E;
}
.TagClassName
{
border-color: #62074E;
}
</style>