Shades of Tyrian Purple #62002D
Tints of Tyrian Purple #62002D
RGB
CMYK
RGB Variations
Color information
#62002D (or 0x62002D) is known color: Tyrian Purple. HEX triplet: 62, 00 and 2D. RGB value is (98,0,45). Sum of RGB (Red+Green+Blue) = 98+0+45=143 (18% of max value = 765). Red value is 98 (38.67% from 255 or 68.53% from 143); Green value is 0 (0.39% from 255 or 0% from 143); Blue value is 45 (17.97% from 255 or 31.47% from 143); Max value from RGB is 98 - color contains mainly: red. Hex color #62002D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62002D is #9DFFD2. Grayscale: #222222. Windows color (decimal): -10354643 or 2949218. OLE color: 2949218.
HSL color Cylindrical-coordinate representation of color #62002D: hue angle of 332.45º 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 #62002D is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 0 | 45 | - |
| CMYK | 0 | 1 | 0.54 | 0.62 |
| HSL | 332.45º | 1% | 0.19% | - |
| HSV(B) | 332.45º | 1% | 0.38% | - |
| XYZ | 5.51 | 2.79 | 2.73 | - |
| YUV | 34.43 | 133.97 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 0 | 45 | 0 | 1 | 0.54 | 0.62 | 332.45 | 1 | 0.19 |
| Hex | 62 | 0 | 2D | 0 | 64 | 36 | 3E | 14C | 64 | 13 |
| Octal | 142 | 0 | 55 | 0 | 144 | 66 | 76 | 514 | 144 | 23 |
| Binary | 1100010 | 0 | 101101 | 0 | 1100100 | 110110 | 111110 | 101001100 | 1100100 | 10011 |
Color Harmonies of #62002D
Complementary color
Monochromatic Colors of #62002D
Black with #62002D
Text Example
Text Example
White with #62002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62002D; }
p { color: rgb(98,0,45); }
H1.HeaderClassName
{
color: #62002D;
}
.AnyTagClassName
{
color: #62002D;
}
</style>
background-color css
<style>
a { background-color: #62002D; }
a { background-color: rgb(98,0,45); }
div.DivClassName
{
background-color: #62002D;
}
.BgClassName
{
background-color: #62002D;
}
</style>
border-color css
<style>
span { border-color: #62002D; }
span { border-color: rgb(98,0,45); }
td.TdClassName
{
border-color: #62002D;
}
.TagClassName
{
border-color: #62002D;
}
</style>