Shades of Palatinate Purple #620C64
Tints of Palatinate Purple #620C64
RGB
CMYK
RGB Variations
Color information
#620C64 (or 0x620C64) is known color: Palatinate Purple. HEX triplet: 62, 0C and 64. RGB value is (98,12,100). Sum of RGB (Red+Green+Blue) = 98+12+100=210 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.67% from 210); Green value is 12 (5.08% from 255 or 5.71% from 210); Blue value is 100 (39.45% from 255 or 47.62% from 210); Max value from RGB is 100 - color contains mainly: blue. Hex color #620C64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620C64 is #9DF39B. Grayscale: #2F2F2F. Windows color (decimal): -10351516 or 6556770. OLE color: 6556770.
HSL color Cylindrical-coordinate representation of color #620C64: hue angle of 298.64º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #620C64 is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 98 | 12 | 100 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.61 |
| HSL | 298.64º | 0.79% | 0.22% | - |
| HSV(B) | 298.64º | 0.88% | 0.39% | - |
| XYZ | 7.47 | 3.78 | 12.39 | - |
| YUV | 47.75 | 157.49 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 12 | 100 | 0.02 | 0.88 | 0 | 0.61 | 298.64 | 0.79 | 0.22 |
| Hex | 62 | C | 64 | 2 | 58 | 0 | 3D | 12B | 4F | 16 |
| Octal | 142 | 14 | 144 | 2 | 130 | 0 | 75 | 453 | 117 | 26 |
| Binary | 1100010 | 1100 | 1100100 | 10 | 1011000 | 0 | 111101 | 100101011 | 1001111 | 10110 |
Color Harmonies of #620C64
Complementary color
Monochromatic Colors of #620C64
Black with #620C64
Text Example
Text Example
White with #620C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620C64; }
p { color: rgb(98,12,100); }
H1.HeaderClassName
{
color: #620C64;
}
.AnyTagClassName
{
color: #620C64;
}
</style>
background-color css
<style>
a { background-color: #620C64; }
a { background-color: rgb(98,12,100); }
div.DivClassName
{
background-color: #620C64;
}
.BgClassName
{
background-color: #620C64;
}
</style>
border-color css
<style>
span { border-color: #620C64; }
span { border-color: rgb(98,12,100); }
td.TdClassName
{
border-color: #620C64;
}
.TagClassName
{
border-color: #620C64;
}
</style>