Shades of Tyrian Purple #620053
Tints of Tyrian Purple #620053
RGB
CMYK
RGB Variations
Color information
#620053 (or 0x620053) is known color: Tyrian Purple. HEX triplet: 62, 00 and 53. RGB value is (98,0,83). Sum of RGB (Red+Green+Blue) = 98+0+83=181 (23% of max value = 765). Red value is 98 (38.67% from 255 or 54.14% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 83 (32.81% from 255 or 45.86% from 181); Max value from RGB is 98 - color contains mainly: red. Hex color #620053 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620053 is #9DFFAC. Grayscale: #262626. Windows color (decimal): -10354605 or 5439586. OLE color: 5439586.
HSL color Cylindrical-coordinate representation of color #620053: hue angle of 309.18º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #620053 is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 0 | 83 | - |
| CMYK | 0 | 1 | 0.15 | 0.62 |
| HSL | 309.18º | 1% | 0.19% | - |
| HSV(B) | 309.18º | 1% | 0.38% | - |
| XYZ | 6.6 | 3.22 | 8.46 | - |
| YUV | 38.76 | 152.97 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 0 | 83 | 0 | 1 | 0.15 | 0.62 | 309.18 | 1 | 0.19 |
| Hex | 62 | 0 | 53 | 0 | 64 | F | 3E | 135 | 64 | 13 |
| Octal | 142 | 0 | 123 | 0 | 144 | 17 | 76 | 465 | 144 | 23 |
| Binary | 1100010 | 0 | 1010011 | 0 | 1100100 | 1111 | 111110 | 100110101 | 1100100 | 10011 |
Color Harmonies of #620053
Complementary color
Monochromatic Colors of #620053
Black with #620053
Text Example
Text Example
White with #620053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620053; }
p { color: rgb(98,0,83); }
H1.HeaderClassName
{
color: #620053;
}
.AnyTagClassName
{
color: #620053;
}
</style>
background-color css
<style>
a { background-color: #620053; }
a { background-color: rgb(98,0,83); }
div.DivClassName
{
background-color: #620053;
}
.BgClassName
{
background-color: #620053;
}
</style>
border-color css
<style>
span { border-color: #620053; }
span { border-color: rgb(98,0,83); }
td.TdClassName
{
border-color: #620053;
}
.TagClassName
{
border-color: #620053;
}
</style>