Shades of Palatinate Purple #681D68
Tints of Palatinate Purple #681D68
RGB
CMYK
RGB Variations
Color information
#681D68 (or 0x681D68) is known color: Palatinate Purple. HEX triplet: 68, 1D and 68. RGB value is (104,29,104). Sum of RGB (Red+Green+Blue) = 104+29+104=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 29 (11.72% from 255 or 12.24% from 237); Blue value is 104 (41.02% from 255 or 43.88% from 237); Max value from RGB is 104 - color contains mainly: red, blue. Hex color #681D68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681D68 is #97E297. Grayscale: #3B3B3B. Windows color (decimal): -9953944 or 6823272. OLE color: 6823272.
HSL color Cylindrical-coordinate representation of color #681D68: hue angle of 300º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #681D68 is Cyan = 0, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 29 | 104 | - |
| CMYK | 0 | 0.72 | 0 | 0.59 |
| HSL | 300º | 0.56% | 0.26% | - |
| HSV(B) | 300º | 0.72% | 0.41% | - |
| XYZ | 8.65 | 4.82 | 13.57 | - |
| YUV | 59.98 | 152.85 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 29 | 104 | 0 | 0.72 | 0 | 0.59 | 300 | 0.56 | 0.26 |
| Hex | 68 | 1D | 68 | 0 | 48 | 0 | 3B | 12C | 38 | 1A |
| Octal | 150 | 35 | 150 | 0 | 110 | 0 | 73 | 454 | 70 | 32 |
| Binary | 1101000 | 11101 | 1101000 | 0 | 1001000 | 0 | 111011 | 100101100 | 111000 | 11010 |
Color Harmonies of #681D68
Complementary color
Monochromatic Colors of #681D68
Black with #681D68
Text Example
Text Example
White with #681D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681D68; }
p { color: rgb(104,29,104); }
H1.HeaderClassName
{
color: #681D68;
}
.AnyTagClassName
{
color: #681D68;
}
</style>
background-color css
<style>
a { background-color: #681D68; }
a { background-color: rgb(104,29,104); }
div.DivClassName
{
background-color: #681D68;
}
.BgClassName
{
background-color: #681D68;
}
</style>
border-color css
<style>
span { border-color: #681D68; }
span { border-color: rgb(104,29,104); }
td.TdClassName
{
border-color: #681D68;
}
.TagClassName
{
border-color: #681D68;
}
</style>