Shades of Palatinate Purple #620E67
Tints of Palatinate Purple #620E67
RGB
CMYK
RGB Variations
Color information
#620E67 (or 0x620E67) is known color: Palatinate Purple. HEX triplet: 62, 0E and 67. RGB value is (98,14,103). Sum of RGB (Red+Green+Blue) = 98+14+103=215 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.58% from 215); Green value is 14 (5.86% from 255 or 6.51% from 215); Blue value is 103 (40.62% from 255 or 47.91% from 215); Max value from RGB is 103 - color contains mainly: blue. Hex color #620E67 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620E67 is #9DF198. Grayscale: #303030. Windows color (decimal): -10351001 or 6753890. OLE color: 6753890.
HSL color Cylindrical-coordinate representation of color #620E67: hue angle of 296.63º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #620E67 is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 98 | 14 | 103 | - |
| CMYK | 0.05 | 0.86 | 0 | 0.60 |
| HSL | 296.63º | 0.76% | 0.23% | - |
| HSV(B) | 296.63º | 0.86% | 0.4% | - |
| XYZ | 7.64 | 3.89 | 13.18 | - |
| YUV | 49.26 | 158.33 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 14 | 103 | 0.05 | 0.86 | 0 | 0.60 | 296.63 | 0.76 | 0.23 |
| Hex | 62 | E | 67 | 5 | 56 | 0 | 3C | 129 | 4C | 17 |
| Octal | 142 | 16 | 147 | 5 | 126 | 0 | 74 | 451 | 114 | 27 |
| Binary | 1100010 | 1110 | 1100111 | 101 | 1010110 | 0 | 111100 | 100101001 | 1001100 | 10111 |
Color Harmonies of #620E67
Complementary color
Monochromatic Colors of #620E67
Black with #620E67
Text Example
Text Example
White with #620E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620E67; }
p { color: rgb(98,14,103); }
H1.HeaderClassName
{
color: #620E67;
}
.AnyTagClassName
{
color: #620E67;
}
</style>
background-color css
<style>
a { background-color: #620E67; }
a { background-color: rgb(98,14,103); }
div.DivClassName
{
background-color: #620E67;
}
.BgClassName
{
background-color: #620E67;
}
</style>
border-color css
<style>
span { border-color: #620E67; }
span { border-color: rgb(98,14,103); }
td.TdClassName
{
border-color: #620E67;
}
.TagClassName
{
border-color: #620E67;
}
</style>