Shades of Tyrian Purple #620249
Tints of Tyrian Purple #620249
RGB
CMYK
RGB Variations
Color information
#620249 (or 0x620249) is known color: Tyrian Purple. HEX triplet: 62, 02 and 49. RGB value is (98,2,73). Sum of RGB (Red+Green+Blue) = 98+2+73=173 (22% of max value = 765). Red value is 98 (38.67% from 255 or 56.65% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 73 (28.91% from 255 or 42.20% from 173); Max value from RGB is 98 - color contains mainly: red. Hex color #620249 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620249 is #9DFDB6. Grayscale: #262626. Windows color (decimal): -10354103 or 4784738. OLE color: 4784738.
HSL color Cylindrical-coordinate representation of color #620249: hue angle of 315.62º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #620249 is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 2 | 73 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.62 |
| HSL | 315.63º | 0.96% | 0.2% | - |
| HSV(B) | 315.63º | 0.98% | 0.38% | - |
| XYZ | 6.26 | 3.12 | 6.58 | - |
| YUV | 38.8 | 147.3 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 2 | 73 | 0 | 0.98 | 0.26 | 0.62 | 315.63 | 0.96 | 0.2 |
| Hex | 62 | 2 | 49 | 0 | 62 | 1A | 3E | 13C | 60 | 14 |
| Octal | 142 | 2 | 111 | 0 | 142 | 32 | 76 | 474 | 140 | 24 |
| Binary | 1100010 | 10 | 1001001 | 0 | 1100010 | 11010 | 111110 | 100111100 | 1100000 | 10100 |
Color Harmonies of #620249
Complementary color
Monochromatic Colors of #620249
Black with #620249
Text Example
Text Example
White with #620249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620249; }
p { color: rgb(98,2,73); }
H1.HeaderClassName
{
color: #620249;
}
.AnyTagClassName
{
color: #620249;
}
</style>
background-color css
<style>
a { background-color: #620249; }
a { background-color: rgb(98,2,73); }
div.DivClassName
{
background-color: #620249;
}
.BgClassName
{
background-color: #620249;
}
</style>
border-color css
<style>
span { border-color: #620249; }
span { border-color: rgb(98,2,73); }
td.TdClassName
{
border-color: #620249;
}
.TagClassName
{
border-color: #620249;
}
</style>