Shades of Palatinate Purple #681665
Tints of Palatinate Purple #681665
RGB
CMYK
RGB Variations
Color information
#681665 (or 0x681665) is known color: Palatinate Purple. HEX triplet: 68, 16 and 65. RGB value is (104,22,101). Sum of RGB (Red+Green+Blue) = 104+22+101=227 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.81% from 227); Green value is 22 (8.98% from 255 or 9.69% from 227); Blue value is 101 (39.84% from 255 or 44.49% from 227); Max value from RGB is 104 - color contains mainly: red. Hex color #681665 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681665 is #97E99A. Grayscale: #373737. Windows color (decimal): -9955739 or 6624872. OLE color: 6624872.
HSL color Cylindrical-coordinate representation of color #681665: hue angle of 302.2º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #681665 is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 22 | 101 | - |
| CMYK | 0 | 0.79 | 0.03 | 0.59 |
| HSL | 302.2º | 0.65% | 0.25% | - |
| HSV(B) | 302.2º | 0.79% | 0.41% | - |
| XYZ | 8.34 | 4.46 | 12.73 | - |
| YUV | 55.52 | 153.67 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 22 | 101 | 0 | 0.79 | 0.03 | 0.59 | 302.2 | 0.65 | 0.25 |
| Hex | 68 | 16 | 65 | 0 | 4F | 3 | 3B | 12E | 41 | 19 |
| Octal | 150 | 26 | 145 | 0 | 117 | 3 | 73 | 456 | 101 | 31 |
| Binary | 1101000 | 10110 | 1100101 | 0 | 1001111 | 11 | 111011 | 100101110 | 1000001 | 11001 |
Color Harmonies of #681665
Complementary color
Monochromatic Colors of #681665
Black with #681665
Text Example
Text Example
White with #681665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681665; }
p { color: rgb(104,22,101); }
H1.HeaderClassName
{
color: #681665;
}
.AnyTagClassName
{
color: #681665;
}
</style>
background-color css
<style>
a { background-color: #681665; }
a { background-color: rgb(104,22,101); }
div.DivClassName
{
background-color: #681665;
}
.BgClassName
{
background-color: #681665;
}
</style>
border-color css
<style>
span { border-color: #681665; }
span { border-color: rgb(104,22,101); }
td.TdClassName
{
border-color: #681665;
}
.TagClassName
{
border-color: #681665;
}
</style>