Shades of Tyrian Purple #62044C
Tints of Tyrian Purple #62044C
RGB
CMYK
RGB Variations
Color information
#62044C (or 0x62044C) is known color: Tyrian Purple. HEX triplet: 62, 04 and 4C. RGB value is (98,4,76). Sum of RGB (Red+Green+Blue) = 98+4+76=178 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.06% from 178); Green value is 4 (1.95% from 255 or 2.25% from 178); Blue value is 76 (30.08% from 255 or 42.70% from 178); Max value from RGB is 98 - color contains mainly: red. Hex color #62044C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62044C is #9DFBB3. Grayscale: #282828. Windows color (decimal): -10353588 or 4981858. OLE color: 4981858.
HSL color Cylindrical-coordinate representation of color #62044C: hue angle of 314.04º 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 #62044C is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 4 | 76 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.62 |
| HSL | 314.04º | 0.92% | 0.2% | - |
| HSV(B) | 314.04º | 0.96% | 0.38% | - |
| XYZ | 6.38 | 3.21 | 7.12 | - |
| YUV | 40.31 | 148.14 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 4 | 76 | 0 | 0.96 | 0.22 | 0.62 | 314.04 | 0.92 | 0.2 |
| Hex | 62 | 4 | 4C | 0 | 60 | 16 | 3E | 13A | 5C | 14 |
| Octal | 142 | 4 | 114 | 0 | 140 | 26 | 76 | 472 | 134 | 24 |
| Binary | 1100010 | 100 | 1001100 | 0 | 1100000 | 10110 | 111110 | 100111010 | 1011100 | 10100 |
Color Harmonies of #62044C
Complementary color
Monochromatic Colors of #62044C
Black with #62044C
Text Example
Text Example
White with #62044C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62044C; }
p { color: rgb(98,4,76); }
H1.HeaderClassName
{
color: #62044C;
}
.AnyTagClassName
{
color: #62044C;
}
</style>
background-color css
<style>
a { background-color: #62044C; }
a { background-color: rgb(98,4,76); }
div.DivClassName
{
background-color: #62044C;
}
.BgClassName
{
background-color: #62044C;
}
</style>
border-color css
<style>
span { border-color: #62044C; }
span { border-color: rgb(98,4,76); }
td.TdClassName
{
border-color: #62044C;
}
.TagClassName
{
border-color: #62044C;
}
</style>