Shades of Palatinate Purple #680867
Tints of Palatinate Purple #680867
RGB
CMYK
RGB Variations
Color information
#680867 (or 0x680867) is known color: Palatinate Purple. HEX triplet: 68, 08 and 67. RGB value is (104,8,103). Sum of RGB (Red+Green+Blue) = 104+8+103=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 8 (3.52% from 255 or 3.72% from 215); Blue value is 103 (40.62% from 255 or 47.91% from 215); Max value from RGB is 104 - color contains mainly: red. Hex color #680867 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680867 is #97F798. Grayscale: #2F2F2F. Windows color (decimal): -9959321 or 6752360. OLE color: 6752360.
HSL color Cylindrical-coordinate representation of color #680867: hue angle of 300.62º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #680867 is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 8 | 103 | - |
| CMYK | 0 | 0.92 | 0.01 | 0.59 |
| HSL | 300.63º | 0.86% | 0.22% | - |
| HSV(B) | 300.63º | 0.92% | 0.41% | - |
| XYZ | 8.24 | 4.1 | 13.19 | - |
| YUV | 47.53 | 159.3 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 8 | 103 | 0 | 0.92 | 0.01 | 0.59 | 300.63 | 0.86 | 0.22 |
| Hex | 68 | 8 | 67 | 0 | 5C | 1 | 3B | 12D | 56 | 16 |
| Octal | 150 | 10 | 147 | 0 | 134 | 1 | 73 | 455 | 126 | 26 |
| Binary | 1101000 | 1000 | 1100111 | 0 | 1011100 | 1 | 111011 | 100101101 | 1010110 | 10110 |
Color Harmonies of #680867
Complementary color
Monochromatic Colors of #680867
Black with #680867
Text Example
Text Example
White with #680867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680867; }
p { color: rgb(104,8,103); }
H1.HeaderClassName
{
color: #680867;
}
.AnyTagClassName
{
color: #680867;
}
</style>
background-color css
<style>
a { background-color: #680867; }
a { background-color: rgb(104,8,103); }
div.DivClassName
{
background-color: #680867;
}
.BgClassName
{
background-color: #680867;
}
</style>
border-color css
<style>
span { border-color: #680867; }
span { border-color: rgb(104,8,103); }
td.TdClassName
{
border-color: #680867;
}
.TagClassName
{
border-color: #680867;
}
</style>