Shades of Palatinate Purple #620C60
Tints of Palatinate Purple #620C60
RGB
CMYK
RGB Variations
Color information
#620C60 (or 0x620C60) is known color: Palatinate Purple. HEX triplet: 62, 0C and 60. RGB value is (98,12,96). Sum of RGB (Red+Green+Blue) = 98+12+96=206 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.57% from 206); Green value is 12 (5.08% from 255 or 5.83% from 206); Blue value is 96 (37.89% from 255 or 46.60% from 206); Max value from RGB is 98 - color contains mainly: red. Hex color #620C60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620C60 is #9DF39F. Grayscale: #2F2F2F. Windows color (decimal): -10351520 or 6294626. OLE color: 6294626.
HSL color Cylindrical-coordinate representation of color #620C60: hue angle of 301.4º 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 #620C60 is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 12 | 96 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.62 |
| HSL | 301.4º | 0.78% | 0.22% | - |
| HSV(B) | 301.4º | 0.88% | 0.38% | - |
| XYZ | 7.28 | 3.7 | 11.4 | - |
| YUV | 47.29 | 155.49 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 12 | 96 | 0 | 0.88 | 0.02 | 0.62 | 301.4 | 0.78 | 0.22 |
| Hex | 62 | C | 60 | 0 | 58 | 2 | 3E | 12D | 4E | 16 |
| Octal | 142 | 14 | 140 | 0 | 130 | 2 | 76 | 455 | 116 | 26 |
| Binary | 1100010 | 1100 | 1100000 | 0 | 1011000 | 10 | 111110 | 100101101 | 1001110 | 10110 |
Color Harmonies of #620C60
Complementary color
Monochromatic Colors of #620C60
Black with #620C60
Text Example
Text Example
White with #620C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620C60; }
p { color: rgb(98,12,96); }
H1.HeaderClassName
{
color: #620C60;
}
.AnyTagClassName
{
color: #620C60;
}
</style>
background-color css
<style>
a { background-color: #620C60; }
a { background-color: rgb(98,12,96); }
div.DivClassName
{
background-color: #620C60;
}
.BgClassName
{
background-color: #620C60;
}
</style>
border-color css
<style>
span { border-color: #620C60; }
span { border-color: rgb(98,12,96); }
td.TdClassName
{
border-color: #620C60;
}
.TagClassName
{
border-color: #620C60;
}
</style>