Shades of Tyrian Purple #62084D
Tints of Tyrian Purple #62084D
RGB
CMYK
RGB Variations
Color information
#62084D (or 0x62084D) is known color: Tyrian Purple. HEX triplet: 62, 08 and 4D. RGB value is (98,8,77). Sum of RGB (Red+Green+Blue) = 98+8+77=183 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.55% from 183); Green value is 8 (3.52% from 255 or 4.37% from 183); Blue value is 77 (30.47% from 255 or 42.08% from 183); Max value from RGB is 98 - color contains mainly: red. Hex color #62084D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62084D is #9DF7B2. Grayscale: #2A2A2A. Windows color (decimal): -10352563 or 5048418. OLE color: 5048418.
HSL color Cylindrical-coordinate representation of color #62084D: hue angle of 314º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #62084D is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 8 | 77 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.62 |
| HSL | 314º | 0.85% | 0.21% | - |
| HSV(B) | 314º | 0.92% | 0.38% | - |
| XYZ | 6.46 | 3.31 | 7.32 | - |
| YUV | 42.78 | 147.32 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 8 | 77 | 0 | 0.92 | 0.21 | 0.62 | 314 | 0.85 | 0.21 |
| Hex | 62 | 8 | 4D | 0 | 5C | 15 | 3E | 13A | 55 | 15 |
| Octal | 142 | 10 | 115 | 0 | 134 | 25 | 76 | 472 | 125 | 25 |
| Binary | 1100010 | 1000 | 1001101 | 0 | 1011100 | 10101 | 111110 | 100111010 | 1010101 | 10101 |
Color Harmonies of #62084D
Complementary color
Monochromatic Colors of #62084D
Black with #62084D
Text Example
Text Example
White with #62084D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62084D; }
p { color: rgb(98,8,77); }
H1.HeaderClassName
{
color: #62084D;
}
.AnyTagClassName
{
color: #62084D;
}
</style>
background-color css
<style>
a { background-color: #62084D; }
a { background-color: rgb(98,8,77); }
div.DivClassName
{
background-color: #62084D;
}
.BgClassName
{
background-color: #62084D;
}
</style>
border-color css
<style>
span { border-color: #62084D; }
span { border-color: rgb(98,8,77); }
td.TdClassName
{
border-color: #62084D;
}
.TagClassName
{
border-color: #62084D;
}
</style>