Shades of Palatinate Purple #680D59
Tints of Palatinate Purple #680D59
RGB
CMYK
RGB Variations
Color information
#680D59 (or 0x680D59) is known color: Palatinate Purple. HEX triplet: 68, 0D and 59. RGB value is (104,13,89). Sum of RGB (Red+Green+Blue) = 104+13+89=206 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.49% from 206); Green value is 13 (5.47% from 255 or 6.31% from 206); Blue value is 89 (35.16% from 255 or 43.20% from 206); Max value from RGB is 104 - color contains mainly: red. Hex color #680D59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680D59 is #97F2A6. Grayscale: #303030. Windows color (decimal): -9958055 or 5836136. OLE color: 5836136.
HSL color Cylindrical-coordinate representation of color #680D59: hue angle of 309.89º 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 #680D59 is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 13 | 89 | - |
| CMYK | 0 | 0.88 | 0.14 | 0.59 |
| HSL | 309.89º | 0.78% | 0.23% | - |
| HSV(B) | 309.89º | 0.88% | 0.41% | - |
| XYZ | 7.66 | 3.95 | 9.81 | - |
| YUV | 48.87 | 150.65 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 13 | 89 | 0 | 0.88 | 0.14 | 0.59 | 309.89 | 0.78 | 0.23 |
| Hex | 68 | D | 59 | 0 | 58 | E | 3B | 136 | 4E | 17 |
| Octal | 150 | 15 | 131 | 0 | 130 | 16 | 73 | 466 | 116 | 27 |
| Binary | 1101000 | 1101 | 1011001 | 0 | 1011000 | 1110 | 111011 | 100110110 | 1001110 | 10111 |
Color Harmonies of #680D59
Complementary color
Monochromatic Colors of #680D59
Black with #680D59
Text Example
Text Example
White with #680D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680D59; }
p { color: rgb(104,13,89); }
H1.HeaderClassName
{
color: #680D59;
}
.AnyTagClassName
{
color: #680D59;
}
</style>
background-color css
<style>
a { background-color: #680D59; }
a { background-color: rgb(104,13,89); }
div.DivClassName
{
background-color: #680D59;
}
.BgClassName
{
background-color: #680D59;
}
</style>
border-color css
<style>
span { border-color: #680D59; }
span { border-color: rgb(104,13,89); }
td.TdClassName
{
border-color: #680D59;
}
.TagClassName
{
border-color: #680D59;
}
</style>