Shades of Palatinate Purple #661C5B
Tints of Palatinate Purple #661C5B
RGB
CMYK
RGB Variations
Color information
#661C5B (or 0x661C5B) is known color: Palatinate Purple. HEX triplet: 66, 1C and 5B. RGB value is (102,28,91). Sum of RGB (Red+Green+Blue) = 102+28+91=221 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.15% from 221); Green value is 28 (11.33% from 255 or 12.67% from 221); Blue value is 91 (35.94% from 255 or 41.18% from 221); Max value from RGB is 102 - color contains mainly: red. Hex color #661C5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #661C5B is #99E3A4. Grayscale: #393939. Windows color (decimal): -10085285 or 5971046. OLE color: 5971046.
HSL color Cylindrical-coordinate representation of color #661C5B: hue angle of 308.92º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #661C5B is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 28 | 91 | - |
| CMYK | 0 | 0.73 | 0.11 | 0.6 |
| HSL | 308.92º | 0.57% | 0.25% | - |
| HSV(B) | 308.92º | 0.73% | 0.4% | - |
| XYZ | 7.78 | 4.41 | 10.34 | - |
| YUV | 57.31 | 147.02 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 28 | 91 | 0 | 0.73 | 0.11 | 0.6 | 308.92 | 0.57 | 0.25 |
| Hex | 66 | 1C | 5B | 0 | 49 | B | 3C | 135 | 39 | 19 |
| Octal | 146 | 34 | 133 | 0 | 111 | 13 | 74 | 465 | 71 | 31 |
| Binary | 1100110 | 11100 | 1011011 | 0 | 1001001 | 1011 | 111100 | 100110101 | 111001 | 11001 |
Color Harmonies of #661C5B
Complementary color
Monochromatic Colors of #661C5B
Black with #661C5B
Text Example
Text Example
White with #661C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661C5B; }
p { color: rgb(102,28,91); }
H1.HeaderClassName
{
color: #661C5B;
}
.AnyTagClassName
{
color: #661C5B;
}
</style>
background-color css
<style>
a { background-color: #661C5B; }
a { background-color: rgb(102,28,91); }
div.DivClassName
{
background-color: #661C5B;
}
.BgClassName
{
background-color: #661C5B;
}
</style>
border-color css
<style>
span { border-color: #661C5B; }
span { border-color: rgb(102,28,91); }
td.TdClassName
{
border-color: #661C5B;
}
.TagClassName
{
border-color: #661C5B;
}
</style>