Shades of Tyrian Purple #62084A
Tints of Tyrian Purple #62084A
RGB
CMYK
RGB Variations
Color information
#62084A (or 0x62084A) is known color: Tyrian Purple. HEX triplet: 62, 08 and 4A. RGB value is (98,8,74). Sum of RGB (Red+Green+Blue) = 98+8+74=180 (23% of max value = 765). Red value is 98 (38.67% from 255 or 54.44% from 180); Green value is 8 (3.52% from 255 or 4.44% from 180); Blue value is 74 (29.30% from 255 or 41.11% from 180); Max value from RGB is 98 - color contains mainly: red. Hex color #62084A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62084A is #9DF7B5. Grayscale: #2A2A2A. Windows color (decimal): -10352566 or 4851810. OLE color: 4851810.
HSL color Cylindrical-coordinate representation of color #62084A: hue angle of 316º 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 #62084A is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 8 | 74 | - |
| CMYK | 0 | 0.92 | 0.24 | 0.62 |
| HSL | 316º | 0.85% | 0.21% | - |
| HSV(B) | 316º | 0.92% | 0.38% | - |
| XYZ | 6.36 | 3.26 | 6.77 | - |
| YUV | 42.43 | 145.82 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 8 | 74 | 0 | 0.92 | 0.24 | 0.62 | 316 | 0.85 | 0.21 |
| Hex | 62 | 8 | 4A | 0 | 5C | 18 | 3E | 13C | 55 | 15 |
| Octal | 142 | 10 | 112 | 0 | 134 | 30 | 76 | 474 | 125 | 25 |
| Binary | 1100010 | 1000 | 1001010 | 0 | 1011100 | 11000 | 111110 | 100111100 | 1010101 | 10101 |
Color Harmonies of #62084A
Complementary color
Monochromatic Colors of #62084A
Black with #62084A
Text Example
Text Example
White with #62084A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62084A; }
p { color: rgb(98,8,74); }
H1.HeaderClassName
{
color: #62084A;
}
.AnyTagClassName
{
color: #62084A;
}
</style>
background-color css
<style>
a { background-color: #62084A; }
a { background-color: rgb(98,8,74); }
div.DivClassName
{
background-color: #62084A;
}
.BgClassName
{
background-color: #62084A;
}
</style>
border-color css
<style>
span { border-color: #62084A; }
span { border-color: rgb(98,8,74); }
td.TdClassName
{
border-color: #62084A;
}
.TagClassName
{
border-color: #62084A;
}
</style>