Shades of Palatinate Purple #680D61
Tints of Palatinate Purple #680D61
RGB
CMYK
RGB Variations
Color information
#680D61 (or 0x680D61) is known color: Palatinate Purple. HEX triplet: 68, 0D and 61. RGB value is (104,13,97). Sum of RGB (Red+Green+Blue) = 104+13+97=214 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.60% from 214); Green value is 13 (5.47% from 255 or 6.07% from 214); Blue value is 97 (38.28% from 255 or 45.33% from 214); Max value from RGB is 104 - color contains mainly: red. Hex color #680D61 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680D61 is #97F29E. Grayscale: #313131. Windows color (decimal): -9958047 or 6360424. OLE color: 6360424.
HSL color Cylindrical-coordinate representation of color #680D61: hue angle of 304.62º degrees, saturation: 0.78, 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 #680D61 is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 13 | 97 | - |
| CMYK | 0 | 0.88 | 0.07 | 0.59 |
| HSL | 304.62º | 0.78% | 0.23% | - |
| HSV(B) | 304.62º | 0.88% | 0.41% | - |
| XYZ | 8.01 | 4.09 | 11.68 | - |
| YUV | 49.79 | 154.65 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 13 | 97 | 0 | 0.88 | 0.07 | 0.59 | 304.62 | 0.78 | 0.23 |
| Hex | 68 | D | 61 | 0 | 58 | 7 | 3B | 131 | 4E | 17 |
| Octal | 150 | 15 | 141 | 0 | 130 | 7 | 73 | 461 | 116 | 27 |
| Binary | 1101000 | 1101 | 1100001 | 0 | 1011000 | 111 | 111011 | 100110001 | 1001110 | 10111 |
Color Harmonies of #680D61
Complementary color
Monochromatic Colors of #680D61
Black with #680D61
Text Example
Text Example
White with #680D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680D61; }
p { color: rgb(104,13,97); }
H1.HeaderClassName
{
color: #680D61;
}
.AnyTagClassName
{
color: #680D61;
}
</style>
background-color css
<style>
a { background-color: #680D61; }
a { background-color: rgb(104,13,97); }
div.DivClassName
{
background-color: #680D61;
}
.BgClassName
{
background-color: #680D61;
}
</style>
border-color css
<style>
span { border-color: #680D61; }
span { border-color: rgb(104,13,97); }
td.TdClassName
{
border-color: #680D61;
}
.TagClassName
{
border-color: #680D61;
}
</style>