Shades of Tyrian Purple #620E34
Tints of Tyrian Purple #620E34
RGB
CMYK
RGB Variations
Color information
#620E34 (or 0x620E34) is known color: Tyrian Purple. HEX triplet: 62, 0E and 34. RGB value is (98,14,52). Sum of RGB (Red+Green+Blue) = 98+14+52=164 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.76% from 164); Green value is 14 (5.86% from 255 or 8.54% from 164); Blue value is 52 (20.70% from 255 or 31.71% from 164); Max value from RGB is 98 - color contains mainly: red. Hex color #620E34 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620E34 is #9DF1CB. Grayscale: #2B2B2B. Windows color (decimal): -10351052 or 3411554. OLE color: 3411554.
HSL color Cylindrical-coordinate representation of color #620E34: hue angle of 332.86º 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 #620E34 is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 14 | 52 | - |
| CMYK | 0 | 0.86 | 0.47 | 0.62 |
| HSL | 332.86º | 0.75% | 0.22% | - |
| HSV(B) | 332.86º | 0.86% | 0.38% | - |
| XYZ | 5.81 | 3.16 | 3.55 | - |
| YUV | 43.45 | 132.83 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 14 | 52 | 0 | 0.86 | 0.47 | 0.62 | 332.86 | 0.75 | 0.22 |
| Hex | 62 | E | 34 | 0 | 56 | 2F | 3E | 14D | 4B | 16 |
| Octal | 142 | 16 | 64 | 0 | 126 | 57 | 76 | 515 | 113 | 26 |
| Binary | 1100010 | 1110 | 110100 | 0 | 1010110 | 101111 | 111110 | 101001101 | 1001011 | 10110 |
Color Harmonies of #620E34
Complementary color
Monochromatic Colors of #620E34
Black with #620E34
Text Example
Text Example
White with #620E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620E34; }
p { color: rgb(98,14,52); }
H1.HeaderClassName
{
color: #620E34;
}
.AnyTagClassName
{
color: #620E34;
}
</style>
background-color css
<style>
a { background-color: #620E34; }
a { background-color: rgb(98,14,52); }
div.DivClassName
{
background-color: #620E34;
}
.BgClassName
{
background-color: #620E34;
}
</style>
border-color css
<style>
span { border-color: #620E34; }
span { border-color: rgb(98,14,52); }
td.TdClassName
{
border-color: #620E34;
}
.TagClassName
{
border-color: #620E34;
}
</style>