Shades of Tyrian Purple #62113A
Tints of Tyrian Purple #62113A
RGB
CMYK
RGB Variations
Color information
#62113A (or 0x62113A) is known color: Tyrian Purple. HEX triplet: 62, 11 and 3A. RGB value is (98,17,58). Sum of RGB (Red+Green+Blue) = 98+17+58=173 (22% of max value = 765). Red value is 98 (38.67% from 255 or 56.65% from 173); Green value is 17 (7.03% from 255 or 9.83% from 173); Blue value is 58 (23.05% from 255 or 33.53% from 173); Max value from RGB is 98 - color contains mainly: red. Hex color #62113A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62113A is #9DEEC5. Grayscale: #2D2D2D. Windows color (decimal): -10350278 or 3805538. OLE color: 3805538.
HSL color Cylindrical-coordinate representation of color #62113A: hue angle of 329.63º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #62113A is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 17 | 58 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.62 |
| HSL | 329.63º | 0.7% | 0.23% | - |
| HSV(B) | 329.63º | 0.83% | 0.38% | - |
| XYZ | 6 | 3.3 | 4.32 | - |
| YUV | 45.89 | 134.84 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 17 | 58 | 0 | 0.83 | 0.41 | 0.62 | 329.63 | 0.7 | 0.23 |
| Hex | 62 | 11 | 3A | 0 | 53 | 29 | 3E | 14A | 46 | 17 |
| Octal | 142 | 21 | 72 | 0 | 123 | 51 | 76 | 512 | 106 | 27 |
| Binary | 1100010 | 10001 | 111010 | 0 | 1010011 | 101001 | 111110 | 101001010 | 1000110 | 10111 |
Color Harmonies of #62113A
Complementary color
Monochromatic Colors of #62113A
Black with #62113A
Text Example
Text Example
White with #62113A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62113A; }
p { color: rgb(98,17,58); }
H1.HeaderClassName
{
color: #62113A;
}
.AnyTagClassName
{
color: #62113A;
}
</style>
background-color css
<style>
a { background-color: #62113A; }
a { background-color: rgb(98,17,58); }
div.DivClassName
{
background-color: #62113A;
}
.BgClassName
{
background-color: #62113A;
}
</style>
border-color css
<style>
span { border-color: #62113A; }
span { border-color: rgb(98,17,58); }
td.TdClassName
{
border-color: #62113A;
}
.TagClassName
{
border-color: #62113A;
}
</style>