Shades of Tyrian Purple #620D49
Tints of Tyrian Purple #620D49
RGB
CMYK
RGB Variations
Color information
#620D49 (or 0x620D49) is known color: Tyrian Purple. HEX triplet: 62, 0D and 49. RGB value is (98,13,73). Sum of RGB (Red+Green+Blue) = 98+13+73=184 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.26% from 184); Green value is 13 (5.47% from 255 or 7.07% from 184); Blue value is 73 (28.91% from 255 or 39.67% from 184); Max value from RGB is 98 - color contains mainly: red. Hex color #620D49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620D49 is #9DF2B6. Grayscale: #2D2D2D. Windows color (decimal): -10351287 or 4787554. OLE color: 4787554.
HSL color Cylindrical-coordinate representation of color #620D49: hue angle of 317.65º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #620D49 is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 13 | 73 | - |
| CMYK | 0 | 0.87 | 0.26 | 0.62 |
| HSL | 317.65º | 0.77% | 0.22% | - |
| HSV(B) | 317.65º | 0.87% | 0.38% | - |
| XYZ | 6.38 | 3.37 | 6.62 | - |
| YUV | 45.26 | 143.66 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 13 | 73 | 0 | 0.87 | 0.26 | 0.62 | 317.65 | 0.77 | 0.22 |
| Hex | 62 | D | 49 | 0 | 57 | 1A | 3E | 13E | 4D | 16 |
| Octal | 142 | 15 | 111 | 0 | 127 | 32 | 76 | 476 | 115 | 26 |
| Binary | 1100010 | 1101 | 1001001 | 0 | 1010111 | 11010 | 111110 | 100111110 | 1001101 | 10110 |
Color Harmonies of #620D49
Complementary color
Monochromatic Colors of #620D49
Black with #620D49
Text Example
Text Example
White with #620D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620D49; }
p { color: rgb(98,13,73); }
H1.HeaderClassName
{
color: #620D49;
}
.AnyTagClassName
{
color: #620D49;
}
</style>
background-color css
<style>
a { background-color: #620D49; }
a { background-color: rgb(98,13,73); }
div.DivClassName
{
background-color: #620D49;
}
.BgClassName
{
background-color: #620D49;
}
</style>
border-color css
<style>
span { border-color: #620D49; }
span { border-color: rgb(98,13,73); }
td.TdClassName
{
border-color: #620D49;
}
.TagClassName
{
border-color: #620D49;
}
</style>