Shades of Palatinate Purple #622663
Tints of Palatinate Purple #622663
RGB
CMYK
RGB Variations
Color information
#622663 (or 0x622663) is known color: Palatinate Purple. HEX triplet: 62, 26 and 63. RGB value is (98,38,99). Sum of RGB (Red+Green+Blue) = 98+38+99=235 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.70% from 235); Green value is 38 (15.23% from 255 or 16.17% from 235); Blue value is 99 (39.06% from 255 or 42.13% from 235); Max value from RGB is 99 - color contains mainly: blue. Hex color #622663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622663 is #9DD99C. Grayscale: #3E3E3E. Windows color (decimal): -10344861 or 6497890. OLE color: 6497890.
HSL color Cylindrical-coordinate representation of color #622663: hue angle of 299.02º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #622663 is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 98 | 38 | 99 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.61 |
| HSL | 299.02º | 0.45% | 0.27% | - |
| HSV(B) | 299.02º | 0.62% | 0.39% | - |
| XYZ | 7.98 | 4.88 | 12.33 | - |
| YUV | 62.89 | 148.38 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 38 | 99 | 0.01 | 0.62 | 0 | 0.61 | 299.02 | 0.45 | 0.27 |
| Hex | 62 | 26 | 63 | 1 | 3E | 0 | 3D | 12B | 2D | 1B |
| Octal | 142 | 46 | 143 | 1 | 76 | 0 | 75 | 453 | 55 | 33 |
| Binary | 1100010 | 100110 | 1100011 | 1 | 111110 | 0 | 111101 | 100101011 | 101101 | 11011 |
Color Harmonies of #622663
Complementary color
Monochromatic Colors of #622663
Black with #622663
Text Example
Text Example
White with #622663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622663; }
p { color: rgb(98,38,99); }
H1.HeaderClassName
{
color: #622663;
}
.AnyTagClassName
{
color: #622663;
}
</style>
background-color css
<style>
a { background-color: #622663; }
a { background-color: rgb(98,38,99); }
div.DivClassName
{
background-color: #622663;
}
.BgClassName
{
background-color: #622663;
}
</style>
border-color css
<style>
span { border-color: #622663; }
span { border-color: rgb(98,38,99); }
td.TdClassName
{
border-color: #622663;
}
.TagClassName
{
border-color: #622663;
}
</style>