Shades of Palatinate Purple #681761
Tints of Palatinate Purple #681761
RGB
CMYK
RGB Variations
Color information
#681761 (or 0x681761) is known color: Palatinate Purple. HEX triplet: 68, 17 and 61. RGB value is (104,23,97). Sum of RGB (Red+Green+Blue) = 104+23+97=224 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.43% from 224); Green value is 23 (9.38% from 255 or 10.27% from 224); Blue value is 97 (38.28% from 255 or 43.30% from 224); Max value from RGB is 104 - color contains mainly: red. Hex color #681761 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681761 is #97E89E. Grayscale: #373737. Windows color (decimal): -9955487 or 6362984. OLE color: 6362984.
HSL color Cylindrical-coordinate representation of color #681761: hue angle of 305.19º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #681761 is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 23 | 97 | - |
| CMYK | 0 | 0.78 | 0.07 | 0.59 |
| HSL | 305.19º | 0.64% | 0.25% | - |
| HSV(B) | 305.19º | 0.78% | 0.41% | - |
| XYZ | 8.17 | 4.42 | 11.73 | - |
| YUV | 55.66 | 151.34 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 23 | 97 | 0 | 0.78 | 0.07 | 0.59 | 305.19 | 0.64 | 0.25 |
| Hex | 68 | 17 | 61 | 0 | 4E | 7 | 3B | 131 | 40 | 19 |
| Octal | 150 | 27 | 141 | 0 | 116 | 7 | 73 | 461 | 100 | 31 |
| Binary | 1101000 | 10111 | 1100001 | 0 | 1001110 | 111 | 111011 | 100110001 | 1000000 | 11001 |
Color Harmonies of #681761
Complementary color
Monochromatic Colors of #681761
Black with #681761
Text Example
Text Example
White with #681761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681761; }
p { color: rgb(104,23,97); }
H1.HeaderClassName
{
color: #681761;
}
.AnyTagClassName
{
color: #681761;
}
</style>
background-color css
<style>
a { background-color: #681761; }
a { background-color: rgb(104,23,97); }
div.DivClassName
{
background-color: #681761;
}
.BgClassName
{
background-color: #681761;
}
</style>
border-color css
<style>
span { border-color: #681761; }
span { border-color: rgb(104,23,97); }
td.TdClassName
{
border-color: #681761;
}
.TagClassName
{
border-color: #681761;
}
</style>