Shades of Palatinate Purple #681E64
Tints of Palatinate Purple #681E64
RGB
CMYK
RGB Variations
Color information
#681E64 (or 0x681E64) is known color: Palatinate Purple. HEX triplet: 68, 1E and 64. RGB value is (104,30,100). Sum of RGB (Red+Green+Blue) = 104+30+100=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 30 (12.11% from 255 or 12.82% from 234); Blue value is 100 (39.45% from 255 or 42.74% from 234); Max value from RGB is 104 - color contains mainly: red. Hex color #681E64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681E64 is #97E19B. Grayscale: #3B3B3B. Windows color (decimal): -9953692 or 6561384. OLE color: 6561384.
HSL color Cylindrical-coordinate representation of color #681E64: hue angle of 303.24º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #681E64 is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 30 | 100 | - |
| CMYK | 0 | 0.71 | 0.04 | 0.59 |
| HSL | 303.24º | 0.55% | 0.26% | - |
| HSV(B) | 303.24º | 0.71% | 0.41% | - |
| XYZ | 8.47 | 4.79 | 12.53 | - |
| YUV | 60.11 | 150.52 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 30 | 100 | 0 | 0.71 | 0.04 | 0.59 | 303.24 | 0.55 | 0.26 |
| Hex | 68 | 1E | 64 | 0 | 47 | 4 | 3B | 12F | 37 | 1A |
| Octal | 150 | 36 | 144 | 0 | 107 | 4 | 73 | 457 | 67 | 32 |
| Binary | 1101000 | 11110 | 1100100 | 0 | 1000111 | 100 | 111011 | 100101111 | 110111 | 11010 |
Color Harmonies of #681E64
Complementary color
Monochromatic Colors of #681E64
Black with #681E64
Text Example
Text Example
White with #681E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681E64; }
p { color: rgb(104,30,100); }
H1.HeaderClassName
{
color: #681E64;
}
.AnyTagClassName
{
color: #681E64;
}
</style>
background-color css
<style>
a { background-color: #681E64; }
a { background-color: rgb(104,30,100); }
div.DivClassName
{
background-color: #681E64;
}
.BgClassName
{
background-color: #681E64;
}
</style>
border-color css
<style>
span { border-color: #681E64; }
span { border-color: rgb(104,30,100); }
td.TdClassName
{
border-color: #681E64;
}
.TagClassName
{
border-color: #681E64;
}
</style>