Shades of Tyrian Purple #620C40
Tints of Tyrian Purple #620C40
RGB
CMYK
RGB Variations
Color information
#620C40 (or 0x620C40) is known color: Tyrian Purple. HEX triplet: 62, 0C and 40. RGB value is (98,12,64). Sum of RGB (Red+Green+Blue) = 98+12+64=174 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56.32% from 174); Green value is 12 (5.08% from 255 or 6.90% from 174); Blue value is 64 (25.39% from 255 or 36.78% from 174); Max value from RGB is 98 - color contains mainly: red. Hex color #620C40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620C40 is #9DF3BF. Grayscale: #2B2B2B. Windows color (decimal): -10351552 or 4197474. OLE color: 4197474.
HSL color Cylindrical-coordinate representation of color #620C40: hue angle of 323.72º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #620C40 is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 12 | 64 | - |
| CMYK | 0 | 0.88 | 0.35 | 0.62 |
| HSL | 323.72º | 0.78% | 0.22% | - |
| HSV(B) | 323.72º | 0.88% | 0.38% | - |
| XYZ | 6.09 | 3.23 | 5.15 | - |
| YUV | 43.64 | 139.49 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 12 | 64 | 0 | 0.88 | 0.35 | 0.62 | 323.72 | 0.78 | 0.22 |
| Hex | 62 | C | 40 | 0 | 58 | 23 | 3E | 144 | 4E | 16 |
| Octal | 142 | 14 | 100 | 0 | 130 | 43 | 76 | 504 | 116 | 26 |
| Binary | 1100010 | 1100 | 1000000 | 0 | 1011000 | 100011 | 111110 | 101000100 | 1001110 | 10110 |
Color Harmonies of #620C40
Complementary color
Monochromatic Colors of #620C40
Black with #620C40
Text Example
Text Example
White with #620C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620C40; }
p { color: rgb(98,12,64); }
H1.HeaderClassName
{
color: #620C40;
}
.AnyTagClassName
{
color: #620C40;
}
</style>
background-color css
<style>
a { background-color: #620C40; }
a { background-color: rgb(98,12,64); }
div.DivClassName
{
background-color: #620C40;
}
.BgClassName
{
background-color: #620C40;
}
</style>
border-color css
<style>
span { border-color: #620C40; }
span { border-color: rgb(98,12,64); }
td.TdClassName
{
border-color: #620C40;
}
.TagClassName
{
border-color: #620C40;
}
</style>