Shades of Tyrian Purple #620E31
Tints of Tyrian Purple #620E31
RGB
CMYK
RGB Variations
Color information
#620E31 (or 0x620E31) is known color: Tyrian Purple. HEX triplet: 62, 0E and 31. RGB value is (98,14,49). Sum of RGB (Red+Green+Blue) = 98+14+49=161 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.87% from 161); Green value is 14 (5.86% from 255 or 8.70% from 161); Blue value is 49 (19.53% from 255 or 30.43% from 161); Max value from RGB is 98 - color contains mainly: red. Hex color #620E31 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620E31 is #9DF1CE. Grayscale: #2B2B2B. Windows color (decimal): -10351055 or 3214946. OLE color: 3214946.
HSL color Cylindrical-coordinate representation of color #620E31: hue angle of 335º 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 #620E31 is Cyan = 0, Magento = 0.86, Yellow = 0.5 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 14 | 49 | - |
| CMYK | 0 | 0.86 | 0.5 | 0.62 |
| HSL | 335º | 0.75% | 0.22% | - |
| HSV(B) | 335º | 0.86% | 0.38% | - |
| XYZ | 5.75 | 3.13 | 3.21 | - |
| YUV | 43.11 | 131.33 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 14 | 49 | 0 | 0.86 | 0.5 | 0.62 | 335 | 0.75 | 0.22 |
| Hex | 62 | E | 31 | 0 | 56 | 32 | 3E | 14F | 4B | 16 |
| Octal | 142 | 16 | 61 | 0 | 126 | 62 | 76 | 517 | 113 | 26 |
| Binary | 1100010 | 1110 | 110001 | 0 | 1010110 | 110010 | 111110 | 101001111 | 1001011 | 10110 |
Color Harmonies of #620E31
Complementary color
Monochromatic Colors of #620E31
Black with #620E31
Text Example
Text Example
White with #620E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620E31; }
p { color: rgb(98,14,49); }
H1.HeaderClassName
{
color: #620E31;
}
.AnyTagClassName
{
color: #620E31;
}
</style>
background-color css
<style>
a { background-color: #620E31; }
a { background-color: rgb(98,14,49); }
div.DivClassName
{
background-color: #620E31;
}
.BgClassName
{
background-color: #620E31;
}
</style>
border-color css
<style>
span { border-color: #620E31; }
span { border-color: rgb(98,14,49); }
td.TdClassName
{
border-color: #620E31;
}
.TagClassName
{
border-color: #620E31;
}
</style>