Shades of Palatinate Purple #662168
Tints of Palatinate Purple #662168
RGB
CMYK
RGB Variations
Color information
#662168 (or 0x662168) is known color: Palatinate Purple. HEX triplet: 66, 21 and 68. RGB value is (102,33,104). Sum of RGB (Red+Green+Blue) = 102+33+104=239 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.68% from 239); Green value is 33 (13.28% from 255 or 13.81% from 239); Blue value is 104 (41.02% from 255 or 43.51% from 239); Max value from RGB is 104 - color contains mainly: blue. Hex color #662168 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662168 is #99DE97. Grayscale: #3D3D3D. Windows color (decimal): -10083992 or 6824294. OLE color: 6824294.
HSL color Cylindrical-coordinate representation of color #662168: hue angle of 298.31º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #662168 is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 33 | 104 | - |
| CMYK | 0.02 | 0.68 | 0 | 0.59 |
| HSL | 298.31º | 0.52% | 0.27% | - |
| HSV(B) | 298.31º | 0.68% | 0.41% | - |
| XYZ | 8.52 | 4.91 | 13.6 | - |
| YUV | 61.73 | 151.86 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 33 | 104 | 0.02 | 0.68 | 0 | 0.59 | 298.31 | 0.52 | 0.27 |
| Hex | 66 | 21 | 68 | 2 | 44 | 0 | 3B | 12A | 34 | 1B |
| Octal | 146 | 41 | 150 | 2 | 104 | 0 | 73 | 452 | 64 | 33 |
| Binary | 1100110 | 100001 | 1101000 | 10 | 1000100 | 0 | 111011 | 100101010 | 110100 | 11011 |
Color Harmonies of #662168
Complementary color
Monochromatic Colors of #662168
Black with #662168
Text Example
Text Example
White with #662168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662168; }
p { color: rgb(102,33,104); }
H1.HeaderClassName
{
color: #662168;
}
.AnyTagClassName
{
color: #662168;
}
</style>
background-color css
<style>
a { background-color: #662168; }
a { background-color: rgb(102,33,104); }
div.DivClassName
{
background-color: #662168;
}
.BgClassName
{
background-color: #662168;
}
</style>
border-color css
<style>
span { border-color: #662168; }
span { border-color: rgb(102,33,104); }
td.TdClassName
{
border-color: #662168;
}
.TagClassName
{
border-color: #662168;
}
</style>