Shades of Palatinate Purple #662B59
Tints of Palatinate Purple #662B59
RGB
CMYK
RGB Variations
Color information
#662B59 (or 0x662B59) is known color: Palatinate Purple. HEX triplet: 66, 2B and 59. RGB value is (102,43,89). Sum of RGB (Red+Green+Blue) = 102+43+89=234 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.59% from 234); Green value is 43 (17.19% from 255 or 18.38% from 234); Blue value is 89 (35.16% from 255 or 38.03% from 234); Max value from RGB is 102 - color contains mainly: red. Hex color #662B59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662B59 is #99D4A6. Grayscale: #414141. Windows color (decimal): -10081447 or 5843814. OLE color: 5843814.
HSL color Cylindrical-coordinate representation of color #662B59: hue angle of 313.22º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #662B59 is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 43 | 89 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.6 |
| HSL | 313.22º | 0.41% | 0.28% | - |
| HSV(B) | 313.22º | 0.58% | 0.4% | - |
| XYZ | 8.15 | 5.27 | 10.04 | - |
| YUV | 65.89 | 141.05 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 43 | 89 | 0 | 0.58 | 0.13 | 0.6 | 313.22 | 0.41 | 0.28 |
| Hex | 66 | 2B | 59 | 0 | 3A | D | 3C | 139 | 29 | 1C |
| Octal | 146 | 53 | 131 | 0 | 72 | 15 | 74 | 471 | 51 | 34 |
| Binary | 1100110 | 101011 | 1011001 | 0 | 111010 | 1101 | 111100 | 100111001 | 101001 | 11100 |
Color Harmonies of #662B59
Complementary color
Monochromatic Colors of #662B59
Black with #662B59
Text Example
Text Example
White with #662B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662B59; }
p { color: rgb(102,43,89); }
H1.HeaderClassName
{
color: #662B59;
}
.AnyTagClassName
{
color: #662B59;
}
</style>
background-color css
<style>
a { background-color: #662B59; }
a { background-color: rgb(102,43,89); }
div.DivClassName
{
background-color: #662B59;
}
.BgClassName
{
background-color: #662B59;
}
</style>
border-color css
<style>
span { border-color: #662B59; }
span { border-color: rgb(102,43,89); }
td.TdClassName
{
border-color: #662B59;
}
.TagClassName
{
border-color: #662B59;
}
</style>