Shades of Palatinate Purple #663B5D
Tints of Palatinate Purple #663B5D
RGB
CMYK
RGB Variations
Color information
#663B5D (or 0x663B5D) is known color: Palatinate Purple. HEX triplet: 66, 3B and 5D. RGB value is (102,59,93). Sum of RGB (Red+Green+Blue) = 102+59+93=254 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.16% from 254); Green value is 59 (23.44% from 255 or 23.23% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 102 - color contains mainly: red. Hex color #663B5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663B5D is #99C4A2. Grayscale: #4B4B4B. Windows color (decimal): -10077347 or 6110054. OLE color: 6110054.
HSL color Cylindrical-coordinate representation of color #663B5D: hue angle of 312.56º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #663B5D is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 59 | 93 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.6 |
| HSL | 312.56º | 0.27% | 0.32% | - |
| HSV(B) | 312.56º | 0.42% | 0.4% | - |
| XYZ | 9.02 | 6.74 | 11.18 | - |
| YUV | 75.73 | 137.75 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 59 | 93 | 0 | 0.42 | 0.09 | 0.6 | 312.56 | 0.27 | 0.32 |
| Hex | 66 | 3B | 5D | 0 | 2A | 9 | 3C | 139 | 1B | 20 |
| Octal | 146 | 73 | 135 | 0 | 52 | 11 | 74 | 471 | 33 | 40 |
| Binary | 1100110 | 111011 | 1011101 | 0 | 101010 | 1001 | 111100 | 100111001 | 11011 | 100000 |
Color Harmonies of #663B5D
Complementary color
Monochromatic Colors of #663B5D
Black with #663B5D
Text Example
Text Example
White with #663B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663B5D; }
p { color: rgb(102,59,93); }
H1.HeaderClassName
{
color: #663B5D;
}
.AnyTagClassName
{
color: #663B5D;
}
</style>
background-color css
<style>
a { background-color: #663B5D; }
a { background-color: rgb(102,59,93); }
div.DivClassName
{
background-color: #663B5D;
}
.BgClassName
{
background-color: #663B5D;
}
</style>
border-color css
<style>
span { border-color: #663B5D; }
span { border-color: rgb(102,59,93); }
td.TdClassName
{
border-color: #663B5D;
}
.TagClassName
{
border-color: #663B5D;
}
</style>