Shades of Tyrian Purple #62103E
Tints of Tyrian Purple #62103E
RGB
CMYK
RGB Variations
Color information
#62103E (or 0x62103E) is known color: Tyrian Purple. HEX triplet: 62, 10 and 3E. RGB value is (98,16,62). Sum of RGB (Red+Green+Blue) = 98+16+62=176 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.68% from 176); Green value is 16 (6.64% from 255 or 9.09% from 176); Blue value is 62 (24.61% from 255 or 35.23% from 176); Max value from RGB is 98 - color contains mainly: red. Hex color #62103E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62103E is #9DEFC1. Grayscale: #2D2D2D. Windows color (decimal): -10350530 or 4067426. OLE color: 4067426.
HSL color Cylindrical-coordinate representation of color #62103E: hue angle of 326.34º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #62103E is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 16 | 62 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.62 |
| HSL | 326.34º | 0.72% | 0.22% | - |
| HSV(B) | 326.34º | 0.84% | 0.38% | - |
| XYZ | 6.09 | 3.32 | 4.88 | - |
| YUV | 45.76 | 137.17 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 16 | 62 | 0 | 0.84 | 0.37 | 0.62 | 326.34 | 0.72 | 0.22 |
| Hex | 62 | 10 | 3E | 0 | 54 | 25 | 3E | 146 | 48 | 16 |
| Octal | 142 | 20 | 76 | 0 | 124 | 45 | 76 | 506 | 110 | 26 |
| Binary | 1100010 | 10000 | 111110 | 0 | 1010100 | 100101 | 111110 | 101000110 | 1001000 | 10110 |
Color Harmonies of #62103E
Complementary color
Monochromatic Colors of #62103E
Black with #62103E
Text Example
Text Example
White with #62103E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62103E; }
p { color: rgb(98,16,62); }
H1.HeaderClassName
{
color: #62103E;
}
.AnyTagClassName
{
color: #62103E;
}
</style>
background-color css
<style>
a { background-color: #62103E; }
a { background-color: rgb(98,16,62); }
div.DivClassName
{
background-color: #62103E;
}
.BgClassName
{
background-color: #62103E;
}
</style>
border-color css
<style>
span { border-color: #62103E; }
span { border-color: rgb(98,16,62); }
td.TdClassName
{
border-color: #62103E;
}
.TagClassName
{
border-color: #62103E;
}
</style>