Shades of Palatinate Purple #662962
Tints of Palatinate Purple #662962
RGB
CMYK
RGB Variations
Color information
#662962 (or 0x662962) is known color: Palatinate Purple. HEX triplet: 66, 29 and 62. RGB value is (102,41,98). Sum of RGB (Red+Green+Blue) = 102+41+98=241 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.32% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 98 (38.67% from 255 or 40.66% from 241); Max value from RGB is 102 - color contains mainly: red. Hex color #662962 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662962 is #99D69D. Grayscale: #414141. Windows color (decimal): -10081950 or 6433126. OLE color: 6433126.
HSL color Cylindrical-coordinate representation of color #662962: hue angle of 303.93º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #662962 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 41 | 98 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.6 |
| HSL | 303.93º | 0.43% | 0.28% | - |
| HSV(B) | 303.93º | 0.6% | 0.4% | - |
| XYZ | 8.48 | 5.29 | 12.13 | - |
| YUV | 65.74 | 146.21 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 41 | 98 | 0 | 0.60 | 0.04 | 0.6 | 303.93 | 0.43 | 0.28 |
| Hex | 66 | 29 | 62 | 0 | 3C | 4 | 3C | 130 | 2B | 1C |
| Octal | 146 | 51 | 142 | 0 | 74 | 4 | 74 | 460 | 53 | 34 |
| Binary | 1100110 | 101001 | 1100010 | 0 | 111100 | 100 | 111100 | 100110000 | 101011 | 11100 |
Color Harmonies of #662962
Complementary color
Monochromatic Colors of #662962
Black with #662962
Text Example
Text Example
White with #662962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662962; }
p { color: rgb(102,41,98); }
H1.HeaderClassName
{
color: #662962;
}
.AnyTagClassName
{
color: #662962;
}
</style>
background-color css
<style>
a { background-color: #662962; }
a { background-color: rgb(102,41,98); }
div.DivClassName
{
background-color: #662962;
}
.BgClassName
{
background-color: #662962;
}
</style>
border-color css
<style>
span { border-color: #662962; }
span { border-color: rgb(102,41,98); }
td.TdClassName
{
border-color: #662962;
}
.TagClassName
{
border-color: #662962;
}
</style>