Shades of Palatinate Purple #681967
Tints of Palatinate Purple #681967
RGB
CMYK
RGB Variations
Color information
#681967 (or 0x681967) is known color: Palatinate Purple. HEX triplet: 68, 19 and 67. RGB value is (104,25,103). Sum of RGB (Red+Green+Blue) = 104+25+103=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 25 (10.16% from 255 or 10.78% from 232); Blue value is 103 (40.62% from 255 or 44.40% from 232); Max value from RGB is 104 - color contains mainly: red. Hex color #681967 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681967 is #97E698. Grayscale: #393939. Windows color (decimal): -9954969 or 6756712. OLE color: 6756712.
HSL color Cylindrical-coordinate representation of color #681967: hue angle of 300.76º 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 #681967 is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 25 | 103 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.59 |
| HSL | 300.76º | 0.61% | 0.25% | - |
| HSV(B) | 300.76º | 0.76% | 0.41% | - |
| XYZ | 8.5 | 4.62 | 13.28 | - |
| YUV | 57.51 | 153.67 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 25 | 103 | 0 | 0.76 | 0.01 | 0.59 | 300.76 | 0.61 | 0.25 |
| Hex | 68 | 19 | 67 | 0 | 4C | 1 | 3B | 12D | 3D | 19 |
| Octal | 150 | 31 | 147 | 0 | 114 | 1 | 73 | 455 | 75 | 31 |
| Binary | 1101000 | 11001 | 1100111 | 0 | 1001100 | 1 | 111011 | 100101101 | 111101 | 11001 |
Color Harmonies of #681967
Complementary color
Monochromatic Colors of #681967
Black with #681967
Text Example
Text Example
White with #681967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681967; }
p { color: rgb(104,25,103); }
H1.HeaderClassName
{
color: #681967;
}
.AnyTagClassName
{
color: #681967;
}
</style>
background-color css
<style>
a { background-color: #681967; }
a { background-color: rgb(104,25,103); }
div.DivClassName
{
background-color: #681967;
}
.BgClassName
{
background-color: #681967;
}
</style>
border-color css
<style>
span { border-color: #681967; }
span { border-color: rgb(104,25,103); }
td.TdClassName
{
border-color: #681967;
}
.TagClassName
{
border-color: #681967;
}
</style>