Shades of Tyrian Purple #62113F
Tints of Tyrian Purple #62113F
RGB
CMYK
RGB Variations
Color information
#62113F (or 0x62113F) is known color: Tyrian Purple. HEX triplet: 62, 11 and 3F. RGB value is (98,17,63). Sum of RGB (Red+Green+Blue) = 98+17+63=178 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.06% from 178); Green value is 17 (7.03% from 255 or 9.55% from 178); Blue value is 63 (25% from 255 or 35.39% from 178); Max value from RGB is 98 - color contains mainly: red. Hex color #62113F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62113F is #9DEEC0. Grayscale: #2E2E2E. Windows color (decimal): -10350273 or 4133218. OLE color: 4133218.
HSL color Cylindrical-coordinate representation of color #62113F: hue angle of 325.93º 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 #62113F is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 17 | 63 | - |
| CMYK | 0 | 0.83 | 0.36 | 0.62 |
| HSL | 325.93º | 0.7% | 0.23% | - |
| HSV(B) | 325.93º | 0.83% | 0.38% | - |
| XYZ | 6.13 | 3.36 | 5.03 | - |
| YUV | 46.46 | 137.34 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 17 | 63 | 0 | 0.83 | 0.36 | 0.62 | 325.93 | 0.7 | 0.23 |
| Hex | 62 | 11 | 3F | 0 | 53 | 24 | 3E | 146 | 46 | 17 |
| Octal | 142 | 21 | 77 | 0 | 123 | 44 | 76 | 506 | 106 | 27 |
| Binary | 1100010 | 10001 | 111111 | 0 | 1010011 | 100100 | 111110 | 101000110 | 1000110 | 10111 |
Color Harmonies of #62113F
Complementary color
Monochromatic Colors of #62113F
Black with #62113F
Text Example
Text Example
White with #62113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62113F; }
p { color: rgb(98,17,63); }
H1.HeaderClassName
{
color: #62113F;
}
.AnyTagClassName
{
color: #62113F;
}
</style>
background-color css
<style>
a { background-color: #62113F; }
a { background-color: rgb(98,17,63); }
div.DivClassName
{
background-color: #62113F;
}
.BgClassName
{
background-color: #62113F;
}
</style>
border-color css
<style>
span { border-color: #62113F; }
span { border-color: rgb(98,17,63); }
td.TdClassName
{
border-color: #62113F;
}
.TagClassName
{
border-color: #62113F;
}
</style>