Shades of Palatinate Purple #631666
Tints of Palatinate Purple #631666
RGB
CMYK
RGB Variations
Color information
#631666 (or 0x631666) is known color: Palatinate Purple. HEX triplet: 63, 16 and 66. RGB value is (99,22,102). Sum of RGB (Red+Green+Blue) = 99+22+102=223 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.39% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 102 (40.23% from 255 or 45.74% from 223); Max value from RGB is 102 - color contains mainly: blue. Hex color #631666 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631666 is #9CE999. Grayscale: #353535. Windows color (decimal): -10283418 or 6690403. OLE color: 6690403.
HSL color Cylindrical-coordinate representation of color #631666: hue angle of 297.75º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #631666 is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 99 | 22 | 102 | - |
| CMYK | 0.03 | 0.78 | 0 | 0.6 |
| HSL | 297.75º | 0.65% | 0.24% | - |
| HSV(B) | 297.75º | 0.78% | 0.4% | - |
| XYZ | 7.83 | 4.19 | 12.97 | - |
| YUV | 54.14 | 155.01 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 22 | 102 | 0.03 | 0.78 | 0 | 0.6 | 297.75 | 0.65 | 0.24 |
| Hex | 63 | 16 | 66 | 3 | 4E | 0 | 3C | 12A | 41 | 18 |
| Octal | 143 | 26 | 146 | 3 | 116 | 0 | 74 | 452 | 101 | 30 |
| Binary | 1100011 | 10110 | 1100110 | 11 | 1001110 | 0 | 111100 | 100101010 | 1000001 | 11000 |
Color Harmonies of #631666
Complementary color
Monochromatic Colors of #631666
Black with #631666
Text Example
Text Example
White with #631666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631666; }
p { color: rgb(99,22,102); }
H1.HeaderClassName
{
color: #631666;
}
.AnyTagClassName
{
color: #631666;
}
</style>
background-color css
<style>
a { background-color: #631666; }
a { background-color: rgb(99,22,102); }
div.DivClassName
{
background-color: #631666;
}
.BgClassName
{
background-color: #631666;
}
</style>
border-color css
<style>
span { border-color: #631666; }
span { border-color: rgb(99,22,102); }
td.TdClassName
{
border-color: #631666;
}
.TagClassName
{
border-color: #631666;
}
</style>