Shades of Tyrian Purple #620E40
Tints of Tyrian Purple #620E40
RGB
CMYK
RGB Variations
Color information
#620E40 (or 0x620E40) is known color: Tyrian Purple. HEX triplet: 62, 0E and 40. RGB value is (98,14,64). Sum of RGB (Red+Green+Blue) = 98+14+64=176 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.68% from 176); Green value is 14 (5.86% from 255 or 7.95% from 176); Blue value is 64 (25.39% from 255 or 36.36% from 176); Max value from RGB is 98 - color contains mainly: red. Hex color #620E40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620E40 is #9DF1BF. Grayscale: #2C2C2C. Windows color (decimal): -10351040 or 4197986. OLE color: 4197986.
HSL color Cylindrical-coordinate representation of color #620E40: hue angle of 324.29º 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 #620E40 is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 14 | 64 | - |
| CMYK | 0 | 0.86 | 0.35 | 0.62 |
| HSL | 324.29º | 0.75% | 0.22% | - |
| HSV(B) | 324.29º | 0.86% | 0.38% | - |
| XYZ | 6.12 | 3.28 | 5.16 | - |
| YUV | 44.82 | 138.83 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 14 | 64 | 0 | 0.86 | 0.35 | 0.62 | 324.29 | 0.75 | 0.22 |
| Hex | 62 | E | 40 | 0 | 56 | 23 | 3E | 144 | 4B | 16 |
| Octal | 142 | 16 | 100 | 0 | 126 | 43 | 76 | 504 | 113 | 26 |
| Binary | 1100010 | 1110 | 1000000 | 0 | 1010110 | 100011 | 111110 | 101000100 | 1001011 | 10110 |
Color Harmonies of #620E40
Complementary color
Monochromatic Colors of #620E40
Black with #620E40
Text Example
Text Example
White with #620E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620E40; }
p { color: rgb(98,14,64); }
H1.HeaderClassName
{
color: #620E40;
}
.AnyTagClassName
{
color: #620E40;
}
</style>
background-color css
<style>
a { background-color: #620E40; }
a { background-color: rgb(98,14,64); }
div.DivClassName
{
background-color: #620E40;
}
.BgClassName
{
background-color: #620E40;
}
</style>
border-color css
<style>
span { border-color: #620E40; }
span { border-color: rgb(98,14,64); }
td.TdClassName
{
border-color: #620E40;
}
.TagClassName
{
border-color: #620E40;
}
</style>