Shades of Palatinate Purple #662D59
Tints of Palatinate Purple #662D59
RGB
CMYK
RGB Variations
Color information
#662D59 (or 0x662D59) is known color: Palatinate Purple. HEX triplet: 66, 2D and 59. RGB value is (102,45,89). Sum of RGB (Red+Green+Blue) = 102+45+89=236 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.22% from 236); Green value is 45 (17.97% from 255 or 19.07% from 236); Blue value is 89 (35.16% from 255 or 37.71% from 236); Max value from RGB is 102 - color contains mainly: red. Hex color #662D59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662D59 is #99D2A6. Grayscale: #424242. Windows color (decimal): -10080935 or 5844326. OLE color: 5844326.
HSL color Cylindrical-coordinate representation of color #662D59: hue angle of 313.68º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #662D59 is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 45 | 89 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.6 |
| HSL | 313.68º | 0.39% | 0.29% | - |
| HSV(B) | 313.68º | 0.56% | 0.4% | - |
| XYZ | 8.22 | 5.42 | 10.06 | - |
| YUV | 67.06 | 140.38 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 45 | 89 | 0 | 0.56 | 0.13 | 0.6 | 313.68 | 0.39 | 0.29 |
| Hex | 66 | 2D | 59 | 0 | 38 | D | 3C | 13A | 27 | 1D |
| Octal | 146 | 55 | 131 | 0 | 70 | 15 | 74 | 472 | 47 | 35 |
| Binary | 1100110 | 101101 | 1011001 | 0 | 111000 | 1101 | 111100 | 100111010 | 100111 | 11101 |
Color Harmonies of #662D59
Complementary color
Monochromatic Colors of #662D59
Black with #662D59
Text Example
Text Example
White with #662D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662D59; }
p { color: rgb(102,45,89); }
H1.HeaderClassName
{
color: #662D59;
}
.AnyTagClassName
{
color: #662D59;
}
</style>
background-color css
<style>
a { background-color: #662D59; }
a { background-color: rgb(102,45,89); }
div.DivClassName
{
background-color: #662D59;
}
.BgClassName
{
background-color: #662D59;
}
</style>
border-color css
<style>
span { border-color: #662D59; }
span { border-color: rgb(102,45,89); }
td.TdClassName
{
border-color: #662D59;
}
.TagClassName
{
border-color: #662D59;
}
</style>