Shades of Tyrian Purple #62002E
Tints of Tyrian Purple #62002E
RGB
CMYK
RGB Variations
Color information
#62002E (or 0x62002E) is known color: Tyrian Purple. HEX triplet: 62, 00 and 2E. RGB value is (98,0,46). Sum of RGB (Red+Green+Blue) = 98+0+46=144 (19% of max value = 765). Red value is 98 (38.67% from 255 or 68.06% from 144); Green value is 0 (0.39% from 255 or 0% from 144); Blue value is 46 (18.36% from 255 or 31.94% from 144); Max value from RGB is 98 - color contains mainly: red. Hex color #62002E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62002E is #9DFFD1. Grayscale: #222222. Windows color (decimal): -10354642 or 3014754. OLE color: 3014754.
HSL color Cylindrical-coordinate representation of color #62002E: hue angle of 331.84º 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 #62002E is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 0 | 46 | - |
| CMYK | 0 | 1 | 0.53 | 0.62 |
| HSL | 331.84º | 1% | 0.19% | - |
| HSV(B) | 331.84º | 1% | 0.38% | - |
| XYZ | 5.53 | 2.79 | 2.83 | - |
| YUV | 34.55 | 134.47 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 0 | 46 | 0 | 1 | 0.53 | 0.62 | 331.84 | 1 | 0.19 |
| Hex | 62 | 0 | 2E | 0 | 64 | 35 | 3E | 14C | 64 | 13 |
| Octal | 142 | 0 | 56 | 0 | 144 | 65 | 76 | 514 | 144 | 23 |
| Binary | 1100010 | 0 | 101110 | 0 | 1100100 | 110101 | 111110 | 101001100 | 1100100 | 10011 |
Color Harmonies of #62002E
Complementary color
Monochromatic Colors of #62002E
Black with #62002E
Text Example
Text Example
White with #62002E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62002E; }
p { color: rgb(98,0,46); }
H1.HeaderClassName
{
color: #62002E;
}
.AnyTagClassName
{
color: #62002E;
}
</style>
background-color css
<style>
a { background-color: #62002E; }
a { background-color: rgb(98,0,46); }
div.DivClassName
{
background-color: #62002E;
}
.BgClassName
{
background-color: #62002E;
}
</style>
border-color css
<style>
span { border-color: #62002E; }
span { border-color: rgb(98,0,46); }
td.TdClassName
{
border-color: #62002E;
}
.TagClassName
{
border-color: #62002E;
}
</style>