Shades of Palatinate Purple #680B63
Tints of Palatinate Purple #680B63
RGB
CMYK
RGB Variations
Color information
#680B63 (or 0x680B63) is known color: Palatinate Purple. HEX triplet: 68, 0B and 63. RGB value is (104,11,99). Sum of RGB (Red+Green+Blue) = 104+11+99=214 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.60% from 214); Green value is 11 (4.69% from 255 or 5.14% from 214); Blue value is 99 (39.06% from 255 or 46.26% from 214); Max value from RGB is 104 - color contains mainly: red. Hex color #680B63 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680B63 is #97F49C. Grayscale: #303030. Windows color (decimal): -9958557 or 6490984. OLE color: 6490984.
HSL color Cylindrical-coordinate representation of color #680B63: hue angle of 303.23º 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 #680B63 is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 11 | 99 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.59 |
| HSL | 303.23º | 0.81% | 0.23% | - |
| HSV(B) | 303.23º | 0.89% | 0.41% | - |
| XYZ | 8.08 | 4.08 | 12.17 | - |
| YUV | 48.84 | 156.31 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 11 | 99 | 0 | 0.89 | 0.05 | 0.59 | 303.23 | 0.81 | 0.23 |
| Hex | 68 | B | 63 | 0 | 59 | 5 | 3B | 12F | 51 | 17 |
| Octal | 150 | 13 | 143 | 0 | 131 | 5 | 73 | 457 | 121 | 27 |
| Binary | 1101000 | 1011 | 1100011 | 0 | 1011001 | 101 | 111011 | 100101111 | 1010001 | 10111 |
Color Harmonies of #680B63
Complementary color
Monochromatic Colors of #680B63
Black with #680B63
Text Example
Text Example
White with #680B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680B63; }
p { color: rgb(104,11,99); }
H1.HeaderClassName
{
color: #680B63;
}
.AnyTagClassName
{
color: #680B63;
}
</style>
background-color css
<style>
a { background-color: #680B63; }
a { background-color: rgb(104,11,99); }
div.DivClassName
{
background-color: #680B63;
}
.BgClassName
{
background-color: #680B63;
}
</style>
border-color css
<style>
span { border-color: #680B63; }
span { border-color: rgb(104,11,99); }
td.TdClassName
{
border-color: #680B63;
}
.TagClassName
{
border-color: #680B63;
}
</style>