Shades of Palatinate Purple #681964
Tints of Palatinate Purple #681964
RGB
CMYK
RGB Variations
Color information
#681964 (or 0x681964) is known color: Palatinate Purple. HEX triplet: 68, 19 and 64. RGB value is (104,25,100). Sum of RGB (Red+Green+Blue) = 104+25+100=229 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.41% from 229); Green value is 25 (10.16% from 255 or 10.92% from 229); Blue value is 100 (39.45% from 255 or 43.67% from 229); Max value from RGB is 104 - color contains mainly: red. Hex color #681964 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681964 is #97E69B. Grayscale: #383838. Windows color (decimal): -9954972 or 6560104. OLE color: 6560104.
HSL color Cylindrical-coordinate representation of color #681964: hue angle of 303.04º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #681964 is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 25 | 100 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.59 |
| HSL | 303.04º | 0.61% | 0.25% | - |
| HSV(B) | 303.04º | 0.76% | 0.41% | - |
| XYZ | 8.36 | 4.56 | 12.5 | - |
| YUV | 57.17 | 152.17 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 25 | 100 | 0 | 0.76 | 0.04 | 0.59 | 303.04 | 0.61 | 0.25 |
| Hex | 68 | 19 | 64 | 0 | 4C | 4 | 3B | 12F | 3D | 19 |
| Octal | 150 | 31 | 144 | 0 | 114 | 4 | 73 | 457 | 75 | 31 |
| Binary | 1101000 | 11001 | 1100100 | 0 | 1001100 | 100 | 111011 | 100101111 | 111101 | 11001 |
Color Harmonies of #681964
Complementary color
Monochromatic Colors of #681964
Black with #681964
Text Example
Text Example
White with #681964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681964; }
p { color: rgb(104,25,100); }
H1.HeaderClassName
{
color: #681964;
}
.AnyTagClassName
{
color: #681964;
}
</style>
background-color css
<style>
a { background-color: #681964; }
a { background-color: rgb(104,25,100); }
div.DivClassName
{
background-color: #681964;
}
.BgClassName
{
background-color: #681964;
}
</style>
border-color css
<style>
span { border-color: #681964; }
span { border-color: rgb(104,25,100); }
td.TdClassName
{
border-color: #681964;
}
.TagClassName
{
border-color: #681964;
}
</style>