Shades of Tyrian Purple #62004A
Tints of Tyrian Purple #62004A
RGB
CMYK
RGB Variations
Color information
#62004A (or 0x62004A) is known color: Tyrian Purple. HEX triplet: 62, 00 and 4A. RGB value is (98,0,74). Sum of RGB (Red+Green+Blue) = 98+0+74=172 (22% of max value = 765). Red value is 98 (38.67% from 255 or 56.98% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 74 (29.30% from 255 or 43.02% from 172); Max value from RGB is 98 - color contains mainly: red. Hex color #62004A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62004A is #9DFFB5. Grayscale: #252525. Windows color (decimal): -10354614 or 4849762. OLE color: 4849762.
HSL color Cylindrical-coordinate representation of color #62004A: hue angle of 314.69º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #62004A is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 0 | 74 | - |
| CMYK | 0 | 1 | 0.24 | 0.62 |
| HSL | 314.69º | 1% | 0.19% | - |
| HSV(B) | 314.69º | 1% | 0.38% | - |
| XYZ | 6.27 | 3.09 | 6.74 | - |
| YUV | 37.74 | 148.47 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 0 | 74 | 0 | 1 | 0.24 | 0.62 | 314.69 | 1 | 0.19 |
| Hex | 62 | 0 | 4A | 0 | 64 | 18 | 3E | 13B | 64 | 13 |
| Octal | 142 | 0 | 112 | 0 | 144 | 30 | 76 | 473 | 144 | 23 |
| Binary | 1100010 | 0 | 1001010 | 0 | 1100100 | 11000 | 111110 | 100111011 | 1100100 | 10011 |
Color Harmonies of #62004A
Complementary color
Monochromatic Colors of #62004A
Black with #62004A
Text Example
Text Example
White with #62004A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62004A; }
p { color: rgb(98,0,74); }
H1.HeaderClassName
{
color: #62004A;
}
.AnyTagClassName
{
color: #62004A;
}
</style>
background-color css
<style>
a { background-color: #62004A; }
a { background-color: rgb(98,0,74); }
div.DivClassName
{
background-color: #62004A;
}
.BgClassName
{
background-color: #62004A;
}
</style>
border-color css
<style>
span { border-color: #62004A; }
span { border-color: rgb(98,0,74); }
td.TdClassName
{
border-color: #62004A;
}
.TagClassName
{
border-color: #62004A;
}
</style>