Shades of Palatinate Purple #680767
Tints of Palatinate Purple #680767
RGB
CMYK
RGB Variations
Color information
#680767 (or 0x680767) is known color: Palatinate Purple. HEX triplet: 68, 07 and 67. RGB value is (104,7,103). Sum of RGB (Red+Green+Blue) = 104+7+103=214 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.60% from 214); Green value is 7 (3.12% from 255 or 3.27% from 214); Blue value is 103 (40.62% from 255 or 48.13% from 214); Max value from RGB is 104 - color contains mainly: red. Hex color #680767 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680767 is #97F898. Grayscale: #2E2E2E. Windows color (decimal): -9959577 or 6752104. OLE color: 6752104.
HSL color Cylindrical-coordinate representation of color #680767: hue angle of 300.62º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #680767 is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 7 | 103 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.59 |
| HSL | 300.62º | 0.87% | 0.22% | - |
| HSV(B) | 300.62º | 0.93% | 0.41% | - |
| XYZ | 8.23 | 4.07 | 13.18 | - |
| YUV | 46.95 | 159.64 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 7 | 103 | 0 | 0.93 | 0.01 | 0.59 | 300.62 | 0.87 | 0.22 |
| Hex | 68 | 7 | 67 | 0 | 5D | 1 | 3B | 12D | 57 | 16 |
| Octal | 150 | 7 | 147 | 0 | 135 | 1 | 73 | 455 | 127 | 26 |
| Binary | 1101000 | 111 | 1100111 | 0 | 1011101 | 1 | 111011 | 100101101 | 1010111 | 10110 |
Color Harmonies of #680767
Complementary color
Monochromatic Colors of #680767
Black with #680767
Text Example
Text Example
White with #680767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680767; }
p { color: rgb(104,7,103); }
H1.HeaderClassName
{
color: #680767;
}
.AnyTagClassName
{
color: #680767;
}
</style>
background-color css
<style>
a { background-color: #680767; }
a { background-color: rgb(104,7,103); }
div.DivClassName
{
background-color: #680767;
}
.BgClassName
{
background-color: #680767;
}
</style>
border-color css
<style>
span { border-color: #680767; }
span { border-color: rgb(104,7,103); }
td.TdClassName
{
border-color: #680767;
}
.TagClassName
{
border-color: #680767;
}
</style>