Shades of Palatinate Purple #620C66
Tints of Palatinate Purple #620C66
RGB
CMYK
RGB Variations
Color information
#620C66 (or 0x620C66) is known color: Palatinate Purple. HEX triplet: 62, 0C and 66. RGB value is (98,12,102). Sum of RGB (Red+Green+Blue) = 98+12+102=212 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.23% from 212); Green value is 12 (5.08% from 255 or 5.66% from 212); Blue value is 102 (40.23% from 255 or 48.11% from 212); Max value from RGB is 102 - color contains mainly: blue. Hex color #620C66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620C66 is #9DF399. Grayscale: #2F2F2F. Windows color (decimal): -10351514 or 6687842. OLE color: 6687842.
HSL color Cylindrical-coordinate representation of color #620C66: hue angle of 297.33º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #620C66 is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 98 | 12 | 102 | - |
| CMYK | 0.04 | 0.88 | 0 | 0.6 |
| HSL | 297.33º | 0.79% | 0.22% | - |
| HSV(B) | 297.33º | 0.88% | 0.4% | - |
| XYZ | 7.57 | 3.82 | 12.91 | - |
| YUV | 47.97 | 158.49 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 12 | 102 | 0.04 | 0.88 | 0 | 0.6 | 297.33 | 0.79 | 0.22 |
| Hex | 62 | C | 66 | 4 | 58 | 0 | 3C | 129 | 4F | 16 |
| Octal | 142 | 14 | 146 | 4 | 130 | 0 | 74 | 451 | 117 | 26 |
| Binary | 1100010 | 1100 | 1100110 | 100 | 1011000 | 0 | 111100 | 100101001 | 1001111 | 10110 |
Color Harmonies of #620C66
Complementary color
Monochromatic Colors of #620C66
Black with #620C66
Text Example
Text Example
White with #620C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620C66; }
p { color: rgb(98,12,102); }
H1.HeaderClassName
{
color: #620C66;
}
.AnyTagClassName
{
color: #620C66;
}
</style>
background-color css
<style>
a { background-color: #620C66; }
a { background-color: rgb(98,12,102); }
div.DivClassName
{
background-color: #620C66;
}
.BgClassName
{
background-color: #620C66;
}
</style>
border-color css
<style>
span { border-color: #620C66; }
span { border-color: rgb(98,12,102); }
td.TdClassName
{
border-color: #620C66;
}
.TagClassName
{
border-color: #620C66;
}
</style>