Shades of Tyrian Purple #62014D
Tints of Tyrian Purple #62014D
RGB
CMYK
RGB Variations
Color information
#62014D (or 0x62014D) is known color: Tyrian Purple. HEX triplet: 62, 01 and 4D. RGB value is (98,1,77). Sum of RGB (Red+Green+Blue) = 98+1+77=176 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.68% from 176); Green value is 1 (0.78% from 255 or 0.57% from 176); Blue value is 77 (30.47% from 255 or 43.75% from 176); Max value from RGB is 98 - color contains mainly: red. Hex color #62014D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62014D is #9DFEB2. Grayscale: #262626. Windows color (decimal): -10354355 or 5046626. OLE color: 5046626.
HSL color Cylindrical-coordinate representation of color #62014D: hue angle of 312.99º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #62014D is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 1 | 77 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.62 |
| HSL | 312.99º | 0.98% | 0.19% | - |
| HSV(B) | 312.99º | 0.99% | 0.38% | - |
| XYZ | 6.39 | 3.15 | 7.29 | - |
| YUV | 38.67 | 149.64 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 1 | 77 | 0 | 0.99 | 0.21 | 0.62 | 312.99 | 0.98 | 0.19 |
| Hex | 62 | 1 | 4D | 0 | 63 | 15 | 3E | 139 | 62 | 13 |
| Octal | 142 | 1 | 115 | 0 | 143 | 25 | 76 | 471 | 142 | 23 |
| Binary | 1100010 | 1 | 1001101 | 0 | 1100011 | 10101 | 111110 | 100111001 | 1100010 | 10011 |
Color Harmonies of #62014D
Complementary color
Monochromatic Colors of #62014D
Black with #62014D
Text Example
Text Example
White with #62014D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62014D; }
p { color: rgb(98,1,77); }
H1.HeaderClassName
{
color: #62014D;
}
.AnyTagClassName
{
color: #62014D;
}
</style>
background-color css
<style>
a { background-color: #62014D; }
a { background-color: rgb(98,1,77); }
div.DivClassName
{
background-color: #62014D;
}
.BgClassName
{
background-color: #62014D;
}
</style>
border-color css
<style>
span { border-color: #62014D; }
span { border-color: rgb(98,1,77); }
td.TdClassName
{
border-color: #62014D;
}
.TagClassName
{
border-color: #62014D;
}
</style>