Shades of Palatinate Purple #620D66
Tints of Palatinate Purple #620D66
RGB
CMYK
RGB Variations
Color information
#620D66 (or 0x620D66) is known color: Palatinate Purple. HEX triplet: 62, 0D and 66. RGB value is (98,13,102). Sum of RGB (Red+Green+Blue) = 98+13+102=213 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.01% from 213); Green value is 13 (5.47% from 255 or 6.10% from 213); Blue value is 102 (40.23% from 255 or 47.89% from 213); Max value from RGB is 102 - color contains mainly: blue. Hex color #620D66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620D66 is #9DF299. Grayscale: #303030. Windows color (decimal): -10351258 or 6688098. OLE color: 6688098.
HSL color Cylindrical-coordinate representation of color #620D66: hue angle of 297.3º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #620D66 is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 98 | 13 | 102 | - |
| CMYK | 0.04 | 0.87 | 0 | 0.6 |
| HSL | 297.3º | 0.77% | 0.23% | - |
| HSV(B) | 297.3º | 0.87% | 0.4% | - |
| XYZ | 7.58 | 3.84 | 12.91 | - |
| YUV | 48.56 | 158.16 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 13 | 102 | 0.04 | 0.87 | 0 | 0.6 | 297.3 | 0.77 | 0.23 |
| Hex | 62 | D | 66 | 4 | 57 | 0 | 3C | 129 | 4D | 17 |
| Octal | 142 | 15 | 146 | 4 | 127 | 0 | 74 | 451 | 115 | 27 |
| Binary | 1100010 | 1101 | 1100110 | 100 | 1010111 | 0 | 111100 | 100101001 | 1001101 | 10111 |
Color Harmonies of #620D66
Complementary color
Monochromatic Colors of #620D66
Black with #620D66
Text Example
Text Example
White with #620D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620D66; }
p { color: rgb(98,13,102); }
H1.HeaderClassName
{
color: #620D66;
}
.AnyTagClassName
{
color: #620D66;
}
</style>
background-color css
<style>
a { background-color: #620D66; }
a { background-color: rgb(98,13,102); }
div.DivClassName
{
background-color: #620D66;
}
.BgClassName
{
background-color: #620D66;
}
</style>
border-color css
<style>
span { border-color: #620D66; }
span { border-color: rgb(98,13,102); }
td.TdClassName
{
border-color: #620D66;
}
.TagClassName
{
border-color: #620D66;
}
</style>