Shades of Tyrian Purple #62042D
Tints of Tyrian Purple #62042D
RGB
CMYK
RGB Variations
Color information
#62042D (or 0x62042D) is known color: Tyrian Purple. HEX triplet: 62, 04 and 2D. RGB value is (98,4,45). Sum of RGB (Red+Green+Blue) = 98+4+45=147 (19% of max value = 765). Red value is 98 (38.67% from 255 or 66.67% from 147); Green value is 4 (1.95% from 255 or 2.72% from 147); Blue value is 45 (17.97% from 255 or 30.61% from 147); Max value from RGB is 98 - color contains mainly: red. Hex color #62042D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62042D is #9DFBD2. Grayscale: #242424. Windows color (decimal): -10353619 or 2950242. OLE color: 2950242.
HSL color Cylindrical-coordinate representation of color #62042D: hue angle of 333.83º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #62042D is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 4 | 45 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.62 |
| HSL | 333.83º | 0.92% | 0.2% | - |
| HSV(B) | 333.83º | 0.96% | 0.38% | - |
| XYZ | 5.55 | 2.87 | 2.74 | - |
| YUV | 36.78 | 132.64 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 4 | 45 | 0 | 0.96 | 0.54 | 0.62 | 333.83 | 0.92 | 0.2 |
| Hex | 62 | 4 | 2D | 0 | 60 | 36 | 3E | 14E | 5C | 14 |
| Octal | 142 | 4 | 55 | 0 | 140 | 66 | 76 | 516 | 134 | 24 |
| Binary | 1100010 | 100 | 101101 | 0 | 1100000 | 110110 | 111110 | 101001110 | 1011100 | 10100 |
Color Harmonies of #62042D
Complementary color
Monochromatic Colors of #62042D
Black with #62042D
Text Example
Text Example
White with #62042D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62042D; }
p { color: rgb(98,4,45); }
H1.HeaderClassName
{
color: #62042D;
}
.AnyTagClassName
{
color: #62042D;
}
</style>
background-color css
<style>
a { background-color: #62042D; }
a { background-color: rgb(98,4,45); }
div.DivClassName
{
background-color: #62042D;
}
.BgClassName
{
background-color: #62042D;
}
</style>
border-color css
<style>
span { border-color: #62042D; }
span { border-color: rgb(98,4,45); }
td.TdClassName
{
border-color: #62042D;
}
.TagClassName
{
border-color: #62042D;
}
</style>