Shades of Palatinate Purple #620E62
Tints of Palatinate Purple #620E62
RGB
CMYK
RGB Variations
Color information
#620E62 (or 0x620E62) is known color: Palatinate Purple. HEX triplet: 62, 0E and 62. RGB value is (98,14,98). Sum of RGB (Red+Green+Blue) = 98+14+98=210 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.67% from 210); Green value is 14 (5.86% from 255 or 6.67% from 210); Blue value is 98 (38.67% from 255 or 46.67% from 210); Max value from RGB is 98 - color contains mainly: red, blue. Hex color #620E62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620E62 is #9DF19D. Grayscale: #303030. Windows color (decimal): -10351006 or 6426210. OLE color: 6426210.
HSL color Cylindrical-coordinate representation of color #620E62: hue angle of 300º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #620E62 is Cyan = 0, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 14 | 98 | - |
| CMYK | 0 | 0.86 | 0 | 0.62 |
| HSL | 300º | 0.75% | 0.22% | - |
| HSV(B) | 300º | 0.86% | 0.38% | - |
| XYZ | 7.4 | 3.79 | 11.9 | - |
| YUV | 48.69 | 155.83 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 14 | 98 | 0 | 0.86 | 0 | 0.62 | 300 | 0.75 | 0.22 |
| Hex | 62 | E | 62 | 0 | 56 | 0 | 3E | 12C | 4B | 16 |
| Octal | 142 | 16 | 142 | 0 | 126 | 0 | 76 | 454 | 113 | 26 |
| Binary | 1100010 | 1110 | 1100010 | 0 | 1010110 | 0 | 111110 | 100101100 | 1001011 | 10110 |
Color Harmonies of #620E62
Complementary color
Monochromatic Colors of #620E62
Black with #620E62
Text Example
Text Example
White with #620E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620E62; }
p { color: rgb(98,14,98); }
H1.HeaderClassName
{
color: #620E62;
}
.AnyTagClassName
{
color: #620E62;
}
</style>
background-color css
<style>
a { background-color: #620E62; }
a { background-color: rgb(98,14,98); }
div.DivClassName
{
background-color: #620E62;
}
.BgClassName
{
background-color: #620E62;
}
</style>
border-color css
<style>
span { border-color: #620E62; }
span { border-color: rgb(98,14,98); }
td.TdClassName
{
border-color: #620E62;
}
.TagClassName
{
border-color: #620E62;
}
</style>