Shades of Palatinate Purple #662D5C
Tints of Palatinate Purple #662D5C
RGB
CMYK
RGB Variations
Color information
#662D5C (or 0x662D5C) is known color: Palatinate Purple. HEX triplet: 66, 2D and 5C. RGB value is (102,45,92). Sum of RGB (Red+Green+Blue) = 102+45+92=239 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.68% from 239); Green value is 45 (17.97% from 255 or 18.83% from 239); Blue value is 92 (36.33% from 255 or 38.49% from 239); Max value from RGB is 102 - color contains mainly: red. Hex color #662D5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662D5C is #99D2A3. Grayscale: #434343. Windows color (decimal): -10080932 or 6040934. OLE color: 6040934.
HSL color Cylindrical-coordinate representation of color #662D5C: hue angle of 310.53º 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 #662D5C is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 45 | 92 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.6 |
| HSL | 310.53º | 0.39% | 0.29% | - |
| HSV(B) | 310.53º | 0.56% | 0.4% | - |
| XYZ | 8.35 | 5.47 | 10.74 | - |
| YUV | 67.4 | 141.88 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 45 | 92 | 0 | 0.56 | 0.10 | 0.6 | 310.53 | 0.39 | 0.29 |
| Hex | 66 | 2D | 5C | 0 | 38 | A | 3C | 137 | 27 | 1D |
| Octal | 146 | 55 | 134 | 0 | 70 | 12 | 74 | 467 | 47 | 35 |
| Binary | 1100110 | 101101 | 1011100 | 0 | 111000 | 1010 | 111100 | 100110111 | 100111 | 11101 |
Color Harmonies of #662D5C
Complementary color
Monochromatic Colors of #662D5C
Black with #662D5C
Text Example
Text Example
White with #662D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662D5C; }
p { color: rgb(102,45,92); }
H1.HeaderClassName
{
color: #662D5C;
}
.AnyTagClassName
{
color: #662D5C;
}
</style>
background-color css
<style>
a { background-color: #662D5C; }
a { background-color: rgb(102,45,92); }
div.DivClassName
{
background-color: #662D5C;
}
.BgClassName
{
background-color: #662D5C;
}
</style>
border-color css
<style>
span { border-color: #662D5C; }
span { border-color: rgb(102,45,92); }
td.TdClassName
{
border-color: #662D5C;
}
.TagClassName
{
border-color: #662D5C;
}
</style>