Shades of Tyrian Purple #620E3C
Tints of Tyrian Purple #620E3C
RGB
CMYK
RGB Variations
Color information
#620E3C (or 0x620E3C) is known color: Tyrian Purple. HEX triplet: 62, 0E and 3C. RGB value is (98,14,60). Sum of RGB (Red+Green+Blue) = 98+14+60=172 (22% of max value = 765). Red value is 98 (38.67% from 255 or 56.98% from 172); Green value is 14 (5.86% from 255 or 8.14% from 172); Blue value is 60 (23.83% from 255 or 34.88% from 172); Max value from RGB is 98 - color contains mainly: red. Hex color #620E3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620E3C is #9DF1C3. Grayscale: #2C2C2C. Windows color (decimal): -10351044 or 3935842. OLE color: 3935842.
HSL color Cylindrical-coordinate representation of color #620E3C: hue angle of 327.14º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #620E3C is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 14 | 60 | - |
| CMYK | 0 | 0.86 | 0.39 | 0.62 |
| HSL | 327.14º | 0.75% | 0.22% | - |
| HSV(B) | 327.14º | 0.86% | 0.38% | - |
| XYZ | 6.01 | 3.24 | 4.58 | - |
| YUV | 44.36 | 136.83 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 14 | 60 | 0 | 0.86 | 0.39 | 0.62 | 327.14 | 0.75 | 0.22 |
| Hex | 62 | E | 3C | 0 | 56 | 27 | 3E | 147 | 4B | 16 |
| Octal | 142 | 16 | 74 | 0 | 126 | 47 | 76 | 507 | 113 | 26 |
| Binary | 1100010 | 1110 | 111100 | 0 | 1010110 | 100111 | 111110 | 101000111 | 1001011 | 10110 |
Color Harmonies of #620E3C
Complementary color
Monochromatic Colors of #620E3C
Black with #620E3C
Text Example
Text Example
White with #620E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620E3C; }
p { color: rgb(98,14,60); }
H1.HeaderClassName
{
color: #620E3C;
}
.AnyTagClassName
{
color: #620E3C;
}
</style>
background-color css
<style>
a { background-color: #620E3C; }
a { background-color: rgb(98,14,60); }
div.DivClassName
{
background-color: #620E3C;
}
.BgClassName
{
background-color: #620E3C;
}
</style>
border-color css
<style>
span { border-color: #620E3C; }
span { border-color: rgb(98,14,60); }
td.TdClassName
{
border-color: #620E3C;
}
.TagClassName
{
border-color: #620E3C;
}
</style>