Shades of Palatinate Purple #681C65
Tints of Palatinate Purple #681C65
RGB
CMYK
RGB Variations
Color information
#681C65 (or 0x681C65) is known color: Palatinate Purple. HEX triplet: 68, 1C and 65. RGB value is (104,28,101). Sum of RGB (Red+Green+Blue) = 104+28+101=233 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.64% from 233); Green value is 28 (11.33% from 255 or 12.02% from 233); Blue value is 101 (39.84% from 255 or 43.35% from 233); Max value from RGB is 104 - color contains mainly: red. Hex color #681C65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681C65 is #97E39A. Grayscale: #3A3A3A. Windows color (decimal): -9954203 or 6626408. OLE color: 6626408.
HSL color Cylindrical-coordinate representation of color #681C65: hue angle of 302.37º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #681C65 is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 28 | 101 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.59 |
| HSL | 302.37º | 0.58% | 0.26% | - |
| HSV(B) | 302.37º | 0.73% | 0.41% | - |
| XYZ | 8.47 | 4.71 | 12.78 | - |
| YUV | 59.05 | 151.68 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 28 | 101 | 0 | 0.73 | 0.03 | 0.59 | 302.37 | 0.58 | 0.26 |
| Hex | 68 | 1C | 65 | 0 | 49 | 3 | 3B | 12E | 3A | 1A |
| Octal | 150 | 34 | 145 | 0 | 111 | 3 | 73 | 456 | 72 | 32 |
| Binary | 1101000 | 11100 | 1100101 | 0 | 1001001 | 11 | 111011 | 100101110 | 111010 | 11010 |
Color Harmonies of #681C65
Complementary color
Monochromatic Colors of #681C65
Black with #681C65
Text Example
Text Example
White with #681C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681C65; }
p { color: rgb(104,28,101); }
H1.HeaderClassName
{
color: #681C65;
}
.AnyTagClassName
{
color: #681C65;
}
</style>
background-color css
<style>
a { background-color: #681C65; }
a { background-color: rgb(104,28,101); }
div.DivClassName
{
background-color: #681C65;
}
.BgClassName
{
background-color: #681C65;
}
</style>
border-color css
<style>
span { border-color: #681C65; }
span { border-color: rgb(104,28,101); }
td.TdClassName
{
border-color: #681C65;
}
.TagClassName
{
border-color: #681C65;
}
</style>