Shades of Tyrian Purple #62004C
Tints of Tyrian Purple #62004C
RGB
CMYK
RGB Variations
Color information
#62004C (or 0x62004C) is known color: Tyrian Purple. HEX triplet: 62, 00 and 4C. RGB value is (98,0,76). Sum of RGB (Red+Green+Blue) = 98+0+76=174 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56.32% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 76 (30.08% from 255 or 43.68% from 174); Max value from RGB is 98 - color contains mainly: red. Hex color #62004C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62004C is #9DFFB3. Grayscale: #252525. Windows color (decimal): -10354612 or 4980834. OLE color: 4980834.
HSL color Cylindrical-coordinate representation of color #62004C: hue angle of 313.47º 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 #62004C is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 0 | 76 | - |
| CMYK | 0 | 1 | 0.22 | 0.62 |
| HSL | 313.47º | 1% | 0.19% | - |
| HSV(B) | 313.47º | 1% | 0.38% | - |
| XYZ | 6.34 | 3.12 | 7.11 | - |
| YUV | 37.97 | 149.47 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 0 | 76 | 0 | 1 | 0.22 | 0.62 | 313.47 | 1 | 0.19 |
| Hex | 62 | 0 | 4C | 0 | 64 | 16 | 3E | 139 | 64 | 13 |
| Octal | 142 | 0 | 114 | 0 | 144 | 26 | 76 | 471 | 144 | 23 |
| Binary | 1100010 | 0 | 1001100 | 0 | 1100100 | 10110 | 111110 | 100111001 | 1100100 | 10011 |
Color Harmonies of #62004C
Complementary color
Monochromatic Colors of #62004C
Black with #62004C
Text Example
Text Example
White with #62004C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62004C; }
p { color: rgb(98,0,76); }
H1.HeaderClassName
{
color: #62004C;
}
.AnyTagClassName
{
color: #62004C;
}
</style>
background-color css
<style>
a { background-color: #62004C; }
a { background-color: rgb(98,0,76); }
div.DivClassName
{
background-color: #62004C;
}
.BgClassName
{
background-color: #62004C;
}
</style>
border-color css
<style>
span { border-color: #62004C; }
span { border-color: rgb(98,0,76); }
td.TdClassName
{
border-color: #62004C;
}
.TagClassName
{
border-color: #62004C;
}
</style>