Shades of Palatinate Purple #681E54
Tints of Palatinate Purple #681E54
RGB
CMYK
RGB Variations
Color information
#681E54 (or 0x681E54) is known color: Palatinate Purple. HEX triplet: 68, 1E and 54. RGB value is (104,30,84). Sum of RGB (Red+Green+Blue) = 104+30+84=218 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.71% from 218); Green value is 30 (12.11% from 255 or 13.76% from 218); Blue value is 84 (33.20% from 255 or 38.53% from 218); Max value from RGB is 104 - color contains mainly: red. Hex color #681E54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681E54 is #97E1AB. Grayscale: #3A3A3A. Windows color (decimal): -9953708 or 5512808. OLE color: 5512808.
HSL color Cylindrical-coordinate representation of color #681E54: hue angle of 316.22º 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 #681E54 is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 30 | 84 | - |
| CMYK | 0 | 0.71 | 0.19 | 0.59 |
| HSL | 316.22º | 0.55% | 0.26% | - |
| HSV(B) | 316.22º | 0.71% | 0.41% | - |
| XYZ | 7.77 | 4.51 | 8.85 | - |
| YUV | 58.28 | 142.52 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 30 | 84 | 0 | 0.71 | 0.19 | 0.59 | 316.22 | 0.55 | 0.26 |
| Hex | 68 | 1E | 54 | 0 | 47 | 13 | 3B | 13C | 37 | 1A |
| Octal | 150 | 36 | 124 | 0 | 107 | 23 | 73 | 474 | 67 | 32 |
| Binary | 1101000 | 11110 | 1010100 | 0 | 1000111 | 10011 | 111011 | 100111100 | 110111 | 11010 |
Color Harmonies of #681E54
Complementary color
Monochromatic Colors of #681E54
Black with #681E54
Text Example
Text Example
White with #681E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681E54; }
p { color: rgb(104,30,84); }
H1.HeaderClassName
{
color: #681E54;
}
.AnyTagClassName
{
color: #681E54;
}
</style>
background-color css
<style>
a { background-color: #681E54; }
a { background-color: rgb(104,30,84); }
div.DivClassName
{
background-color: #681E54;
}
.BgClassName
{
background-color: #681E54;
}
</style>
border-color css
<style>
span { border-color: #681E54; }
span { border-color: rgb(104,30,84); }
td.TdClassName
{
border-color: #681E54;
}
.TagClassName
{
border-color: #681E54;
}
</style>