Shades of Tyrian Purple #620A45
Tints of Tyrian Purple #620A45
RGB
CMYK
RGB Variations
Color information
#620A45 (or 0x620A45) is known color: Tyrian Purple. HEX triplet: 62, 0A and 45. RGB value is (98,10,69). Sum of RGB (Red+Green+Blue) = 98+10+69=177 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.37% from 177); Green value is 10 (4.30% from 255 or 5.65% from 177); Blue value is 69 (27.34% from 255 or 38.98% from 177); Max value from RGB is 98 - color contains mainly: red. Hex color #620A45 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620A45 is #9DF5BA. Grayscale: #2A2A2A. Windows color (decimal): -10352059 or 4524642. OLE color: 4524642.
HSL color Cylindrical-coordinate representation of color #620A45: hue angle of 319.77º 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 #620A45 is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 10 | 69 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.62 |
| HSL | 319.77º | 0.81% | 0.21% | - |
| HSV(B) | 319.77º | 0.9% | 0.38% | - |
| XYZ | 6.22 | 3.24 | 5.93 | - |
| YUV | 43.04 | 142.65 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 10 | 69 | 0 | 0.90 | 0.30 | 0.62 | 319.77 | 0.81 | 0.21 |
| Hex | 62 | A | 45 | 0 | 5A | 1E | 3E | 140 | 51 | 15 |
| Octal | 142 | 12 | 105 | 0 | 132 | 36 | 76 | 500 | 121 | 25 |
| Binary | 1100010 | 1010 | 1000101 | 0 | 1011010 | 11110 | 111110 | 101000000 | 1010001 | 10101 |
Color Harmonies of #620A45
Complementary color
Monochromatic Colors of #620A45
Black with #620A45
Text Example
Text Example
White with #620A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620A45; }
p { color: rgb(98,10,69); }
H1.HeaderClassName
{
color: #620A45;
}
.AnyTagClassName
{
color: #620A45;
}
</style>
background-color css
<style>
a { background-color: #620A45; }
a { background-color: rgb(98,10,69); }
div.DivClassName
{
background-color: #620A45;
}
.BgClassName
{
background-color: #620A45;
}
</style>
border-color css
<style>
span { border-color: #620A45; }
span { border-color: rgb(98,10,69); }
td.TdClassName
{
border-color: #620A45;
}
.TagClassName
{
border-color: #620A45;
}
</style>