Shades of Tyrian Purple #620644
Tints of Tyrian Purple #620644
RGB
CMYK
RGB Variations
Color information
#620644 (or 0x620644) is known color: Tyrian Purple. HEX triplet: 62, 06 and 44. RGB value is (98,6,68). Sum of RGB (Red+Green+Blue) = 98+6+68=172 (22% of max value = 765). Red value is 98 (38.67% from 255 or 56.98% from 172); Green value is 6 (2.73% from 255 or 3.49% from 172); Blue value is 68 (26.95% from 255 or 39.53% from 172); Max value from RGB is 98 - color contains mainly: red. Hex color #620644 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620644 is #9DF9BB. Grayscale: #282828. Windows color (decimal): -10353084 or 4458082. OLE color: 4458082.
HSL color Cylindrical-coordinate representation of color #620644: hue angle of 319.57º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #620644 is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 6 | 68 | - |
| CMYK | 0 | 0.94 | 0.31 | 0.62 |
| HSL | 319.57º | 0.88% | 0.2% | - |
| HSV(B) | 319.57º | 0.94% | 0.38% | - |
| XYZ | 6.15 | 3.14 | 5.75 | - |
| YUV | 40.58 | 143.48 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 6 | 68 | 0 | 0.94 | 0.31 | 0.62 | 319.57 | 0.88 | 0.2 |
| Hex | 62 | 6 | 44 | 0 | 5E | 1F | 3E | 140 | 58 | 14 |
| Octal | 142 | 6 | 104 | 0 | 136 | 37 | 76 | 500 | 130 | 24 |
| Binary | 1100010 | 110 | 1000100 | 0 | 1011110 | 11111 | 111110 | 101000000 | 1011000 | 10100 |
Color Harmonies of #620644
Complementary color
Monochromatic Colors of #620644
Black with #620644
Text Example
Text Example
White with #620644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620644; }
p { color: rgb(98,6,68); }
H1.HeaderClassName
{
color: #620644;
}
.AnyTagClassName
{
color: #620644;
}
</style>
background-color css
<style>
a { background-color: #620644; }
a { background-color: rgb(98,6,68); }
div.DivClassName
{
background-color: #620644;
}
.BgClassName
{
background-color: #620644;
}
</style>
border-color css
<style>
span { border-color: #620644; }
span { border-color: rgb(98,6,68); }
td.TdClassName
{
border-color: #620644;
}
.TagClassName
{
border-color: #620644;
}
</style>