Shades of Tyrian Purple #620D31
Tints of Tyrian Purple #620D31
RGB
CMYK
RGB Variations
Color information
#620D31 (or 0x620D31) is known color: Tyrian Purple. HEX triplet: 62, 0D and 31. RGB value is (98,13,49). Sum of RGB (Red+Green+Blue) = 98+13+49=160 (21% of max value = 765). Red value is 98 (38.67% from 255 or 61.25% from 160); Green value is 13 (5.47% from 255 or 8.12% from 160); Blue value is 49 (19.53% from 255 or 30.62% from 160); Max value from RGB is 98 - color contains mainly: red. Hex color #620D31 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620D31 is #9DF2CE. Grayscale: #2A2A2A. Windows color (decimal): -10351311 or 3214690. OLE color: 3214690.
HSL color Cylindrical-coordinate representation of color #620D31: hue angle of 334.59º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #620D31 is Cyan = 0, Magento = 0.87, Yellow = 0.5 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 13 | 49 | - |
| CMYK | 0 | 0.87 | 0.5 | 0.62 |
| HSL | 334.59º | 0.77% | 0.22% | - |
| HSV(B) | 334.59º | 0.87% | 0.38% | - |
| XYZ | 5.74 | 3.11 | 3.2 | - |
| YUV | 42.52 | 131.66 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 13 | 49 | 0 | 0.87 | 0.5 | 0.62 | 334.59 | 0.77 | 0.22 |
| Hex | 62 | D | 31 | 0 | 57 | 32 | 3E | 14F | 4D | 16 |
| Octal | 142 | 15 | 61 | 0 | 127 | 62 | 76 | 517 | 115 | 26 |
| Binary | 1100010 | 1101 | 110001 | 0 | 1010111 | 110010 | 111110 | 101001111 | 1001101 | 10110 |
Color Harmonies of #620D31
Complementary color
Monochromatic Colors of #620D31
Black with #620D31
Text Example
Text Example
White with #620D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620D31; }
p { color: rgb(98,13,49); }
H1.HeaderClassName
{
color: #620D31;
}
.AnyTagClassName
{
color: #620D31;
}
</style>
background-color css
<style>
a { background-color: #620D31; }
a { background-color: rgb(98,13,49); }
div.DivClassName
{
background-color: #620D31;
}
.BgClassName
{
background-color: #620D31;
}
</style>
border-color css
<style>
span { border-color: #620D31; }
span { border-color: rgb(98,13,49); }
td.TdClassName
{
border-color: #620D31;
}
.TagClassName
{
border-color: #620D31;
}
</style>