Shades of Tyrian Purple #62003F
Tints of Tyrian Purple #62003F
RGB
CMYK
RGB Variations
Color information
#62003F (or 0x62003F) is known color: Tyrian Purple. HEX triplet: 62, 00 and 3F. RGB value is (98,0,63). Sum of RGB (Red+Green+Blue) = 98+0+63=161 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.87% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 63 (25% from 255 or 39.13% from 161); Max value from RGB is 98 - color contains mainly: red. Hex color #62003F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62003F is #9DFFC0. Grayscale: #242424. Windows color (decimal): -10354625 or 4128866. OLE color: 4128866.
HSL color Cylindrical-coordinate representation of color #62003F: hue angle of 321.43º 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 #62003F is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 0 | 63 | - |
| CMYK | 0 | 1 | 0.36 | 0.62 |
| HSL | 321.43º | 1% | 0.19% | - |
| HSV(B) | 321.43º | 1% | 0.38% | - |
| XYZ | 5.93 | 2.96 | 4.96 | - |
| YUV | 36.48 | 142.97 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 0 | 63 | 0 | 1 | 0.36 | 0.62 | 321.43 | 1 | 0.19 |
| Hex | 62 | 0 | 3F | 0 | 64 | 24 | 3E | 141 | 64 | 13 |
| Octal | 142 | 0 | 77 | 0 | 144 | 44 | 76 | 501 | 144 | 23 |
| Binary | 1100010 | 0 | 111111 | 0 | 1100100 | 100100 | 111110 | 101000001 | 1100100 | 10011 |
Color Harmonies of #62003F
Complementary color
Monochromatic Colors of #62003F
Black with #62003F
Text Example
Text Example
White with #62003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62003F; }
p { color: rgb(98,0,63); }
H1.HeaderClassName
{
color: #62003F;
}
.AnyTagClassName
{
color: #62003F;
}
</style>
background-color css
<style>
a { background-color: #62003F; }
a { background-color: rgb(98,0,63); }
div.DivClassName
{
background-color: #62003F;
}
.BgClassName
{
background-color: #62003F;
}
</style>
border-color css
<style>
span { border-color: #62003F; }
span { border-color: rgb(98,0,63); }
td.TdClassName
{
border-color: #62003F;
}
.TagClassName
{
border-color: #62003F;
}
</style>