Shades of Palatinate Purple #620D68
Tints of Palatinate Purple #620D68
RGB
CMYK
RGB Variations
Color information
#620D68 (or 0x620D68) is known color: Palatinate Purple. HEX triplet: 62, 0D and 68. RGB value is (98,13,104). Sum of RGB (Red+Green+Blue) = 98+13+104=215 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.58% from 215); Green value is 13 (5.47% from 255 or 6.05% from 215); Blue value is 104 (41.02% from 255 or 48.37% from 215); Max value from RGB is 104 - color contains mainly: blue. Hex color #620D68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620D68 is #9DF297. Grayscale: #303030. Windows color (decimal): -10351256 or 6819170. OLE color: 6819170.
HSL color Cylindrical-coordinate representation of color #620D68: hue angle of 296.04º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #620D68 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 98 | 13 | 104 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.59 |
| HSL | 296.04º | 0.78% | 0.23% | - |
| HSV(B) | 296.04º | 0.88% | 0.41% | - |
| XYZ | 7.68 | 3.88 | 13.44 | - |
| YUV | 48.79 | 159.16 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 13 | 104 | 0.06 | 0.88 | 0 | 0.59 | 296.04 | 0.78 | 0.23 |
| Hex | 62 | D | 68 | 6 | 58 | 0 | 3B | 128 | 4E | 17 |
| Octal | 142 | 15 | 150 | 6 | 130 | 0 | 73 | 450 | 116 | 27 |
| Binary | 1100010 | 1101 | 1101000 | 110 | 1011000 | 0 | 111011 | 100101000 | 1001110 | 10111 |
Color Harmonies of #620D68
Complementary color
Monochromatic Colors of #620D68
Black with #620D68
Text Example
Text Example
White with #620D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620D68; }
p { color: rgb(98,13,104); }
H1.HeaderClassName
{
color: #620D68;
}
.AnyTagClassName
{
color: #620D68;
}
</style>
background-color css
<style>
a { background-color: #620D68; }
a { background-color: rgb(98,13,104); }
div.DivClassName
{
background-color: #620D68;
}
.BgClassName
{
background-color: #620D68;
}
</style>
border-color css
<style>
span { border-color: #620D68; }
span { border-color: rgb(98,13,104); }
td.TdClassName
{
border-color: #620D68;
}
.TagClassName
{
border-color: #620D68;
}
</style>