Shades of Tyrian Purple #620C3A
Tints of Tyrian Purple #620C3A
RGB
CMYK
RGB Variations
Color information
#620C3A (or 0x620C3A) is known color: Tyrian Purple. HEX triplet: 62, 0C and 3A. RGB value is (98,12,58). Sum of RGB (Red+Green+Blue) = 98+12+58=168 (22% of max value = 765). Red value is 98 (38.67% from 255 or 58.33% from 168); Green value is 12 (5.08% from 255 or 7.14% from 168); Blue value is 58 (23.05% from 255 or 34.52% from 168); Max value from RGB is 98 - color contains mainly: red. Hex color #620C3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620C3A is #9DF3C5. Grayscale: #2A2A2A. Windows color (decimal): -10351558 or 3804258. OLE color: 3804258.
HSL color Cylindrical-coordinate representation of color #620C3A: hue angle of 327.91º 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 #620C3A is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 12 | 58 | - |
| CMYK | 0 | 0.88 | 0.41 | 0.62 |
| HSL | 327.91º | 0.78% | 0.22% | - |
| HSV(B) | 327.91º | 0.88% | 0.38% | - |
| XYZ | 5.93 | 3.17 | 4.3 | - |
| YUV | 42.96 | 136.49 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 12 | 58 | 0 | 0.88 | 0.41 | 0.62 | 327.91 | 0.78 | 0.22 |
| Hex | 62 | C | 3A | 0 | 58 | 29 | 3E | 148 | 4E | 16 |
| Octal | 142 | 14 | 72 | 0 | 130 | 51 | 76 | 510 | 116 | 26 |
| Binary | 1100010 | 1100 | 111010 | 0 | 1011000 | 101001 | 111110 | 101001000 | 1001110 | 10110 |
Color Harmonies of #620C3A
Complementary color
Monochromatic Colors of #620C3A
Black with #620C3A
Text Example
Text Example
White with #620C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620C3A; }
p { color: rgb(98,12,58); }
H1.HeaderClassName
{
color: #620C3A;
}
.AnyTagClassName
{
color: #620C3A;
}
</style>
background-color css
<style>
a { background-color: #620C3A; }
a { background-color: rgb(98,12,58); }
div.DivClassName
{
background-color: #620C3A;
}
.BgClassName
{
background-color: #620C3A;
}
</style>
border-color css
<style>
span { border-color: #620C3A; }
span { border-color: rgb(98,12,58); }
td.TdClassName
{
border-color: #620C3A;
}
.TagClassName
{
border-color: #620C3A;
}
</style>