Shades of Palatinate Purple #662C5D
Tints of Palatinate Purple #662C5D
RGB
CMYK
RGB Variations
Color information
#662C5D (or 0x662C5D) is known color: Palatinate Purple. HEX triplet: 66, 2C and 5D. RGB value is (102,44,93). Sum of RGB (Red+Green+Blue) = 102+44+93=239 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.68% from 239); Green value is 44 (17.58% from 255 or 18.41% from 239); Blue value is 93 (36.72% from 255 or 38.91% from 239); Max value from RGB is 102 - color contains mainly: red. Hex color #662C5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662C5D is #99D3A2. Grayscale: #424242. Windows color (decimal): -10081187 or 6106214. OLE color: 6106214.
HSL color Cylindrical-coordinate representation of color #662C5D: hue angle of 309.31º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #662C5D is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 44 | 93 | - |
| CMYK | 0 | 0.57 | 0.09 | 0.6 |
| HSL | 309.31º | 0.4% | 0.29% | - |
| HSV(B) | 309.31º | 0.57% | 0.4% | - |
| XYZ | 8.36 | 5.42 | 10.96 | - |
| YUV | 66.93 | 142.72 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 44 | 93 | 0 | 0.57 | 0.09 | 0.6 | 309.31 | 0.4 | 0.29 |
| Hex | 66 | 2C | 5D | 0 | 39 | 9 | 3C | 135 | 28 | 1D |
| Octal | 146 | 54 | 135 | 0 | 71 | 11 | 74 | 465 | 50 | 35 |
| Binary | 1100110 | 101100 | 1011101 | 0 | 111001 | 1001 | 111100 | 100110101 | 101000 | 11101 |
Color Harmonies of #662C5D
Complementary color
Monochromatic Colors of #662C5D
Black with #662C5D
Text Example
Text Example
White with #662C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662C5D; }
p { color: rgb(102,44,93); }
H1.HeaderClassName
{
color: #662C5D;
}
.AnyTagClassName
{
color: #662C5D;
}
</style>
background-color css
<style>
a { background-color: #662C5D; }
a { background-color: rgb(102,44,93); }
div.DivClassName
{
background-color: #662C5D;
}
.BgClassName
{
background-color: #662C5D;
}
</style>
border-color css
<style>
span { border-color: #662C5D; }
span { border-color: rgb(102,44,93); }
td.TdClassName
{
border-color: #662C5D;
}
.TagClassName
{
border-color: #662C5D;
}
</style>