Shades of Palatinate Purple #663661
Tints of Palatinate Purple #663661
RGB
CMYK
RGB Variations
Color information
#663661 (or 0x663661) is known color: Palatinate Purple. HEX triplet: 66, 36 and 61. RGB value is (102,54,97). Sum of RGB (Red+Green+Blue) = 102+54+97=253 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.32% from 253); Green value is 54 (21.48% from 255 or 21.34% from 253); Blue value is 97 (38.28% from 255 or 38.34% from 253); Max value from RGB is 102 - color contains mainly: red. Hex color #663661 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663661 is #99C99E. Grayscale: #494949. Windows color (decimal): -10078623 or 6370918. OLE color: 6370918.
HSL color Cylindrical-coordinate representation of color #663661: hue angle of 306.25º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #663661 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 54 | 97 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.6 |
| HSL | 306.25º | 0.31% | 0.31% | - |
| HSV(B) | 306.25º | 0.47% | 0.4% | - |
| XYZ | 8.96 | 6.33 | 12.06 | - |
| YUV | 73.25 | 141.4 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 54 | 97 | 0 | 0.47 | 0.05 | 0.6 | 306.25 | 0.31 | 0.31 |
| Hex | 66 | 36 | 61 | 0 | 2F | 5 | 3C | 132 | 1F | 1F |
| Octal | 146 | 66 | 141 | 0 | 57 | 5 | 74 | 462 | 37 | 37 |
| Binary | 1100110 | 110110 | 1100001 | 0 | 101111 | 101 | 111100 | 100110010 | 11111 | 11111 |
Color Harmonies of #663661
Complementary color
Monochromatic Colors of #663661
Black with #663661
Text Example
Text Example
White with #663661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663661; }
p { color: rgb(102,54,97); }
H1.HeaderClassName
{
color: #663661;
}
.AnyTagClassName
{
color: #663661;
}
</style>
background-color css
<style>
a { background-color: #663661; }
a { background-color: rgb(102,54,97); }
div.DivClassName
{
background-color: #663661;
}
.BgClassName
{
background-color: #663661;
}
</style>
border-color css
<style>
span { border-color: #663661; }
span { border-color: rgb(102,54,97); }
td.TdClassName
{
border-color: #663661;
}
.TagClassName
{
border-color: #663661;
}
</style>