Shades of Tyrian Purple #62124D
Tints of Tyrian Purple #62124D
RGB
CMYK
RGB Variations
Color information
#62124D (or 0x62124D) is known color: Tyrian Purple. HEX triplet: 62, 12 and 4D. RGB value is (98,18,77). Sum of RGB (Red+Green+Blue) = 98+18+77=193 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.78% from 193); Green value is 18 (7.42% from 255 or 9.33% from 193); Blue value is 77 (30.47% from 255 or 39.90% from 193); Max value from RGB is 98 - color contains mainly: red. Hex color #62124D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62124D is #9DEDB2. Grayscale: #303030. Windows color (decimal): -10350003 or 5050978. OLE color: 5050978.
HSL color Cylindrical-coordinate representation of color #62124D: hue angle of 315.75º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #62124D is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 18 | 77 | - |
| CMYK | 0 | 0.82 | 0.21 | 0.62 |
| HSL | 315.75º | 0.69% | 0.23% | - |
| HSV(B) | 315.75º | 0.82% | 0.38% | - |
| XYZ | 6.59 | 3.57 | 7.36 | - |
| YUV | 48.65 | 144 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 18 | 77 | 0 | 0.82 | 0.21 | 0.62 | 315.75 | 0.69 | 0.23 |
| Hex | 62 | 12 | 4D | 0 | 52 | 15 | 3E | 13C | 45 | 17 |
| Octal | 142 | 22 | 115 | 0 | 122 | 25 | 76 | 474 | 105 | 27 |
| Binary | 1100010 | 10010 | 1001101 | 0 | 1010010 | 10101 | 111110 | 100111100 | 1000101 | 10111 |
Color Harmonies of #62124D
Complementary color
Monochromatic Colors of #62124D
Black with #62124D
Text Example
Text Example
White with #62124D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62124D; }
p { color: rgb(98,18,77); }
H1.HeaderClassName
{
color: #62124D;
}
.AnyTagClassName
{
color: #62124D;
}
</style>
background-color css
<style>
a { background-color: #62124D; }
a { background-color: rgb(98,18,77); }
div.DivClassName
{
background-color: #62124D;
}
.BgClassName
{
background-color: #62124D;
}
</style>
border-color css
<style>
span { border-color: #62124D; }
span { border-color: rgb(98,18,77); }
td.TdClassName
{
border-color: #62124D;
}
.TagClassName
{
border-color: #62124D;
}
</style>