Shades of Palatinate Purple #662664
Tints of Palatinate Purple #662664
RGB
CMYK
RGB Variations
Color information
#662664 (or 0x662664) is known color: Palatinate Purple. HEX triplet: 66, 26 and 64. RGB value is (102,38,100). Sum of RGB (Red+Green+Blue) = 102+38+100=240 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.5% from 240); Green value is 38 (15.23% from 255 or 15.83% from 240); Blue value is 100 (39.45% from 255 or 41.67% from 240); Max value from RGB is 102 - color contains mainly: red. Hex color #662664 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662664 is #99D99B. Grayscale: #404040. Windows color (decimal): -10082716 or 6563430. OLE color: 6563430.
HSL color Cylindrical-coordinate representation of color #662664: hue angle of 301.88º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #662664 is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 38 | 100 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.6 |
| HSL | 301.88º | 0.46% | 0.27% | - |
| HSV(B) | 301.88º | 0.63% | 0.4% | - |
| XYZ | 8.47 | 5.13 | 12.6 | - |
| YUV | 64.2 | 148.2 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 38 | 100 | 0 | 0.63 | 0.02 | 0.6 | 301.88 | 0.46 | 0.27 |
| Hex | 66 | 26 | 64 | 0 | 3F | 2 | 3C | 12E | 2E | 1B |
| Octal | 146 | 46 | 144 | 0 | 77 | 2 | 74 | 456 | 56 | 33 |
| Binary | 1100110 | 100110 | 1100100 | 0 | 111111 | 10 | 111100 | 100101110 | 101110 | 11011 |
Color Harmonies of #662664
Complementary color
Monochromatic Colors of #662664
Black with #662664
Text Example
Text Example
White with #662664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662664; }
p { color: rgb(102,38,100); }
H1.HeaderClassName
{
color: #662664;
}
.AnyTagClassName
{
color: #662664;
}
</style>
background-color css
<style>
a { background-color: #662664; }
a { background-color: rgb(102,38,100); }
div.DivClassName
{
background-color: #662664;
}
.BgClassName
{
background-color: #662664;
}
</style>
border-color css
<style>
span { border-color: #662664; }
span { border-color: rgb(102,38,100); }
td.TdClassName
{
border-color: #662664;
}
.TagClassName
{
border-color: #662664;
}
</style>