Shades of Palatinate Purple #662764
Tints of Palatinate Purple #662764
RGB
CMYK
RGB Variations
Color information
#662764 (or 0x662764) is known color: Palatinate Purple. HEX triplet: 66, 27 and 64. RGB value is (102,39,100). Sum of RGB (Red+Green+Blue) = 102+39+100=241 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.32% from 241); Green value is 39 (15.62% from 255 or 16.18% from 241); Blue value is 100 (39.45% from 255 or 41.49% from 241); Max value from RGB is 102 - color contains mainly: red. Hex color #662764 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662764 is #99D89B. Grayscale: #404040. Windows color (decimal): -10082460 or 6563686. OLE color: 6563686.
HSL color Cylindrical-coordinate representation of color #662764: hue angle of 301.9º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #662764 is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 39 | 100 | - |
| CMYK | 0 | 0.62 | 0.02 | 0.6 |
| HSL | 301.9º | 0.45% | 0.28% | - |
| HSV(B) | 301.9º | 0.62% | 0.4% | - |
| XYZ | 8.51 | 5.2 | 12.61 | - |
| YUV | 64.79 | 147.87 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 39 | 100 | 0 | 0.62 | 0.02 | 0.6 | 301.9 | 0.45 | 0.28 |
| Hex | 66 | 27 | 64 | 0 | 3E | 2 | 3C | 12E | 2D | 1C |
| Octal | 146 | 47 | 144 | 0 | 76 | 2 | 74 | 456 | 55 | 34 |
| Binary | 1100110 | 100111 | 1100100 | 0 | 111110 | 10 | 111100 | 100101110 | 101101 | 11100 |
Color Harmonies of #662764
Complementary color
Monochromatic Colors of #662764
Black with #662764
Text Example
Text Example
White with #662764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662764; }
p { color: rgb(102,39,100); }
H1.HeaderClassName
{
color: #662764;
}
.AnyTagClassName
{
color: #662764;
}
</style>
background-color css
<style>
a { background-color: #662764; }
a { background-color: rgb(102,39,100); }
div.DivClassName
{
background-color: #662764;
}
.BgClassName
{
background-color: #662764;
}
</style>
border-color css
<style>
span { border-color: #662764; }
span { border-color: rgb(102,39,100); }
td.TdClassName
{
border-color: #662764;
}
.TagClassName
{
border-color: #662764;
}
</style>