Shades of Palatinate Purple #662E61
Tints of Palatinate Purple #662E61
RGB
CMYK
RGB Variations
Color information
#662E61 (or 0x662E61) is known color: Palatinate Purple. HEX triplet: 66, 2E and 61. RGB value is (102,46,97). Sum of RGB (Red+Green+Blue) = 102+46+97=245 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.63% from 245); Green value is 46 (18.36% from 255 or 18.78% from 245); Blue value is 97 (38.28% from 255 or 39.59% from 245); Max value from RGB is 102 - color contains mainly: red. Hex color #662E61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662E61 is #99D19E. Grayscale: #444444. Windows color (decimal): -10080671 or 6368870. OLE color: 6368870.
HSL color Cylindrical-coordinate representation of color #662E61: hue angle of 305.36º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #662E61 is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 46 | 97 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.6 |
| HSL | 305.36º | 0.38% | 0.29% | - |
| HSV(B) | 305.36º | 0.55% | 0.4% | - |
| XYZ | 8.61 | 5.64 | 11.94 | - |
| YUV | 68.56 | 144.05 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 46 | 97 | 0 | 0.55 | 0.05 | 0.6 | 305.36 | 0.38 | 0.29 |
| Hex | 66 | 2E | 61 | 0 | 37 | 5 | 3C | 131 | 26 | 1D |
| Octal | 146 | 56 | 141 | 0 | 67 | 5 | 74 | 461 | 46 | 35 |
| Binary | 1100110 | 101110 | 1100001 | 0 | 110111 | 101 | 111100 | 100110001 | 100110 | 11101 |
Color Harmonies of #662E61
Complementary color
Monochromatic Colors of #662E61
Black with #662E61
Text Example
Text Example
White with #662E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662E61; }
p { color: rgb(102,46,97); }
H1.HeaderClassName
{
color: #662E61;
}
.AnyTagClassName
{
color: #662E61;
}
</style>
background-color css
<style>
a { background-color: #662E61; }
a { background-color: rgb(102,46,97); }
div.DivClassName
{
background-color: #662E61;
}
.BgClassName
{
background-color: #662E61;
}
</style>
border-color css
<style>
span { border-color: #662E61; }
span { border-color: rgb(102,46,97); }
td.TdClassName
{
border-color: #662E61;
}
.TagClassName
{
border-color: #662E61;
}
</style>