Shades of Palatinate Purple #662863
Tints of Palatinate Purple #662863
RGB
CMYK
RGB Variations
Color information
#662863 (or 0x662863) is known color: Palatinate Purple. HEX triplet: 66, 28 and 63. RGB value is (102,40,99). Sum of RGB (Red+Green+Blue) = 102+40+99=241 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.32% from 241); Green value is 40 (16.02% from 255 or 16.60% from 241); Blue value is 99 (39.06% from 255 or 41.08% from 241); Max value from RGB is 102 - color contains mainly: red. Hex color #662863 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662863 is #99D79C. Grayscale: #414141. Windows color (decimal): -10082205 or 6498406. OLE color: 6498406.
HSL color Cylindrical-coordinate representation of color #662863: hue angle of 302.9º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #662863 is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 40 | 99 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.6 |
| HSL | 302.9º | 0.44% | 0.28% | - |
| HSV(B) | 302.9º | 0.61% | 0.4% | - |
| XYZ | 8.49 | 5.24 | 12.37 | - |
| YUV | 65.26 | 147.04 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 40 | 99 | 0 | 0.61 | 0.03 | 0.6 | 302.9 | 0.44 | 0.28 |
| Hex | 66 | 28 | 63 | 0 | 3D | 3 | 3C | 12F | 2C | 1C |
| Octal | 146 | 50 | 143 | 0 | 75 | 3 | 74 | 457 | 54 | 34 |
| Binary | 1100110 | 101000 | 1100011 | 0 | 111101 | 11 | 111100 | 100101111 | 101100 | 11100 |
Color Harmonies of #662863
Complementary color
Monochromatic Colors of #662863
Black with #662863
Text Example
Text Example
White with #662863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662863; }
p { color: rgb(102,40,99); }
H1.HeaderClassName
{
color: #662863;
}
.AnyTagClassName
{
color: #662863;
}
</style>
background-color css
<style>
a { background-color: #662863; }
a { background-color: rgb(102,40,99); }
div.DivClassName
{
background-color: #662863;
}
.BgClassName
{
background-color: #662863;
}
</style>
border-color css
<style>
span { border-color: #662863; }
span { border-color: rgb(102,40,99); }
td.TdClassName
{
border-color: #662863;
}
.TagClassName
{
border-color: #662863;
}
</style>