Shades of Tyrian Purple #620E37
Tints of Tyrian Purple #620E37
RGB
CMYK
RGB Variations
Color information
#620E37 (or 0x620E37) is known color: Tyrian Purple. HEX triplet: 62, 0E and 37. RGB value is (98,14,55). Sum of RGB (Red+Green+Blue) = 98+14+55=167 (22% of max value = 765). Red value is 98 (38.67% from 255 or 58.68% from 167); Green value is 14 (5.86% from 255 or 8.38% from 167); Blue value is 55 (21.88% from 255 or 32.93% from 167); Max value from RGB is 98 - color contains mainly: red. Hex color #620E37 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620E37 is #9DF1C8. Grayscale: #2B2B2B. Windows color (decimal): -10351049 or 3608162. OLE color: 3608162.
HSL color Cylindrical-coordinate representation of color #620E37: hue angle of 330.71º 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 #620E37 is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 14 | 55 | - |
| CMYK | 0 | 0.86 | 0.44 | 0.62 |
| HSL | 330.71º | 0.75% | 0.22% | - |
| HSV(B) | 330.71º | 0.86% | 0.38% | - |
| XYZ | 5.88 | 3.19 | 3.92 | - |
| YUV | 43.79 | 134.33 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 14 | 55 | 0 | 0.86 | 0.44 | 0.62 | 330.71 | 0.75 | 0.22 |
| Hex | 62 | E | 37 | 0 | 56 | 2C | 3E | 14B | 4B | 16 |
| Octal | 142 | 16 | 67 | 0 | 126 | 54 | 76 | 513 | 113 | 26 |
| Binary | 1100010 | 1110 | 110111 | 0 | 1010110 | 101100 | 111110 | 101001011 | 1001011 | 10110 |
Color Harmonies of #620E37
Complementary color
Monochromatic Colors of #620E37
Black with #620E37
Text Example
Text Example
White with #620E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620E37; }
p { color: rgb(98,14,55); }
H1.HeaderClassName
{
color: #620E37;
}
.AnyTagClassName
{
color: #620E37;
}
</style>
background-color css
<style>
a { background-color: #620E37; }
a { background-color: rgb(98,14,55); }
div.DivClassName
{
background-color: #620E37;
}
.BgClassName
{
background-color: #620E37;
}
</style>
border-color css
<style>
span { border-color: #620E37; }
span { border-color: rgb(98,14,55); }
td.TdClassName
{
border-color: #620E37;
}
.TagClassName
{
border-color: #620E37;
}
</style>