Shades of Palatinate Purple #620860
Tints of Palatinate Purple #620860
RGB
CMYK
RGB Variations
Color information
#620860 (or 0x620860) is known color: Palatinate Purple. HEX triplet: 62, 08 and 60. RGB value is (98,8,96). Sum of RGB (Red+Green+Blue) = 98+8+96=202 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.51% from 202); Green value is 8 (3.52% from 255 or 3.96% from 202); Blue value is 96 (37.89% from 255 or 47.52% from 202); Max value from RGB is 98 - color contains mainly: red. Hex color #620860 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620860 is #9DF79F. Grayscale: #2C2C2C. Windows color (decimal): -10352544 or 6293602. OLE color: 6293602.
HSL color Cylindrical-coordinate representation of color #620860: hue angle of 301.33º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #620860 is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 8 | 96 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.62 |
| HSL | 301.33º | 0.85% | 0.21% | - |
| HSV(B) | 301.33º | 0.92% | 0.38% | - |
| XYZ | 7.24 | 3.61 | 11.38 | - |
| YUV | 44.94 | 156.82 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 8 | 96 | 0 | 0.92 | 0.02 | 0.62 | 301.33 | 0.85 | 0.21 |
| Hex | 62 | 8 | 60 | 0 | 5C | 2 | 3E | 12D | 55 | 15 |
| Octal | 142 | 10 | 140 | 0 | 134 | 2 | 76 | 455 | 125 | 25 |
| Binary | 1100010 | 1000 | 1100000 | 0 | 1011100 | 10 | 111110 | 100101101 | 1010101 | 10101 |
Color Harmonies of #620860
Complementary color
Monochromatic Colors of #620860
Black with #620860
Text Example
Text Example
White with #620860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620860; }
p { color: rgb(98,8,96); }
H1.HeaderClassName
{
color: #620860;
}
.AnyTagClassName
{
color: #620860;
}
</style>
background-color css
<style>
a { background-color: #620860; }
a { background-color: rgb(98,8,96); }
div.DivClassName
{
background-color: #620860;
}
.BgClassName
{
background-color: #620860;
}
</style>
border-color css
<style>
span { border-color: #620860; }
span { border-color: rgb(98,8,96); }
td.TdClassName
{
border-color: #620860;
}
.TagClassName
{
border-color: #620860;
}
</style>