Shades of Tyrian Purple #620C52
Tints of Tyrian Purple #620C52
RGB
CMYK
RGB Variations
Color information
#620C52 (or 0x620C52) is known color: Tyrian Purple. HEX triplet: 62, 0C and 52. RGB value is (98,12,82). Sum of RGB (Red+Green+Blue) = 98+12+82=192 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.04% from 192); Green value is 12 (5.08% from 255 or 6.25% from 192); Blue value is 82 (32.42% from 255 or 42.71% from 192); Max value from RGB is 98 - color contains mainly: red. Hex color #620C52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620C52 is #9DF3AD. Grayscale: #2D2D2D. Windows color (decimal): -10351534 or 5377122. OLE color: 5377122.
HSL color Cylindrical-coordinate representation of color #620C52: hue angle of 311.16º 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 #620C52 is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 12 | 82 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.62 |
| HSL | 311.16º | 0.78% | 0.22% | - |
| HSV(B) | 311.16º | 0.88% | 0.38% | - |
| XYZ | 6.69 | 3.47 | 8.3 | - |
| YUV | 45.69 | 148.49 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 12 | 82 | 0 | 0.88 | 0.16 | 0.62 | 311.16 | 0.78 | 0.22 |
| Hex | 62 | C | 52 | 0 | 58 | 10 | 3E | 137 | 4E | 16 |
| Octal | 142 | 14 | 122 | 0 | 130 | 20 | 76 | 467 | 116 | 26 |
| Binary | 1100010 | 1100 | 1010010 | 0 | 1011000 | 10000 | 111110 | 100110111 | 1001110 | 10110 |
Color Harmonies of #620C52
Complementary color
Monochromatic Colors of #620C52
Black with #620C52
Text Example
Text Example
White with #620C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620C52; }
p { color: rgb(98,12,82); }
H1.HeaderClassName
{
color: #620C52;
}
.AnyTagClassName
{
color: #620C52;
}
</style>
background-color css
<style>
a { background-color: #620C52; }
a { background-color: rgb(98,12,82); }
div.DivClassName
{
background-color: #620C52;
}
.BgClassName
{
background-color: #620C52;
}
</style>
border-color css
<style>
span { border-color: #620C52; }
span { border-color: rgb(98,12,82); }
td.TdClassName
{
border-color: #620C52;
}
.TagClassName
{
border-color: #620C52;
}
</style>