Shades of Palatinate Purple #662D5D
Tints of Palatinate Purple #662D5D
RGB
CMYK
RGB Variations
Color information
#662D5D (or 0x662D5D) is known color: Palatinate Purple. HEX triplet: 66, 2D and 5D. RGB value is (102,45,93). Sum of RGB (Red+Green+Blue) = 102+45+93=240 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.5% from 240); Green value is 45 (17.97% from 255 or 18.75% from 240); Blue value is 93 (36.72% from 255 or 38.75% from 240); Max value from RGB is 102 - color contains mainly: red. Hex color #662D5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662D5D is #99D2A2. Grayscale: #434343. Windows color (decimal): -10080931 or 6106470. OLE color: 6106470.
HSL color Cylindrical-coordinate representation of color #662D5D: hue angle of 309.47º 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 #662D5D is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 45 | 93 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.6 |
| HSL | 309.47º | 0.39% | 0.29% | - |
| HSV(B) | 309.47º | 0.56% | 0.4% | - |
| XYZ | 8.39 | 5.49 | 10.97 | - |
| YUV | 67.52 | 142.38 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 45 | 93 | 0 | 0.56 | 0.09 | 0.6 | 309.47 | 0.39 | 0.29 |
| Hex | 66 | 2D | 5D | 0 | 38 | 9 | 3C | 135 | 27 | 1D |
| Octal | 146 | 55 | 135 | 0 | 70 | 11 | 74 | 465 | 47 | 35 |
| Binary | 1100110 | 101101 | 1011101 | 0 | 111000 | 1001 | 111100 | 100110101 | 100111 | 11101 |
Color Harmonies of #662D5D
Complementary color
Monochromatic Colors of #662D5D
Black with #662D5D
Text Example
Text Example
White with #662D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662D5D; }
p { color: rgb(102,45,93); }
H1.HeaderClassName
{
color: #662D5D;
}
.AnyTagClassName
{
color: #662D5D;
}
</style>
background-color css
<style>
a { background-color: #662D5D; }
a { background-color: rgb(102,45,93); }
div.DivClassName
{
background-color: #662D5D;
}
.BgClassName
{
background-color: #662D5D;
}
</style>
border-color css
<style>
span { border-color: #662D5D; }
span { border-color: rgb(102,45,93); }
td.TdClassName
{
border-color: #662D5D;
}
.TagClassName
{
border-color: #662D5D;
}
</style>