Shades of Palatinate Purple #620863
Tints of Palatinate Purple #620863
RGB
CMYK
RGB Variations
Color information
#620863 (or 0x620863) is known color: Palatinate Purple. HEX triplet: 62, 08 and 63. RGB value is (98,8,99). Sum of RGB (Red+Green+Blue) = 98+8+99=205 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.80% from 205); Green value is 8 (3.52% from 255 or 3.90% from 205); Blue value is 99 (39.06% from 255 or 48.29% from 205); Max value from RGB is 99 - color contains mainly: blue. Hex color #620863 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620863 is #9DF79C. Grayscale: #2D2D2D. Windows color (decimal): -10352541 or 6490210. OLE color: 6490210.
HSL color Cylindrical-coordinate representation of color #620863: hue angle of 299.34º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #620863 is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 98 | 8 | 99 | - |
| CMYK | 0.01 | 0.92 | 0 | 0.61 |
| HSL | 299.34º | 0.85% | 0.21% | - |
| HSV(B) | 299.34º | 0.92% | 0.39% | - |
| XYZ | 7.38 | 3.67 | 12.12 | - |
| YUV | 45.28 | 158.32 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 8 | 99 | 0.01 | 0.92 | 0 | 0.61 | 299.34 | 0.85 | 0.21 |
| Hex | 62 | 8 | 63 | 1 | 5C | 0 | 3D | 12B | 55 | 15 |
| Octal | 142 | 10 | 143 | 1 | 134 | 0 | 75 | 453 | 125 | 25 |
| Binary | 1100010 | 1000 | 1100011 | 1 | 1011100 | 0 | 111101 | 100101011 | 1010101 | 10101 |
Color Harmonies of #620863
Complementary color
Monochromatic Colors of #620863
Black with #620863
Text Example
Text Example
White with #620863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620863; }
p { color: rgb(98,8,99); }
H1.HeaderClassName
{
color: #620863;
}
.AnyTagClassName
{
color: #620863;
}
</style>
background-color css
<style>
a { background-color: #620863; }
a { background-color: rgb(98,8,99); }
div.DivClassName
{
background-color: #620863;
}
.BgClassName
{
background-color: #620863;
}
</style>
border-color css
<style>
span { border-color: #620863; }
span { border-color: rgb(98,8,99); }
td.TdClassName
{
border-color: #620863;
}
.TagClassName
{
border-color: #620863;
}
</style>