Shades of Tyrian Purple #620A53
Tints of Tyrian Purple #620A53
RGB
CMYK
RGB Variations
Color information
#620A53 (or 0x620A53) is known color: Tyrian Purple. HEX triplet: 62, 0A and 53. RGB value is (98,10,83). Sum of RGB (Red+Green+Blue) = 98+10+83=191 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.31% from 191); Green value is 10 (4.30% from 255 or 5.24% from 191); Blue value is 83 (32.81% from 255 or 43.46% from 191); Max value from RGB is 98 - color contains mainly: red. Hex color #620A53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620A53 is #9DF5AC. Grayscale: #2C2C2C. Windows color (decimal): -10352045 or 5442146. OLE color: 5442146.
HSL color Cylindrical-coordinate representation of color #620A53: hue angle of 310.23º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #620A53 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 10 | 83 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.62 |
| HSL | 310.23º | 0.81% | 0.21% | - |
| HSV(B) | 310.23º | 0.9% | 0.38% | - |
| XYZ | 6.71 | 3.44 | 8.49 | - |
| YUV | 44.63 | 149.65 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 10 | 83 | 0 | 0.90 | 0.15 | 0.62 | 310.23 | 0.81 | 0.21 |
| Hex | 62 | A | 53 | 0 | 5A | F | 3E | 136 | 51 | 15 |
| Octal | 142 | 12 | 123 | 0 | 132 | 17 | 76 | 466 | 121 | 25 |
| Binary | 1100010 | 1010 | 1010011 | 0 | 1011010 | 1111 | 111110 | 100110110 | 1010001 | 10101 |
Color Harmonies of #620A53
Complementary color
Monochromatic Colors of #620A53
Black with #620A53
Text Example
Text Example
White with #620A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620A53; }
p { color: rgb(98,10,83); }
H1.HeaderClassName
{
color: #620A53;
}
.AnyTagClassName
{
color: #620A53;
}
</style>
background-color css
<style>
a { background-color: #620A53; }
a { background-color: rgb(98,10,83); }
div.DivClassName
{
background-color: #620A53;
}
.BgClassName
{
background-color: #620A53;
}
</style>
border-color css
<style>
span { border-color: #620A53; }
span { border-color: rgb(98,10,83); }
td.TdClassName
{
border-color: #620A53;
}
.TagClassName
{
border-color: #620A53;
}
</style>