Shades of Palatinate Purple #663F5F
Tints of Palatinate Purple #663F5F
RGB
CMYK
RGB Variations
Color information
#663F5F (or 0x663F5F) is known color: Palatinate Purple. HEX triplet: 66, 3F and 5F. RGB value is (102,63,95). Sum of RGB (Red+Green+Blue) = 102+63+95=260 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.23% from 260); Green value is 63 (25% from 255 or 24.23% from 260); Blue value is 95 (37.5% from 255 or 36.54% from 260); Max value from RGB is 102 - color contains mainly: red. Hex color #663F5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663F5F is #99C0A0. Grayscale: #4E4E4E. Windows color (decimal): -10076321 or 6242150. OLE color: 6242150.
HSL color Cylindrical-coordinate representation of color #663F5F: hue angle of 310.77º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #663F5F is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 63 | 95 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.6 |
| HSL | 310.77º | 0.24% | 0.32% | - |
| HSV(B) | 310.77º | 0.38% | 0.4% | - |
| XYZ | 9.32 | 7.21 | 11.73 | - |
| YUV | 78.31 | 137.42 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 63 | 95 | 0 | 0.38 | 0.07 | 0.6 | 310.77 | 0.24 | 0.32 |
| Hex | 66 | 3F | 5F | 0 | 26 | 7 | 3C | 137 | 18 | 20 |
| Octal | 146 | 77 | 137 | 0 | 46 | 7 | 74 | 467 | 30 | 40 |
| Binary | 1100110 | 111111 | 1011111 | 0 | 100110 | 111 | 111100 | 100110111 | 11000 | 100000 |
Color Harmonies of #663F5F
Complementary color
Monochromatic Colors of #663F5F
Black with #663F5F
Text Example
Text Example
White with #663F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663F5F; }
p { color: rgb(102,63,95); }
H1.HeaderClassName
{
color: #663F5F;
}
.AnyTagClassName
{
color: #663F5F;
}
</style>
background-color css
<style>
a { background-color: #663F5F; }
a { background-color: rgb(102,63,95); }
div.DivClassName
{
background-color: #663F5F;
}
.BgClassName
{
background-color: #663F5F;
}
</style>
border-color css
<style>
span { border-color: #663F5F; }
span { border-color: rgb(102,63,95); }
td.TdClassName
{
border-color: #663F5F;
}
.TagClassName
{
border-color: #663F5F;
}
</style>