Shades of Tyrian Purple #620F4E
Tints of Tyrian Purple #620F4E
RGB
CMYK
RGB Variations
Color information
#620F4E (or 0x620F4E) is known color: Tyrian Purple. HEX triplet: 62, 0F and 4E. RGB value is (98,15,78). Sum of RGB (Red+Green+Blue) = 98+15+78=191 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.31% from 191); Green value is 15 (6.25% from 255 or 7.85% from 191); Blue value is 78 (30.86% from 255 or 40.84% from 191); Max value from RGB is 98 - color contains mainly: red. Hex color #620F4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620F4E is #9DF0B1. Grayscale: #2E2E2E. Windows color (decimal): -10350770 or 5115746. OLE color: 5115746.
HSL color Cylindrical-coordinate representation of color #620F4E: hue angle of 314.46º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #620F4E is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 15 | 78 | - |
| CMYK | 0 | 0.85 | 0.20 | 0.62 |
| HSL | 314.46º | 0.73% | 0.22% | - |
| HSV(B) | 314.46º | 0.85% | 0.38% | - |
| XYZ | 6.58 | 3.49 | 7.53 | - |
| YUV | 47 | 145.5 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 15 | 78 | 0 | 0.85 | 0.20 | 0.62 | 314.46 | 0.73 | 0.22 |
| Hex | 62 | F | 4E | 0 | 55 | 14 | 3E | 13A | 49 | 16 |
| Octal | 142 | 17 | 116 | 0 | 125 | 24 | 76 | 472 | 111 | 26 |
| Binary | 1100010 | 1111 | 1001110 | 0 | 1010101 | 10100 | 111110 | 100111010 | 1001001 | 10110 |
Color Harmonies of #620F4E
Complementary color
Monochromatic Colors of #620F4E
Black with #620F4E
Text Example
Text Example
White with #620F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620F4E; }
p { color: rgb(98,15,78); }
H1.HeaderClassName
{
color: #620F4E;
}
.AnyTagClassName
{
color: #620F4E;
}
</style>
background-color css
<style>
a { background-color: #620F4E; }
a { background-color: rgb(98,15,78); }
div.DivClassName
{
background-color: #620F4E;
}
.BgClassName
{
background-color: #620F4E;
}
</style>
border-color css
<style>
span { border-color: #620F4E; }
span { border-color: rgb(98,15,78); }
td.TdClassName
{
border-color: #620F4E;
}
.TagClassName
{
border-color: #620F4E;
}
</style>