Shades of Tyrian Purple #620C38
Tints of Tyrian Purple #620C38
RGB
CMYK
RGB Variations
Color information
#620C38 (or 0x620C38) is known color: Tyrian Purple. HEX triplet: 62, 0C and 38. RGB value is (98,12,56). Sum of RGB (Red+Green+Blue) = 98+12+56=166 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.04% from 166); Green value is 12 (5.08% from 255 or 7.23% from 166); Blue value is 56 (22.27% from 255 or 33.73% from 166); Max value from RGB is 98 - color contains mainly: red. Hex color #620C38 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620C38 is #9DF3C7. Grayscale: #2A2A2A. Windows color (decimal): -10351560 or 3673186. OLE color: 3673186.
HSL color Cylindrical-coordinate representation of color #620C38: hue angle of 329.3º 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 #620C38 is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 12 | 56 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.62 |
| HSL | 329.3º | 0.78% | 0.22% | - |
| HSV(B) | 329.3º | 0.88% | 0.38% | - |
| XYZ | 5.88 | 3.15 | 4.04 | - |
| YUV | 42.73 | 135.49 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 12 | 56 | 0 | 0.88 | 0.43 | 0.62 | 329.3 | 0.78 | 0.22 |
| Hex | 62 | C | 38 | 0 | 58 | 2B | 3E | 149 | 4E | 16 |
| Octal | 142 | 14 | 70 | 0 | 130 | 53 | 76 | 511 | 116 | 26 |
| Binary | 1100010 | 1100 | 111000 | 0 | 1011000 | 101011 | 111110 | 101001001 | 1001110 | 10110 |
Color Harmonies of #620C38
Complementary color
Monochromatic Colors of #620C38
Black with #620C38
Text Example
Text Example
White with #620C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620C38; }
p { color: rgb(98,12,56); }
H1.HeaderClassName
{
color: #620C38;
}
.AnyTagClassName
{
color: #620C38;
}
</style>
background-color css
<style>
a { background-color: #620C38; }
a { background-color: rgb(98,12,56); }
div.DivClassName
{
background-color: #620C38;
}
.BgClassName
{
background-color: #620C38;
}
</style>
border-color css
<style>
span { border-color: #620C38; }
span { border-color: rgb(98,12,56); }
td.TdClassName
{
border-color: #620C38;
}
.TagClassName
{
border-color: #620C38;
}
</style>