Shades of Palatinate Purple #620A68
Tints of Palatinate Purple #620A68
RGB
CMYK
RGB Variations
Color information
#620A68 (or 0x620A68) is known color: Palatinate Purple. HEX triplet: 62, 0A and 68. RGB value is (98,10,104). Sum of RGB (Red+Green+Blue) = 98+10+104=212 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.23% from 212); Green value is 10 (4.30% from 255 or 4.72% from 212); Blue value is 104 (41.02% from 255 or 49.06% from 212); Max value from RGB is 104 - color contains mainly: blue. Hex color #620A68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620A68 is #9DF597. Grayscale: #2E2E2E. Windows color (decimal): -10352024 or 6818402. OLE color: 6818402.
HSL color Cylindrical-coordinate representation of color #620A68: hue angle of 296.17º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #620A68 is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 98 | 10 | 104 | - |
| CMYK | 0.06 | 0.90 | 0 | 0.59 |
| HSL | 296.17º | 0.82% | 0.22% | - |
| HSV(B) | 296.17º | 0.9% | 0.41% | - |
| XYZ | 7.64 | 3.81 | 13.43 | - |
| YUV | 47.03 | 160.15 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 10 | 104 | 0.06 | 0.90 | 0 | 0.59 | 296.17 | 0.82 | 0.22 |
| Hex | 62 | A | 68 | 6 | 5A | 0 | 3B | 128 | 52 | 16 |
| Octal | 142 | 12 | 150 | 6 | 132 | 0 | 73 | 450 | 122 | 26 |
| Binary | 1100010 | 1010 | 1101000 | 110 | 1011010 | 0 | 111011 | 100101000 | 1010010 | 10110 |
Color Harmonies of #620A68
Complementary color
Monochromatic Colors of #620A68
Black with #620A68
Text Example
Text Example
White with #620A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620A68; }
p { color: rgb(98,10,104); }
H1.HeaderClassName
{
color: #620A68;
}
.AnyTagClassName
{
color: #620A68;
}
</style>
background-color css
<style>
a { background-color: #620A68; }
a { background-color: rgb(98,10,104); }
div.DivClassName
{
background-color: #620A68;
}
.BgClassName
{
background-color: #620A68;
}
</style>
border-color css
<style>
span { border-color: #620A68; }
span { border-color: rgb(98,10,104); }
td.TdClassName
{
border-color: #620A68;
}
.TagClassName
{
border-color: #620A68;
}
</style>