Shades of Tyrian Purple #62012E
Tints of Tyrian Purple #62012E
RGB
CMYK
RGB Variations
Color information
#62012E (or 0x62012E) is known color: Tyrian Purple. HEX triplet: 62, 01 and 2E. RGB value is (98,1,46). Sum of RGB (Red+Green+Blue) = 98+1+46=145 (19% of max value = 765). Red value is 98 (38.67% from 255 or 67.59% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 46 (18.36% from 255 or 31.72% from 145); Max value from RGB is 98 - color contains mainly: red. Hex color #62012E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62012E is #9DFED1. Grayscale: #232323. Windows color (decimal): -10354386 or 3015010. OLE color: 3015010.
HSL color Cylindrical-coordinate representation of color #62012E: hue angle of 332.16º 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 #62012E is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 1 | 46 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.62 |
| HSL | 332.16º | 0.98% | 0.19% | - |
| HSV(B) | 332.16º | 0.99% | 0.38% | - |
| XYZ | 5.54 | 2.82 | 2.84 | - |
| YUV | 35.13 | 134.14 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 1 | 46 | 0 | 0.99 | 0.53 | 0.62 | 332.16 | 0.98 | 0.19 |
| Hex | 62 | 1 | 2E | 0 | 63 | 35 | 3E | 14C | 62 | 13 |
| Octal | 142 | 1 | 56 | 0 | 143 | 65 | 76 | 514 | 142 | 23 |
| Binary | 1100010 | 1 | 101110 | 0 | 1100011 | 110101 | 111110 | 101001100 | 1100010 | 10011 |
Color Harmonies of #62012E
Complementary color
Monochromatic Colors of #62012E
Black with #62012E
Text Example
Text Example
White with #62012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62012E; }
p { color: rgb(98,1,46); }
H1.HeaderClassName
{
color: #62012E;
}
.AnyTagClassName
{
color: #62012E;
}
</style>
background-color css
<style>
a { background-color: #62012E; }
a { background-color: rgb(98,1,46); }
div.DivClassName
{
background-color: #62012E;
}
.BgClassName
{
background-color: #62012E;
}
</style>
border-color css
<style>
span { border-color: #62012E; }
span { border-color: rgb(98,1,46); }
td.TdClassName
{
border-color: #62012E;
}
.TagClassName
{
border-color: #62012E;
}
</style>