Shades of Tyrian Purple #621044
Tints of Tyrian Purple #621044
RGB
CMYK
RGB Variations
Color information
#621044 (or 0x621044) is known color: Tyrian Purple. HEX triplet: 62, 10 and 44. RGB value is (98,16,68). Sum of RGB (Red+Green+Blue) = 98+16+68=182 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.85% from 182); Green value is 16 (6.64% from 255 or 8.79% from 182); Blue value is 68 (26.95% from 255 or 37.36% from 182); Max value from RGB is 98 - color contains mainly: red. Hex color #621044 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621044 is #9DEFBB. Grayscale: #2E2E2E. Windows color (decimal): -10350524 or 4460642. OLE color: 4460642.
HSL color Cylindrical-coordinate representation of color #621044: hue angle of 321.95º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #621044 is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 16 | 68 | - |
| CMYK | 0 | 0.84 | 0.31 | 0.62 |
| HSL | 321.95º | 0.72% | 0.22% | - |
| HSV(B) | 321.95º | 0.84% | 0.38% | - |
| XYZ | 6.27 | 3.38 | 5.79 | - |
| YUV | 46.45 | 140.17 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 16 | 68 | 0 | 0.84 | 0.31 | 0.62 | 321.95 | 0.72 | 0.22 |
| Hex | 62 | 10 | 44 | 0 | 54 | 1F | 3E | 142 | 48 | 16 |
| Octal | 142 | 20 | 104 | 0 | 124 | 37 | 76 | 502 | 110 | 26 |
| Binary | 1100010 | 10000 | 1000100 | 0 | 1010100 | 11111 | 111110 | 101000010 | 1001000 | 10110 |
Color Harmonies of #621044
Complementary color
Monochromatic Colors of #621044
Black with #621044
Text Example
Text Example
White with #621044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621044; }
p { color: rgb(98,16,68); }
H1.HeaderClassName
{
color: #621044;
}
.AnyTagClassName
{
color: #621044;
}
</style>
background-color css
<style>
a { background-color: #621044; }
a { background-color: rgb(98,16,68); }
div.DivClassName
{
background-color: #621044;
}
.BgClassName
{
background-color: #621044;
}
</style>
border-color css
<style>
span { border-color: #621044; }
span { border-color: rgb(98,16,68); }
td.TdClassName
{
border-color: #621044;
}
.TagClassName
{
border-color: #621044;
}
</style>