Shades of Tyrian Purple #620E44
Tints of Tyrian Purple #620E44
RGB
CMYK
RGB Variations
Color information
#620E44 (or 0x620E44) is known color: Tyrian Purple. HEX triplet: 62, 0E and 44. RGB value is (98,14,68). Sum of RGB (Red+Green+Blue) = 98+14+68=180 (23% of max value = 765). Red value is 98 (38.67% from 255 or 54.44% from 180); Green value is 14 (5.86% from 255 or 7.78% from 180); Blue value is 68 (26.95% from 255 or 37.78% from 180); Max value from RGB is 98 - color contains mainly: red. Hex color #620E44 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620E44 is #9DF1BB. Grayscale: #2D2D2D. Windows color (decimal): -10351036 or 4460130. OLE color: 4460130.
HSL color Cylindrical-coordinate representation of color #620E44: hue angle of 321.43º 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 #620E44 is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 14 | 68 | - |
| CMYK | 0 | 0.86 | 0.31 | 0.62 |
| HSL | 321.43º | 0.75% | 0.22% | - |
| HSV(B) | 321.43º | 0.86% | 0.38% | - |
| XYZ | 6.24 | 3.33 | 5.78 | - |
| YUV | 45.27 | 140.83 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 14 | 68 | 0 | 0.86 | 0.31 | 0.62 | 321.43 | 0.75 | 0.22 |
| Hex | 62 | E | 44 | 0 | 56 | 1F | 3E | 141 | 4B | 16 |
| Octal | 142 | 16 | 104 | 0 | 126 | 37 | 76 | 501 | 113 | 26 |
| Binary | 1100010 | 1110 | 1000100 | 0 | 1010110 | 11111 | 111110 | 101000001 | 1001011 | 10110 |
Color Harmonies of #620E44
Complementary color
Monochromatic Colors of #620E44
Black with #620E44
Text Example
Text Example
White with #620E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620E44; }
p { color: rgb(98,14,68); }
H1.HeaderClassName
{
color: #620E44;
}
.AnyTagClassName
{
color: #620E44;
}
</style>
background-color css
<style>
a { background-color: #620E44; }
a { background-color: rgb(98,14,68); }
div.DivClassName
{
background-color: #620E44;
}
.BgClassName
{
background-color: #620E44;
}
</style>
border-color css
<style>
span { border-color: #620E44; }
span { border-color: rgb(98,14,68); }
td.TdClassName
{
border-color: #620E44;
}
.TagClassName
{
border-color: #620E44;
}
</style>