Shades of Tyrian Purple #62114A
Tints of Tyrian Purple #62114A
RGB
CMYK
RGB Variations
Color information
#62114A (or 0x62114A) is known color: Tyrian Purple. HEX triplet: 62, 11 and 4A. RGB value is (98,17,74). Sum of RGB (Red+Green+Blue) = 98+17+74=189 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.85% from 189); Green value is 17 (7.03% from 255 or 8.99% from 189); Blue value is 74 (29.30% from 255 or 39.15% from 189); Max value from RGB is 98 - color contains mainly: red. Hex color #62114A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62114A is #9DEEB5. Grayscale: #2F2F2F. Windows color (decimal): -10350262 or 4854114. OLE color: 4854114.
HSL color Cylindrical-coordinate representation of color #62114A: hue angle of 317.78º 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 #62114A is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 17 | 74 | - |
| CMYK | 0 | 0.83 | 0.24 | 0.62 |
| HSL | 317.78º | 0.7% | 0.23% | - |
| HSV(B) | 317.78º | 0.83% | 0.38% | - |
| XYZ | 6.47 | 3.49 | 6.81 | - |
| YUV | 47.72 | 142.84 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 17 | 74 | 0 | 0.83 | 0.24 | 0.62 | 317.78 | 0.7 | 0.23 |
| Hex | 62 | 11 | 4A | 0 | 53 | 18 | 3E | 13E | 46 | 17 |
| Octal | 142 | 21 | 112 | 0 | 123 | 30 | 76 | 476 | 106 | 27 |
| Binary | 1100010 | 10001 | 1001010 | 0 | 1010011 | 11000 | 111110 | 100111110 | 1000110 | 10111 |
Color Harmonies of #62114A
Complementary color
Monochromatic Colors of #62114A
Black with #62114A
Text Example
Text Example
White with #62114A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62114A; }
p { color: rgb(98,17,74); }
H1.HeaderClassName
{
color: #62114A;
}
.AnyTagClassName
{
color: #62114A;
}
</style>
background-color css
<style>
a { background-color: #62114A; }
a { background-color: rgb(98,17,74); }
div.DivClassName
{
background-color: #62114A;
}
.BgClassName
{
background-color: #62114A;
}
</style>
border-color css
<style>
span { border-color: #62114A; }
span { border-color: rgb(98,17,74); }
td.TdClassName
{
border-color: #62114A;
}
.TagClassName
{
border-color: #62114A;
}
</style>