Shades of Palatinate Purple #682768
Tints of Palatinate Purple #682768
RGB
CMYK
RGB Variations
Color information
#682768 (or 0x682768) is known color: Palatinate Purple. HEX triplet: 68, 27 and 68. RGB value is (104,39,104). Sum of RGB (Red+Green+Blue) = 104+39+104=247 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.11% from 247); Green value is 39 (15.62% from 255 or 15.79% from 247); Blue value is 104 (41.02% from 255 or 42.11% from 247); Max value from RGB is 104 - color contains mainly: red, blue. Hex color #682768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682768 is #97D897. Grayscale: #414141. Windows color (decimal): -9951384 or 6825832. OLE color: 6825832.
HSL color Cylindrical-coordinate representation of color #682768: hue angle of 300º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #682768 is Cyan = 0, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 39 | 104 | - |
| CMYK | 0 | 0.62 | 0 | 0.59 |
| HSL | 300º | 0.45% | 0.28% | - |
| HSV(B) | 300º | 0.63% | 0.41% | - |
| XYZ | 8.93 | 5.39 | 13.67 | - |
| YUV | 65.85 | 149.53 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 39 | 104 | 0 | 0.62 | 0 | 0.59 | 300 | 0.45 | 0.28 |
| Hex | 68 | 27 | 68 | 0 | 3E | 0 | 3B | 12C | 2D | 1C |
| Octal | 150 | 47 | 150 | 0 | 76 | 0 | 73 | 454 | 55 | 34 |
| Binary | 1101000 | 100111 | 1101000 | 0 | 111110 | 0 | 111011 | 100101100 | 101101 | 11100 |
Color Harmonies of #682768
Complementary color
Monochromatic Colors of #682768
Black with #682768
Text Example
Text Example
White with #682768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682768; }
p { color: rgb(104,39,104); }
H1.HeaderClassName
{
color: #682768;
}
.AnyTagClassName
{
color: #682768;
}
</style>
background-color css
<style>
a { background-color: #682768; }
a { background-color: rgb(104,39,104); }
div.DivClassName
{
background-color: #682768;
}
.BgClassName
{
background-color: #682768;
}
</style>
border-color css
<style>
span { border-color: #682768; }
span { border-color: rgb(104,39,104); }
td.TdClassName
{
border-color: #682768;
}
.TagClassName
{
border-color: #682768;
}
</style>