Shades of Palatinate Purple #680C64
Tints of Palatinate Purple #680C64
RGB
CMYK
RGB Variations
Color information
#680C64 (or 0x680C64) is known color: Palatinate Purple. HEX triplet: 68, 0C and 64. RGB value is (104,12,100). Sum of RGB (Red+Green+Blue) = 104+12+100=216 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.15% from 216); Green value is 12 (5.08% from 255 or 5.56% from 216); Blue value is 100 (39.45% from 255 or 46.30% from 216); Max value from RGB is 104 - color contains mainly: red. Hex color #680C64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680C64 is #97F39B. Grayscale: #313131. Windows color (decimal): -9958300 or 6556776. OLE color: 6556776.
HSL color Cylindrical-coordinate representation of color #680C64: hue angle of 302.61º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #680C64 is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 12 | 100 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.59 |
| HSL | 302.61º | 0.79% | 0.23% | - |
| HSV(B) | 302.61º | 0.88% | 0.41% | - |
| XYZ | 8.14 | 4.13 | 12.42 | - |
| YUV | 49.54 | 156.48 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 12 | 100 | 0 | 0.88 | 0.04 | 0.59 | 302.61 | 0.79 | 0.23 |
| Hex | 68 | C | 64 | 0 | 58 | 4 | 3B | 12F | 4F | 17 |
| Octal | 150 | 14 | 144 | 0 | 130 | 4 | 73 | 457 | 117 | 27 |
| Binary | 1101000 | 1100 | 1100100 | 0 | 1011000 | 100 | 111011 | 100101111 | 1001111 | 10111 |
Color Harmonies of #680C64
Complementary color
Monochromatic Colors of #680C64
Black with #680C64
Text Example
Text Example
White with #680C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680C64; }
p { color: rgb(104,12,100); }
H1.HeaderClassName
{
color: #680C64;
}
.AnyTagClassName
{
color: #680C64;
}
</style>
background-color css
<style>
a { background-color: #680C64; }
a { background-color: rgb(104,12,100); }
div.DivClassName
{
background-color: #680C64;
}
.BgClassName
{
background-color: #680C64;
}
</style>
border-color css
<style>
span { border-color: #680C64; }
span { border-color: rgb(104,12,100); }
td.TdClassName
{
border-color: #680C64;
}
.TagClassName
{
border-color: #680C64;
}
</style>