Shades of Tyrian Purple #620239
Tints of Tyrian Purple #620239
RGB
CMYK
RGB Variations
Color information
#620239 (or 0x620239) is known color: Tyrian Purple. HEX triplet: 62, 02 and 39. RGB value is (98,2,57). Sum of RGB (Red+Green+Blue) = 98+2+57=157 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.42% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 57 (22.66% from 255 or 36.31% from 157); Max value from RGB is 98 - color contains mainly: red. Hex color #620239 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620239 is #9DFDC6. Grayscale: #242424. Windows color (decimal): -10354119 or 3736162. OLE color: 3736162.
HSL color Cylindrical-coordinate representation of color #620239: hue angle of 325.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 #620239 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 2 | 57 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.62 |
| HSL | 325.63º | 0.96% | 0.2% | - |
| HSV(B) | 325.63º | 0.98% | 0.38% | - |
| XYZ | 5.8 | 2.94 | 4.13 | - |
| YUV | 36.97 | 139.3 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 2 | 57 | 0 | 0.98 | 0.42 | 0.62 | 325.63 | 0.96 | 0.2 |
| Hex | 62 | 2 | 39 | 0 | 62 | 2A | 3E | 146 | 60 | 14 |
| Octal | 142 | 2 | 71 | 0 | 142 | 52 | 76 | 506 | 140 | 24 |
| Binary | 1100010 | 10 | 111001 | 0 | 1100010 | 101010 | 111110 | 101000110 | 1100000 | 10100 |
Color Harmonies of #620239
Complementary color
Monochromatic Colors of #620239
Black with #620239
Text Example
Text Example
White with #620239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620239; }
p { color: rgb(98,2,57); }
H1.HeaderClassName
{
color: #620239;
}
.AnyTagClassName
{
color: #620239;
}
</style>
background-color css
<style>
a { background-color: #620239; }
a { background-color: rgb(98,2,57); }
div.DivClassName
{
background-color: #620239;
}
.BgClassName
{
background-color: #620239;
}
</style>
border-color css
<style>
span { border-color: #620239; }
span { border-color: rgb(98,2,57); }
td.TdClassName
{
border-color: #620239;
}
.TagClassName
{
border-color: #620239;
}
</style>