Shades of Tyrian Purple #620D3C
Tints of Tyrian Purple #620D3C
RGB
CMYK
RGB Variations
Color information
#620D3C (or 0x620D3C) is known color: Tyrian Purple. HEX triplet: 62, 0D and 3C. RGB value is (98,13,60). Sum of RGB (Red+Green+Blue) = 98+13+60=171 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.31% from 171); Green value is 13 (5.47% from 255 or 7.60% from 171); Blue value is 60 (23.83% from 255 or 35.09% from 171); Max value from RGB is 98 - color contains mainly: red. Hex color #620D3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620D3C is #9DF2C3. Grayscale: #2B2B2B. Windows color (decimal): -10351300 or 3935586. OLE color: 3935586.
HSL color Cylindrical-coordinate representation of color #620D3C: hue angle of 326.82º 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 #620D3C is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 13 | 60 | - |
| CMYK | 0 | 0.87 | 0.39 | 0.62 |
| HSL | 326.82º | 0.77% | 0.22% | - |
| HSV(B) | 326.82º | 0.87% | 0.38% | - |
| XYZ | 6 | 3.21 | 4.58 | - |
| YUV | 43.77 | 137.16 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 13 | 60 | 0 | 0.87 | 0.39 | 0.62 | 326.82 | 0.77 | 0.22 |
| Hex | 62 | D | 3C | 0 | 57 | 27 | 3E | 147 | 4D | 16 |
| Octal | 142 | 15 | 74 | 0 | 127 | 47 | 76 | 507 | 115 | 26 |
| Binary | 1100010 | 1101 | 111100 | 0 | 1010111 | 100111 | 111110 | 101000111 | 1001101 | 10110 |
Color Harmonies of #620D3C
Complementary color
Monochromatic Colors of #620D3C
Black with #620D3C
Text Example
Text Example
White with #620D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620D3C; }
p { color: rgb(98,13,60); }
H1.HeaderClassName
{
color: #620D3C;
}
.AnyTagClassName
{
color: #620D3C;
}
</style>
background-color css
<style>
a { background-color: #620D3C; }
a { background-color: rgb(98,13,60); }
div.DivClassName
{
background-color: #620D3C;
}
.BgClassName
{
background-color: #620D3C;
}
</style>
border-color css
<style>
span { border-color: #620D3C; }
span { border-color: rgb(98,13,60); }
td.TdClassName
{
border-color: #620D3C;
}
.TagClassName
{
border-color: #620D3C;
}
</style>