Shades of Tyrian Purple #620633
Tints of Tyrian Purple #620633
RGB
CMYK
RGB Variations
Color information
#620633 (or 0x620633) is known color: Tyrian Purple. HEX triplet: 62, 06 and 33. RGB value is (98,6,51). Sum of RGB (Red+Green+Blue) = 98+6+51=155 (20% of max value = 765). Red value is 98 (38.67% from 255 or 63.23% from 155); Green value is 6 (2.73% from 255 or 3.87% from 155); Blue value is 51 (20.31% from 255 or 32.90% from 155); Max value from RGB is 98 - color contains mainly: red. Hex color #620633 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620633 is #9DF9CC. Grayscale: #262626. Windows color (decimal): -10353101 or 3343970. OLE color: 3343970.
HSL color Cylindrical-coordinate representation of color #620633: hue angle of 330.65º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #620633 is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 6 | 51 | - |
| CMYK | 0 | 0.94 | 0.48 | 0.62 |
| HSL | 330.65º | 0.88% | 0.2% | - |
| HSV(B) | 330.65º | 0.94% | 0.38% | - |
| XYZ | 5.7 | 2.97 | 3.4 | - |
| YUV | 38.64 | 134.98 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 6 | 51 | 0 | 0.94 | 0.48 | 0.62 | 330.65 | 0.88 | 0.2 |
| Hex | 62 | 6 | 33 | 0 | 5E | 30 | 3E | 14B | 58 | 14 |
| Octal | 142 | 6 | 63 | 0 | 136 | 60 | 76 | 513 | 130 | 24 |
| Binary | 1100010 | 110 | 110011 | 0 | 1011110 | 110000 | 111110 | 101001011 | 1011000 | 10100 |
Color Harmonies of #620633
Complementary color
Monochromatic Colors of #620633
Black with #620633
Text Example
Text Example
White with #620633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620633; }
p { color: rgb(98,6,51); }
H1.HeaderClassName
{
color: #620633;
}
.AnyTagClassName
{
color: #620633;
}
</style>
background-color css
<style>
a { background-color: #620633; }
a { background-color: rgb(98,6,51); }
div.DivClassName
{
background-color: #620633;
}
.BgClassName
{
background-color: #620633;
}
</style>
border-color css
<style>
span { border-color: #620633; }
span { border-color: rgb(98,6,51); }
td.TdClassName
{
border-color: #620633;
}
.TagClassName
{
border-color: #620633;
}
</style>