Shades of Tyrian Purple #620139
Tints of Tyrian Purple #620139
RGB
CMYK
RGB Variations
Color information
#620139 (or 0x620139) is known color: Tyrian Purple. HEX triplet: 62, 01 and 39. RGB value is (98,1,57). Sum of RGB (Red+Green+Blue) = 98+1+57=156 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.82% from 156); Green value is 1 (0.78% from 255 or 0.64% from 156); Blue value is 57 (22.66% from 255 or 36.54% from 156); Max value from RGB is 98 - color contains mainly: red. Hex color #620139 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620139 is #9DFEC6. Grayscale: #242424. Windows color (decimal): -10354375 or 3735906. OLE color: 3735906.
HSL color Cylindrical-coordinate representation of color #620139: hue angle of 325.36º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #620139 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 1 | 57 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.62 |
| HSL | 325.36º | 0.98% | 0.19% | - |
| HSV(B) | 325.36º | 0.99% | 0.38% | - |
| XYZ | 5.79 | 2.91 | 4.13 | - |
| YUV | 36.39 | 139.64 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 1 | 57 | 0 | 0.99 | 0.42 | 0.62 | 325.36 | 0.98 | 0.19 |
| Hex | 62 | 1 | 39 | 0 | 63 | 2A | 3E | 145 | 62 | 13 |
| Octal | 142 | 1 | 71 | 0 | 143 | 52 | 76 | 505 | 142 | 23 |
| Binary | 1100010 | 1 | 111001 | 0 | 1100011 | 101010 | 111110 | 101000101 | 1100010 | 10011 |
Color Harmonies of #620139
Complementary color
Monochromatic Colors of #620139
Black with #620139
Text Example
Text Example
White with #620139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620139; }
p { color: rgb(98,1,57); }
H1.HeaderClassName
{
color: #620139;
}
.AnyTagClassName
{
color: #620139;
}
</style>
background-color css
<style>
a { background-color: #620139; }
a { background-color: rgb(98,1,57); }
div.DivClassName
{
background-color: #620139;
}
.BgClassName
{
background-color: #620139;
}
</style>
border-color css
<style>
span { border-color: #620139; }
span { border-color: rgb(98,1,57); }
td.TdClassName
{
border-color: #620139;
}
.TagClassName
{
border-color: #620139;
}
</style>