Shades of Tyrian Purple #620032
Tints of Tyrian Purple #620032
RGB
CMYK
RGB Variations
Color information
#620032 (or 0x620032) is known color: Tyrian Purple. HEX triplet: 62, 00 and 32. RGB value is (98,0,50). Sum of RGB (Red+Green+Blue) = 98+0+50=148 (19% of max value = 765). Red value is 98 (38.67% from 255 or 66.22% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 50 (19.92% from 255 or 33.78% from 148); Max value from RGB is 98 - color contains mainly: red. Hex color #620032 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620032 is #9DFFCD. Grayscale: #222222. Windows color (decimal): -10354638 or 3276898. OLE color: 3276898.
HSL color Cylindrical-coordinate representation of color #620032: hue angle of 329.39º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #620032 is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 0 | 50 | - |
| CMYK | 0 | 1 | 0.49 | 0.62 |
| HSL | 329.39º | 1% | 0.19% | - |
| HSV(B) | 329.39º | 1% | 0.38% | - |
| XYZ | 5.61 | 2.83 | 3.27 | - |
| YUV | 35 | 136.47 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 0 | 50 | 0 | 1 | 0.49 | 0.62 | 329.39 | 1 | 0.19 |
| Hex | 62 | 0 | 32 | 0 | 64 | 31 | 3E | 149 | 64 | 13 |
| Octal | 142 | 0 | 62 | 0 | 144 | 61 | 76 | 511 | 144 | 23 |
| Binary | 1100010 | 0 | 110010 | 0 | 1100100 | 110001 | 111110 | 101001001 | 1100100 | 10011 |
Color Harmonies of #620032
Complementary color
Monochromatic Colors of #620032
Black with #620032
Text Example
Text Example
White with #620032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620032; }
p { color: rgb(98,0,50); }
H1.HeaderClassName
{
color: #620032;
}
.AnyTagClassName
{
color: #620032;
}
</style>
background-color css
<style>
a { background-color: #620032; }
a { background-color: rgb(98,0,50); }
div.DivClassName
{
background-color: #620032;
}
.BgClassName
{
background-color: #620032;
}
</style>
border-color css
<style>
span { border-color: #620032; }
span { border-color: rgb(98,0,50); }
td.TdClassName
{
border-color: #620032;
}
.TagClassName
{
border-color: #620032;
}
</style>