Shades of Tyrian Purple #62024D
Tints of Tyrian Purple #62024D
RGB
CMYK
RGB Variations
Color information
#62024D (or 0x62024D) is known color: Tyrian Purple. HEX triplet: 62, 02 and 4D. RGB value is (98,2,77). Sum of RGB (Red+Green+Blue) = 98+2+77=177 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.37% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 77 (30.47% from 255 or 43.50% from 177); Max value from RGB is 98 - color contains mainly: red. Hex color #62024D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62024D is #9DFDB2. Grayscale: #272727. Windows color (decimal): -10354099 or 5046882. OLE color: 5046882.
HSL color Cylindrical-coordinate representation of color #62024D: hue angle of 313.12º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #62024D is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 2 | 77 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.62 |
| HSL | 313.13º | 0.96% | 0.2% | - |
| HSV(B) | 313.13º | 0.98% | 0.38% | - |
| XYZ | 6.4 | 3.18 | 7.3 | - |
| YUV | 39.25 | 149.3 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 2 | 77 | 0 | 0.98 | 0.21 | 0.62 | 313.13 | 0.96 | 0.2 |
| Hex | 62 | 2 | 4D | 0 | 62 | 15 | 3E | 139 | 60 | 14 |
| Octal | 142 | 2 | 115 | 0 | 142 | 25 | 76 | 471 | 140 | 24 |
| Binary | 1100010 | 10 | 1001101 | 0 | 1100010 | 10101 | 111110 | 100111001 | 1100000 | 10100 |
Color Harmonies of #62024D
Complementary color
Monochromatic Colors of #62024D
Black with #62024D
Text Example
Text Example
White with #62024D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62024D; }
p { color: rgb(98,2,77); }
H1.HeaderClassName
{
color: #62024D;
}
.AnyTagClassName
{
color: #62024D;
}
</style>
background-color css
<style>
a { background-color: #62024D; }
a { background-color: rgb(98,2,77); }
div.DivClassName
{
background-color: #62024D;
}
.BgClassName
{
background-color: #62024D;
}
</style>
border-color css
<style>
span { border-color: #62024D; }
span { border-color: rgb(98,2,77); }
td.TdClassName
{
border-color: #62024D;
}
.TagClassName
{
border-color: #62024D;
}
</style>