Shades of Tyrian Purple #620655
Tints of Tyrian Purple #620655
RGB
CMYK
RGB Variations
Color information
#620655 (or 0x620655) is known color: Tyrian Purple. HEX triplet: 62, 06 and 55. RGB value is (98,6,85). Sum of RGB (Red+Green+Blue) = 98+6+85=189 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.85% from 189); Green value is 6 (2.73% from 255 or 3.17% from 189); Blue value is 85 (33.59% from 255 or 44.97% from 189); Max value from RGB is 98 - color contains mainly: red. Hex color #620655 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620655 is #9DF9AA. Grayscale: #2A2A2A. Windows color (decimal): -10353067 or 5572194. OLE color: 5572194.
HSL color Cylindrical-coordinate representation of color #620655: hue angle of 308.48º 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 #620655 is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 6 | 85 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.62 |
| HSL | 308.48º | 0.88% | 0.2% | - |
| HSV(B) | 308.48º | 0.94% | 0.38% | - |
| XYZ | 6.74 | 3.38 | 8.89 | - |
| YUV | 42.51 | 151.98 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 6 | 85 | 0 | 0.94 | 0.13 | 0.62 | 308.48 | 0.88 | 0.2 |
| Hex | 62 | 6 | 55 | 0 | 5E | D | 3E | 134 | 58 | 14 |
| Octal | 142 | 6 | 125 | 0 | 136 | 15 | 76 | 464 | 130 | 24 |
| Binary | 1100010 | 110 | 1010101 | 0 | 1011110 | 1101 | 111110 | 100110100 | 1011000 | 10100 |
Color Harmonies of #620655
Complementary color
Monochromatic Colors of #620655
Black with #620655
Text Example
Text Example
White with #620655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620655; }
p { color: rgb(98,6,85); }
H1.HeaderClassName
{
color: #620655;
}
.AnyTagClassName
{
color: #620655;
}
</style>
background-color css
<style>
a { background-color: #620655; }
a { background-color: rgb(98,6,85); }
div.DivClassName
{
background-color: #620655;
}
.BgClassName
{
background-color: #620655;
}
</style>
border-color css
<style>
span { border-color: #620655; }
span { border-color: rgb(98,6,85); }
td.TdClassName
{
border-color: #620655;
}
.TagClassName
{
border-color: #620655;
}
</style>