Shades of Palatinate Purple #681965
Tints of Palatinate Purple #681965
RGB
CMYK
RGB Variations
Color information
#681965 (or 0x681965) is known color: Palatinate Purple. HEX triplet: 68, 19 and 65. RGB value is (104,25,101). Sum of RGB (Red+Green+Blue) = 104+25+101=230 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.22% from 230); Green value is 25 (10.16% from 255 or 10.87% from 230); Blue value is 101 (39.84% from 255 or 43.91% from 230); Max value from RGB is 104 - color contains mainly: red. Hex color #681965 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681965 is #97E69A. Grayscale: #393939. Windows color (decimal): -9954971 or 6625640. OLE color: 6625640.
HSL color Cylindrical-coordinate representation of color #681965: hue angle of 302.28º 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 #681965 is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 25 | 101 | - |
| CMYK | 0 | 0.76 | 0.03 | 0.59 |
| HSL | 302.28º | 0.61% | 0.25% | - |
| HSV(B) | 302.28º | 0.76% | 0.41% | - |
| XYZ | 8.41 | 4.58 | 12.75 | - |
| YUV | 57.29 | 152.67 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 25 | 101 | 0 | 0.76 | 0.03 | 0.59 | 302.28 | 0.61 | 0.25 |
| Hex | 68 | 19 | 65 | 0 | 4C | 3 | 3B | 12E | 3D | 19 |
| Octal | 150 | 31 | 145 | 0 | 114 | 3 | 73 | 456 | 75 | 31 |
| Binary | 1101000 | 11001 | 1100101 | 0 | 1001100 | 11 | 111011 | 100101110 | 111101 | 11001 |
Color Harmonies of #681965
Complementary color
Monochromatic Colors of #681965
Black with #681965
Text Example
Text Example
White with #681965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681965; }
p { color: rgb(104,25,101); }
H1.HeaderClassName
{
color: #681965;
}
.AnyTagClassName
{
color: #681965;
}
</style>
background-color css
<style>
a { background-color: #681965; }
a { background-color: rgb(104,25,101); }
div.DivClassName
{
background-color: #681965;
}
.BgClassName
{
background-color: #681965;
}
</style>
border-color css
<style>
span { border-color: #681965; }
span { border-color: rgb(104,25,101); }
td.TdClassName
{
border-color: #681965;
}
.TagClassName
{
border-color: #681965;
}
</style>