Shades of Tyrian Purple #620228
Tints of Tyrian Purple #620228
RGB
CMYK
RGB Variations
Color information
#620228 (or 0x620228) is known color: Tyrian Purple. HEX triplet: 62, 02 and 28. RGB value is (98,2,40). Sum of RGB (Red+Green+Blue) = 98+2+40=140 (18% of max value = 765). Red value is 98 (38.67% from 255 or 70% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 40 (16.02% from 255 or 28.57% from 140); Max value from RGB is 98 - color contains mainly: red. Hex color #620228 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620228 is #9DFDD7. Grayscale: #222222. Windows color (decimal): -10354136 or 2622050. OLE color: 2622050.
HSL color Cylindrical-coordinate representation of color #620228: hue angle of 336.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 #620228 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 2 | 40 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.62 |
| HSL | 336.25º | 0.96% | 0.2% | - |
| HSV(B) | 336.25º | 0.98% | 0.38% | - |
| XYZ | 5.44 | 2.79 | 2.26 | - |
| YUV | 35.04 | 130.8 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 2 | 40 | 0 | 0.98 | 0.59 | 0.62 | 336.25 | 0.96 | 0.2 |
| Hex | 62 | 2 | 28 | 0 | 62 | 3B | 3E | 150 | 60 | 14 |
| Octal | 142 | 2 | 50 | 0 | 142 | 73 | 76 | 520 | 140 | 24 |
| Binary | 1100010 | 10 | 101000 | 0 | 1100010 | 111011 | 111110 | 101010000 | 1100000 | 10100 |
Color Harmonies of #620228
Complementary color
Monochromatic Colors of #620228
Black with #620228
Text Example
Text Example
White with #620228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620228; }
p { color: rgb(98,2,40); }
H1.HeaderClassName
{
color: #620228;
}
.AnyTagClassName
{
color: #620228;
}
</style>
background-color css
<style>
a { background-color: #620228; }
a { background-color: rgb(98,2,40); }
div.DivClassName
{
background-color: #620228;
}
.BgClassName
{
background-color: #620228;
}
</style>
border-color css
<style>
span { border-color: #620228; }
span { border-color: rgb(98,2,40); }
td.TdClassName
{
border-color: #620228;
}
.TagClassName
{
border-color: #620228;
}
</style>