Shades of Palatinate Purple #663262
Tints of Palatinate Purple #663262
RGB
CMYK
RGB Variations
Color information
#663262 (or 0x663262) is known color: Palatinate Purple. HEX triplet: 66, 32 and 62. RGB value is (102,50,98). Sum of RGB (Red+Green+Blue) = 102+50+98=250 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.8% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 98 (38.67% from 255 or 39.2% from 250); Max value from RGB is 102 - color contains mainly: red. Hex color #663262 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663262 is #99CD9D. Grayscale: #464646. Windows color (decimal): -10079646 or 6435430. OLE color: 6435430.
HSL color Cylindrical-coordinate representation of color #663262: hue angle of 304.62º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #663262 is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 50 | 98 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.6 |
| HSL | 304.62º | 0.34% | 0.3% | - |
| HSV(B) | 304.62º | 0.51% | 0.4% | - |
| XYZ | 8.82 | 5.99 | 12.25 | - |
| YUV | 71.02 | 143.23 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 50 | 98 | 0 | 0.51 | 0.04 | 0.6 | 304.62 | 0.34 | 0.3 |
| Hex | 66 | 32 | 62 | 0 | 33 | 4 | 3C | 131 | 22 | 1E |
| Octal | 146 | 62 | 142 | 0 | 63 | 4 | 74 | 461 | 42 | 36 |
| Binary | 1100110 | 110010 | 1100010 | 0 | 110011 | 100 | 111100 | 100110001 | 100010 | 11110 |
Color Harmonies of #663262
Complementary color
Monochromatic Colors of #663262
Black with #663262
Text Example
Text Example
White with #663262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663262; }
p { color: rgb(102,50,98); }
H1.HeaderClassName
{
color: #663262;
}
.AnyTagClassName
{
color: #663262;
}
</style>
background-color css
<style>
a { background-color: #663262; }
a { background-color: rgb(102,50,98); }
div.DivClassName
{
background-color: #663262;
}
.BgClassName
{
background-color: #663262;
}
</style>
border-color css
<style>
span { border-color: #663262; }
span { border-color: rgb(102,50,98); }
td.TdClassName
{
border-color: #663262;
}
.TagClassName
{
border-color: #663262;
}
</style>