Shades of Tyrian Purple #62064A
Tints of Tyrian Purple #62064A
RGB
CMYK
RGB Variations
Color information
#62064A (or 0x62064A) is known color: Tyrian Purple. HEX triplet: 62, 06 and 4A. RGB value is (98,6,74). Sum of RGB (Red+Green+Blue) = 98+6+74=178 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.06% from 178); Green value is 6 (2.73% from 255 or 3.37% from 178); Blue value is 74 (29.30% from 255 or 41.57% from 178); Max value from RGB is 98 - color contains mainly: red. Hex color #62064A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62064A is #9DF9B5. Grayscale: #292929. Windows color (decimal): -10353078 or 4851298. OLE color: 4851298.
HSL color Cylindrical-coordinate representation of color #62064A: hue angle of 315.65º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #62064A is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 6 | 74 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.62 |
| HSL | 315.65º | 0.88% | 0.2% | - |
| HSV(B) | 315.65º | 0.94% | 0.38% | - |
| XYZ | 6.34 | 3.22 | 6.77 | - |
| YUV | 41.26 | 146.48 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 6 | 74 | 0 | 0.94 | 0.24 | 0.62 | 315.65 | 0.88 | 0.2 |
| Hex | 62 | 6 | 4A | 0 | 5E | 18 | 3E | 13C | 58 | 14 |
| Octal | 142 | 6 | 112 | 0 | 136 | 30 | 76 | 474 | 130 | 24 |
| Binary | 1100010 | 110 | 1001010 | 0 | 1011110 | 11000 | 111110 | 100111100 | 1011000 | 10100 |
Color Harmonies of #62064A
Complementary color
Monochromatic Colors of #62064A
Black with #62064A
Text Example
Text Example
White with #62064A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62064A; }
p { color: rgb(98,6,74); }
H1.HeaderClassName
{
color: #62064A;
}
.AnyTagClassName
{
color: #62064A;
}
</style>
background-color css
<style>
a { background-color: #62064A; }
a { background-color: rgb(98,6,74); }
div.DivClassName
{
background-color: #62064A;
}
.BgClassName
{
background-color: #62064A;
}
</style>
border-color css
<style>
span { border-color: #62064A; }
span { border-color: rgb(98,6,74); }
td.TdClassName
{
border-color: #62064A;
}
.TagClassName
{
border-color: #62064A;
}
</style>