Shades of Palatinate Purple #662C61
Tints of Palatinate Purple #662C61
RGB
CMYK
RGB Variations
Color information
#662C61 (or 0x662C61) is known color: Palatinate Purple. HEX triplet: 66, 2C and 61. RGB value is (102,44,97). Sum of RGB (Red+Green+Blue) = 102+44+97=243 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.98% from 243); Green value is 44 (17.58% from 255 or 18.11% from 243); Blue value is 97 (38.28% from 255 or 39.92% from 243); Max value from RGB is 102 - color contains mainly: red. Hex color #662C61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662C61 is #99D39E. Grayscale: #434343. Windows color (decimal): -10081183 or 6368358. OLE color: 6368358.
HSL color Cylindrical-coordinate representation of color #662C61: hue angle of 305.17º 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 #662C61 is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 44 | 97 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.6 |
| HSL | 305.17º | 0.4% | 0.29% | - |
| HSV(B) | 305.17º | 0.57% | 0.4% | - |
| XYZ | 8.54 | 5.49 | 11.92 | - |
| YUV | 67.38 | 144.72 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 44 | 97 | 0 | 0.57 | 0.05 | 0.6 | 305.17 | 0.4 | 0.29 |
| Hex | 66 | 2C | 61 | 0 | 39 | 5 | 3C | 131 | 28 | 1D |
| Octal | 146 | 54 | 141 | 0 | 71 | 5 | 74 | 461 | 50 | 35 |
| Binary | 1100110 | 101100 | 1100001 | 0 | 111001 | 101 | 111100 | 100110001 | 101000 | 11101 |
Color Harmonies of #662C61
Complementary color
Monochromatic Colors of #662C61
Black with #662C61
Text Example
Text Example
White with #662C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662C61; }
p { color: rgb(102,44,97); }
H1.HeaderClassName
{
color: #662C61;
}
.AnyTagClassName
{
color: #662C61;
}
</style>
background-color css
<style>
a { background-color: #662C61; }
a { background-color: rgb(102,44,97); }
div.DivClassName
{
background-color: #662C61;
}
.BgClassName
{
background-color: #662C61;
}
</style>
border-color css
<style>
span { border-color: #662C61; }
span { border-color: rgb(102,44,97); }
td.TdClassName
{
border-color: #662C61;
}
.TagClassName
{
border-color: #662C61;
}
</style>