Shades of Palatinate Purple #680B60
Tints of Palatinate Purple #680B60
RGB
CMYK
RGB Variations
Color information
#680B60 (or 0x680B60) is known color: Palatinate Purple. HEX triplet: 68, 0B and 60. RGB value is (104,11,96). Sum of RGB (Red+Green+Blue) = 104+11+96=211 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.29% from 211); Green value is 11 (4.69% from 255 or 5.21% from 211); Blue value is 96 (37.89% from 255 or 45.50% from 211); Max value from RGB is 104 - color contains mainly: red. Hex color #680B60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680B60 is #97F49F. Grayscale: #303030. Windows color (decimal): -9958560 or 6294376. OLE color: 6294376.
HSL color Cylindrical-coordinate representation of color #680B60: hue angle of 305.16º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #680B60 is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 11 | 96 | - |
| CMYK | 0 | 0.89 | 0.08 | 0.59 |
| HSL | 305.16º | 0.81% | 0.23% | - |
| HSV(B) | 305.16º | 0.89% | 0.41% | - |
| XYZ | 7.94 | 4.03 | 11.43 | - |
| YUV | 48.5 | 154.81 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 11 | 96 | 0 | 0.89 | 0.08 | 0.59 | 305.16 | 0.81 | 0.23 |
| Hex | 68 | B | 60 | 0 | 59 | 8 | 3B | 131 | 51 | 17 |
| Octal | 150 | 13 | 140 | 0 | 131 | 10 | 73 | 461 | 121 | 27 |
| Binary | 1101000 | 1011 | 1100000 | 0 | 1011001 | 1000 | 111011 | 100110001 | 1010001 | 10111 |
Color Harmonies of #680B60
Complementary color
Monochromatic Colors of #680B60
Black with #680B60
Text Example
Text Example
White with #680B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680B60; }
p { color: rgb(104,11,96); }
H1.HeaderClassName
{
color: #680B60;
}
.AnyTagClassName
{
color: #680B60;
}
</style>
background-color css
<style>
a { background-color: #680B60; }
a { background-color: rgb(104,11,96); }
div.DivClassName
{
background-color: #680B60;
}
.BgClassName
{
background-color: #680B60;
}
</style>
border-color css
<style>
span { border-color: #680B60; }
span { border-color: rgb(104,11,96); }
td.TdClassName
{
border-color: #680B60;
}
.TagClassName
{
border-color: #680B60;
}
</style>