Shades of Tyrian Purple #620E46
Tints of Tyrian Purple #620E46
RGB
CMYK
RGB Variations
Color information
#620E46 (or 0x620E46) is known color: Tyrian Purple. HEX triplet: 62, 0E and 46. RGB value is (98,14,70). Sum of RGB (Red+Green+Blue) = 98+14+70=182 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.85% from 182); Green value is 14 (5.86% from 255 or 7.69% from 182); Blue value is 70 (27.73% from 255 or 38.46% from 182); Max value from RGB is 98 - color contains mainly: red. Hex color #620E46 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620E46 is #9DF1B9. Grayscale: #2D2D2D. Windows color (decimal): -10351034 or 4591202. OLE color: 4591202.
HSL color Cylindrical-coordinate representation of color #620E46: hue angle of 320º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #620E46 is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 14 | 70 | - |
| CMYK | 0 | 0.86 | 0.29 | 0.62 |
| HSL | 320º | 0.75% | 0.22% | - |
| HSV(B) | 320º | 0.86% | 0.38% | - |
| XYZ | 6.3 | 3.35 | 6.11 | - |
| YUV | 45.5 | 141.83 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 14 | 70 | 0 | 0.86 | 0.29 | 0.62 | 320 | 0.75 | 0.22 |
| Hex | 62 | E | 46 | 0 | 56 | 1D | 3E | 140 | 4B | 16 |
| Octal | 142 | 16 | 106 | 0 | 126 | 35 | 76 | 500 | 113 | 26 |
| Binary | 1100010 | 1110 | 1000110 | 0 | 1010110 | 11101 | 111110 | 101000000 | 1001011 | 10110 |
Color Harmonies of #620E46
Complementary color
Monochromatic Colors of #620E46
Black with #620E46
Text Example
Text Example
White with #620E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620E46; }
p { color: rgb(98,14,70); }
H1.HeaderClassName
{
color: #620E46;
}
.AnyTagClassName
{
color: #620E46;
}
</style>
background-color css
<style>
a { background-color: #620E46; }
a { background-color: rgb(98,14,70); }
div.DivClassName
{
background-color: #620E46;
}
.BgClassName
{
background-color: #620E46;
}
</style>
border-color css
<style>
span { border-color: #620E46; }
span { border-color: rgb(98,14,70); }
td.TdClassName
{
border-color: #620E46;
}
.TagClassName
{
border-color: #620E46;
}
</style>