Shades of Tyrian Purple #620030
Tints of Tyrian Purple #620030
RGB
CMYK
RGB Variations
Color information
#620030 (or 0x620030) is known color: Tyrian Purple. HEX triplet: 62, 00 and 30. RGB value is (98,0,48). Sum of RGB (Red+Green+Blue) = 98+0+48=146 (19% of max value = 765). Red value is 98 (38.67% from 255 or 67.12% from 146); Green value is 0 (0.39% from 255 or 0% from 146); Blue value is 48 (19.14% from 255 or 32.88% from 146); Max value from RGB is 98 - color contains mainly: red. Hex color #620030 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620030 is #9DFFCF. Grayscale: #222222. Windows color (decimal): -10354640 or 3145826. OLE color: 3145826.
HSL color Cylindrical-coordinate representation of color #620030: hue angle of 330.61º 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 #620030 is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 0 | 48 | - |
| CMYK | 0 | 1 | 0.51 | 0.62 |
| HSL | 330.61º | 1% | 0.19% | - |
| HSV(B) | 330.61º | 1% | 0.38% | - |
| XYZ | 5.57 | 2.81 | 3.05 | - |
| YUV | 34.77 | 135.47 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 0 | 48 | 0 | 1 | 0.51 | 0.62 | 330.61 | 1 | 0.19 |
| Hex | 62 | 0 | 30 | 0 | 64 | 33 | 3E | 14B | 64 | 13 |
| Octal | 142 | 0 | 60 | 0 | 144 | 63 | 76 | 513 | 144 | 23 |
| Binary | 1100010 | 0 | 110000 | 0 | 1100100 | 110011 | 111110 | 101001011 | 1100100 | 10011 |
Color Harmonies of #620030
Complementary color
Monochromatic Colors of #620030
Black with #620030
Text Example
Text Example
White with #620030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620030; }
p { color: rgb(98,0,48); }
H1.HeaderClassName
{
color: #620030;
}
.AnyTagClassName
{
color: #620030;
}
</style>
background-color css
<style>
a { background-color: #620030; }
a { background-color: rgb(98,0,48); }
div.DivClassName
{
background-color: #620030;
}
.BgClassName
{
background-color: #620030;
}
</style>
border-color css
<style>
span { border-color: #620030; }
span { border-color: rgb(98,0,48); }
td.TdClassName
{
border-color: #620030;
}
.TagClassName
{
border-color: #620030;
}
</style>