Shades of Palatinate Purple #662C63
Tints of Palatinate Purple #662C63
RGB
CMYK
RGB Variations
Color information
#662C63 (or 0x662C63) is known color: Palatinate Purple. HEX triplet: 66, 2C and 63. RGB value is (102,44,99). Sum of RGB (Red+Green+Blue) = 102+44+99=245 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.63% from 245); Green value is 44 (17.58% from 255 or 17.96% from 245); Blue value is 99 (39.06% from 255 or 40.41% from 245); Max value from RGB is 102 - color contains mainly: red. Hex color #662C63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662C63 is #99D39C. Grayscale: #434343. Windows color (decimal): -10081181 or 6499430. OLE color: 6499430.
HSL color Cylindrical-coordinate representation of color #662C63: hue angle of 303.1º 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 #662C63 is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 44 | 99 | - |
| CMYK | 0 | 0.57 | 0.03 | 0.6 |
| HSL | 303.1º | 0.4% | 0.29% | - |
| HSV(B) | 303.1º | 0.57% | 0.4% | - |
| XYZ | 8.63 | 5.53 | 12.42 | - |
| YUV | 67.61 | 145.72 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 44 | 99 | 0 | 0.57 | 0.03 | 0.6 | 303.1 | 0.4 | 0.29 |
| Hex | 66 | 2C | 63 | 0 | 39 | 3 | 3C | 12F | 28 | 1D |
| Octal | 146 | 54 | 143 | 0 | 71 | 3 | 74 | 457 | 50 | 35 |
| Binary | 1100110 | 101100 | 1100011 | 0 | 111001 | 11 | 111100 | 100101111 | 101000 | 11101 |
Color Harmonies of #662C63
Complementary color
Monochromatic Colors of #662C63
Black with #662C63
Text Example
Text Example
White with #662C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662C63; }
p { color: rgb(102,44,99); }
H1.HeaderClassName
{
color: #662C63;
}
.AnyTagClassName
{
color: #662C63;
}
</style>
background-color css
<style>
a { background-color: #662C63; }
a { background-color: rgb(102,44,99); }
div.DivClassName
{
background-color: #662C63;
}
.BgClassName
{
background-color: #662C63;
}
</style>
border-color css
<style>
span { border-color: #662C63; }
span { border-color: rgb(102,44,99); }
td.TdClassName
{
border-color: #662C63;
}
.TagClassName
{
border-color: #662C63;
}
</style>