Shades of Palatinate Purple #620868
Tints of Palatinate Purple #620868
RGB
CMYK
RGB Variations
Color information
#620868 (or 0x620868) is known color: Palatinate Purple. HEX triplet: 62, 08 and 68. RGB value is (98,8,104). Sum of RGB (Red+Green+Blue) = 98+8+104=210 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.67% from 210); Green value is 8 (3.52% from 255 or 3.81% from 210); Blue value is 104 (41.02% from 255 or 49.52% from 210); Max value from RGB is 104 - color contains mainly: blue. Hex color #620868 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620868 is #9DF797. Grayscale: #2D2D2D. Windows color (decimal): -10352536 or 6817890. OLE color: 6817890.
HSL color Cylindrical-coordinate representation of color #620868: hue angle of 296.25º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #620868 is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 98 | 8 | 104 | - |
| CMYK | 0.06 | 0.92 | 0 | 0.59 |
| HSL | 296.25º | 0.86% | 0.22% | - |
| HSV(B) | 296.25º | 0.92% | 0.41% | - |
| XYZ | 7.62 | 3.77 | 13.42 | - |
| YUV | 45.85 | 160.82 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 8 | 104 | 0.06 | 0.92 | 0 | 0.59 | 296.25 | 0.86 | 0.22 |
| Hex | 62 | 8 | 68 | 6 | 5C | 0 | 3B | 128 | 56 | 16 |
| Octal | 142 | 10 | 150 | 6 | 134 | 0 | 73 | 450 | 126 | 26 |
| Binary | 1100010 | 1000 | 1101000 | 110 | 1011100 | 0 | 111011 | 100101000 | 1010110 | 10110 |
Color Harmonies of #620868
Complementary color
Monochromatic Colors of #620868
Black with #620868
Text Example
Text Example
White with #620868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620868; }
p { color: rgb(98,8,104); }
H1.HeaderClassName
{
color: #620868;
}
.AnyTagClassName
{
color: #620868;
}
</style>
background-color css
<style>
a { background-color: #620868; }
a { background-color: rgb(98,8,104); }
div.DivClassName
{
background-color: #620868;
}
.BgClassName
{
background-color: #620868;
}
</style>
border-color css
<style>
span { border-color: #620868; }
span { border-color: rgb(98,8,104); }
td.TdClassName
{
border-color: #620868;
}
.TagClassName
{
border-color: #620868;
}
</style>