Shades of Tyrian Purple #62044A
Tints of Tyrian Purple #62044A
RGB
CMYK
RGB Variations
Color information
#62044A (or 0x62044A) is known color: Tyrian Purple. HEX triplet: 62, 04 and 4A. RGB value is (98,4,74). Sum of RGB (Red+Green+Blue) = 98+4+74=176 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.68% from 176); Green value is 4 (1.95% from 255 or 2.27% from 176); Blue value is 74 (29.30% from 255 or 42.05% from 176); Max value from RGB is 98 - color contains mainly: red. Hex color #62044A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62044A is #9DFBB5. Grayscale: #272727. Windows color (decimal): -10353590 or 4850786. OLE color: 4850786.
HSL color Cylindrical-coordinate representation of color #62044A: hue angle of 315.32º 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 #62044A is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 4 | 74 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.62 |
| HSL | 315.32º | 0.92% | 0.2% | - |
| HSV(B) | 315.32º | 0.96% | 0.38% | - |
| XYZ | 6.32 | 3.18 | 6.76 | - |
| YUV | 40.09 | 147.14 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 4 | 74 | 0 | 0.96 | 0.24 | 0.62 | 315.32 | 0.92 | 0.2 |
| Hex | 62 | 4 | 4A | 0 | 60 | 18 | 3E | 13B | 5C | 14 |
| Octal | 142 | 4 | 112 | 0 | 140 | 30 | 76 | 473 | 134 | 24 |
| Binary | 1100010 | 100 | 1001010 | 0 | 1100000 | 11000 | 111110 | 100111011 | 1011100 | 10100 |
Color Harmonies of #62044A
Complementary color
Monochromatic Colors of #62044A
Black with #62044A
Text Example
Text Example
White with #62044A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62044A; }
p { color: rgb(98,4,74); }
H1.HeaderClassName
{
color: #62044A;
}
.AnyTagClassName
{
color: #62044A;
}
</style>
background-color css
<style>
a { background-color: #62044A; }
a { background-color: rgb(98,4,74); }
div.DivClassName
{
background-color: #62044A;
}
.BgClassName
{
background-color: #62044A;
}
</style>
border-color css
<style>
span { border-color: #62044A; }
span { border-color: rgb(98,4,74); }
td.TdClassName
{
border-color: #62044A;
}
.TagClassName
{
border-color: #62044A;
}
</style>