Shades of Tyrian Purple #62044D
Tints of Tyrian Purple #62044D
RGB
CMYK
RGB Variations
Color information
#62044D (or 0x62044D) is known color: Tyrian Purple. HEX triplet: 62, 04 and 4D. RGB value is (98,4,77). Sum of RGB (Red+Green+Blue) = 98+4+77=179 (23% of max value = 765). Red value is 98 (38.67% from 255 or 54.75% from 179); Green value is 4 (1.95% from 255 or 2.23% from 179); Blue value is 77 (30.47% from 255 or 43.02% from 179); Max value from RGB is 98 - color contains mainly: red. Hex color #62044D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62044D is #9DFBB2. Grayscale: #282828. Windows color (decimal): -10353587 or 5047394. OLE color: 5047394.
HSL color Cylindrical-coordinate representation of color #62044D: hue angle of 313.4º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #62044D is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 4 | 77 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.62 |
| HSL | 313.4º | 0.92% | 0.2% | - |
| HSV(B) | 313.4º | 0.96% | 0.38% | - |
| XYZ | 6.42 | 3.22 | 7.3 | - |
| YUV | 40.43 | 148.64 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 4 | 77 | 0 | 0.96 | 0.21 | 0.62 | 313.4 | 0.92 | 0.2 |
| Hex | 62 | 4 | 4D | 0 | 60 | 15 | 3E | 139 | 5C | 14 |
| Octal | 142 | 4 | 115 | 0 | 140 | 25 | 76 | 471 | 134 | 24 |
| Binary | 1100010 | 100 | 1001101 | 0 | 1100000 | 10101 | 111110 | 100111001 | 1011100 | 10100 |
Color Harmonies of #62044D
Complementary color
Monochromatic Colors of #62044D
Black with #62044D
Text Example
Text Example
White with #62044D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62044D; }
p { color: rgb(98,4,77); }
H1.HeaderClassName
{
color: #62044D;
}
.AnyTagClassName
{
color: #62044D;
}
</style>
background-color css
<style>
a { background-color: #62044D; }
a { background-color: rgb(98,4,77); }
div.DivClassName
{
background-color: #62044D;
}
.BgClassName
{
background-color: #62044D;
}
</style>
border-color css
<style>
span { border-color: #62044D; }
span { border-color: rgb(98,4,77); }
td.TdClassName
{
border-color: #62044D;
}
.TagClassName
{
border-color: #62044D;
}
</style>