Shades of Tyrian Purple #620250
Tints of Tyrian Purple #620250
RGB
CMYK
RGB Variations
Color information
#620250 (or 0x620250) is known color: Tyrian Purple. HEX triplet: 62, 02 and 50. RGB value is (98,2,80). Sum of RGB (Red+Green+Blue) = 98+2+80=180 (23% of max value = 765). Red value is 98 (38.67% from 255 or 54.44% from 180); Green value is 2 (1.17% from 255 or 1.11% from 180); Blue value is 80 (31.64% from 255 or 44.44% from 180); Max value from RGB is 98 - color contains mainly: red. Hex color #620250 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620250 is #9DFDAF. Grayscale: #272727. Windows color (decimal): -10354096 or 5243490. OLE color: 5243490.
HSL color Cylindrical-coordinate representation of color #620250: hue angle of 311.25º 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 #620250 is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 2 | 80 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.62 |
| HSL | 311.25º | 0.96% | 0.2% | - |
| HSV(B) | 311.25º | 0.98% | 0.38% | - |
| XYZ | 6.51 | 3.22 | 7.87 | - |
| YUV | 39.6 | 150.8 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 2 | 80 | 0 | 0.98 | 0.18 | 0.62 | 311.25 | 0.96 | 0.2 |
| Hex | 62 | 2 | 50 | 0 | 62 | 12 | 3E | 137 | 60 | 14 |
| Octal | 142 | 2 | 120 | 0 | 142 | 22 | 76 | 467 | 140 | 24 |
| Binary | 1100010 | 10 | 1010000 | 0 | 1100010 | 10010 | 111110 | 100110111 | 1100000 | 10100 |
Color Harmonies of #620250
Complementary color
Monochromatic Colors of #620250
Black with #620250
Text Example
Text Example
White with #620250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620250; }
p { color: rgb(98,2,80); }
H1.HeaderClassName
{
color: #620250;
}
.AnyTagClassName
{
color: #620250;
}
</style>
background-color css
<style>
a { background-color: #620250; }
a { background-color: rgb(98,2,80); }
div.DivClassName
{
background-color: #620250;
}
.BgClassName
{
background-color: #620250;
}
</style>
border-color css
<style>
span { border-color: #620250; }
span { border-color: rgb(98,2,80); }
td.TdClassName
{
border-color: #620250;
}
.TagClassName
{
border-color: #620250;
}
</style>