Shades of Tyrian Purple #62003C
Tints of Tyrian Purple #62003C
RGB
CMYK
RGB Variations
Color information
#62003C (or 0x62003C) is known color: Tyrian Purple. HEX triplet: 62, 00 and 3C. RGB value is (98,0,60). Sum of RGB (Red+Green+Blue) = 98+0+60=158 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.03% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 60 (23.83% from 255 or 37.97% from 158); Max value from RGB is 98 - color contains mainly: red. Hex color #62003C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62003C is #9DFFC3. Grayscale: #242424. Windows color (decimal): -10354628 or 3932258. OLE color: 3932258.
HSL color Cylindrical-coordinate representation of color #62003C: hue angle of 323.27º 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 #62003C is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.39 | 0.62 |
| HSL | 323.27º | 1% | 0.19% | - |
| HSV(B) | 323.27º | 1% | 0.38% | - |
| XYZ | 5.85 | 2.92 | 4.53 | - |
| YUV | 36.14 | 141.47 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 0 | 60 | 0 | 1 | 0.39 | 0.62 | 323.27 | 1 | 0.19 |
| Hex | 62 | 0 | 3C | 0 | 64 | 27 | 3E | 143 | 64 | 13 |
| Octal | 142 | 0 | 74 | 0 | 144 | 47 | 76 | 503 | 144 | 23 |
| Binary | 1100010 | 0 | 111100 | 0 | 1100100 | 100111 | 111110 | 101000011 | 1100100 | 10011 |
Color Harmonies of #62003C
Complementary color
Monochromatic Colors of #62003C
Black with #62003C
Text Example
Text Example
White with #62003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62003C; }
p { color: rgb(98,0,60); }
H1.HeaderClassName
{
color: #62003C;
}
.AnyTagClassName
{
color: #62003C;
}
</style>
background-color css
<style>
a { background-color: #62003C; }
a { background-color: rgb(98,0,60); }
div.DivClassName
{
background-color: #62003C;
}
.BgClassName
{
background-color: #62003C;
}
</style>
border-color css
<style>
span { border-color: #62003C; }
span { border-color: rgb(98,0,60); }
td.TdClassName
{
border-color: #62003C;
}
.TagClassName
{
border-color: #62003C;
}
</style>