Shades of Palatinate Purple #663263
Tints of Palatinate Purple #663263
RGB
CMYK
RGB Variations
Color information
#663263 (or 0x663263) is known color: Palatinate Purple. HEX triplet: 66, 32 and 63. RGB value is (102,50,99). Sum of RGB (Red+Green+Blue) = 102+50+99=251 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.64% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 99 (39.06% from 255 or 39.44% from 251); Max value from RGB is 102 - color contains mainly: red. Hex color #663263 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663263 is #99CD9C. Grayscale: #464646. Windows color (decimal): -10079645 or 6500966. OLE color: 6500966.
HSL color Cylindrical-coordinate representation of color #663263: hue angle of 303.46º 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 #663263 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 50 | 99 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.6 |
| HSL | 303.46º | 0.34% | 0.3% | - |
| HSV(B) | 303.46º | 0.51% | 0.4% | - |
| XYZ | 8.87 | 6.01 | 12.5 | - |
| YUV | 71.13 | 143.73 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 50 | 99 | 0 | 0.51 | 0.03 | 0.6 | 303.46 | 0.34 | 0.3 |
| Hex | 66 | 32 | 63 | 0 | 33 | 3 | 3C | 12F | 22 | 1E |
| Octal | 146 | 62 | 143 | 0 | 63 | 3 | 74 | 457 | 42 | 36 |
| Binary | 1100110 | 110010 | 1100011 | 0 | 110011 | 11 | 111100 | 100101111 | 100010 | 11110 |
Color Harmonies of #663263
Complementary color
Monochromatic Colors of #663263
Black with #663263
Text Example
Text Example
White with #663263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663263; }
p { color: rgb(102,50,99); }
H1.HeaderClassName
{
color: #663263;
}
.AnyTagClassName
{
color: #663263;
}
</style>
background-color css
<style>
a { background-color: #663263; }
a { background-color: rgb(102,50,99); }
div.DivClassName
{
background-color: #663263;
}
.BgClassName
{
background-color: #663263;
}
</style>
border-color css
<style>
span { border-color: #663263; }
span { border-color: rgb(102,50,99); }
td.TdClassName
{
border-color: #663263;
}
.TagClassName
{
border-color: #663263;
}
</style>