Shades of Tyrian Purple #620C3C
Tints of Tyrian Purple #620C3C
RGB
CMYK
RGB Variations
Color information
#620C3C (or 0x620C3C) is known color: Tyrian Purple. HEX triplet: 62, 0C and 3C. RGB value is (98,12,60). Sum of RGB (Red+Green+Blue) = 98+12+60=170 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.65% from 170); Green value is 12 (5.08% from 255 or 7.06% from 170); Blue value is 60 (23.83% from 255 or 35.29% from 170); Max value from RGB is 98 - color contains mainly: red. Hex color #620C3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620C3C is #9DF3C3. Grayscale: #2B2B2B. Windows color (decimal): -10351556 or 3935330. OLE color: 3935330.
HSL color Cylindrical-coordinate representation of color #620C3C: hue angle of 326.51º 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 #620C3C is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 12 | 60 | - |
| CMYK | 0 | 0.88 | 0.39 | 0.62 |
| HSL | 326.51º | 0.78% | 0.22% | - |
| HSV(B) | 326.51º | 0.88% | 0.38% | - |
| XYZ | 5.98 | 3.19 | 4.57 | - |
| YUV | 43.19 | 137.49 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 12 | 60 | 0 | 0.88 | 0.39 | 0.62 | 326.51 | 0.78 | 0.22 |
| Hex | 62 | C | 3C | 0 | 58 | 27 | 3E | 147 | 4E | 16 |
| Octal | 142 | 14 | 74 | 0 | 130 | 47 | 76 | 507 | 116 | 26 |
| Binary | 1100010 | 1100 | 111100 | 0 | 1011000 | 100111 | 111110 | 101000111 | 1001110 | 10110 |
Color Harmonies of #620C3C
Complementary color
Monochromatic Colors of #620C3C
Black with #620C3C
Text Example
Text Example
White with #620C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620C3C; }
p { color: rgb(98,12,60); }
H1.HeaderClassName
{
color: #620C3C;
}
.AnyTagClassName
{
color: #620C3C;
}
</style>
background-color css
<style>
a { background-color: #620C3C; }
a { background-color: rgb(98,12,60); }
div.DivClassName
{
background-color: #620C3C;
}
.BgClassName
{
background-color: #620C3C;
}
</style>
border-color css
<style>
span { border-color: #620C3C; }
span { border-color: rgb(98,12,60); }
td.TdClassName
{
border-color: #620C3C;
}
.TagClassName
{
border-color: #620C3C;
}
</style>