Shades of Palatinate Purple #663761
Tints of Palatinate Purple #663761
RGB
CMYK
RGB Variations
Color information
#663761 (or 0x663761) is known color: Palatinate Purple. HEX triplet: 66, 37 and 61. RGB value is (102,55,97). Sum of RGB (Red+Green+Blue) = 102+55+97=254 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.16% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 97 (38.28% from 255 or 38.19% from 254); Max value from RGB is 102 - color contains mainly: red. Hex color #663761 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663761 is #99C89E. Grayscale: #494949. Windows color (decimal): -10078367 or 6371174. OLE color: 6371174.
HSL color Cylindrical-coordinate representation of color #663761: hue angle of 306.38º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #663761 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 55 | 97 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.6 |
| HSL | 306.38º | 0.3% | 0.31% | - |
| HSV(B) | 306.38º | 0.46% | 0.4% | - |
| XYZ | 9 | 6.42 | 12.07 | - |
| YUV | 73.84 | 141.07 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 55 | 97 | 0 | 0.46 | 0.05 | 0.6 | 306.38 | 0.3 | 0.31 |
| Hex | 66 | 37 | 61 | 0 | 2E | 5 | 3C | 132 | 1E | 1F |
| Octal | 146 | 67 | 141 | 0 | 56 | 5 | 74 | 462 | 36 | 37 |
| Binary | 1100110 | 110111 | 1100001 | 0 | 101110 | 101 | 111100 | 100110010 | 11110 | 11111 |
Color Harmonies of #663761
Complementary color
Monochromatic Colors of #663761
Black with #663761
Text Example
Text Example
White with #663761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663761; }
p { color: rgb(102,55,97); }
H1.HeaderClassName
{
color: #663761;
}
.AnyTagClassName
{
color: #663761;
}
</style>
background-color css
<style>
a { background-color: #663761; }
a { background-color: rgb(102,55,97); }
div.DivClassName
{
background-color: #663761;
}
.BgClassName
{
background-color: #663761;
}
</style>
border-color css
<style>
span { border-color: #663761; }
span { border-color: rgb(102,55,97); }
td.TdClassName
{
border-color: #663761;
}
.TagClassName
{
border-color: #663761;
}
</style>