Shades of Palatinate Purple #680A56
Tints of Palatinate Purple #680A56
RGB
CMYK
RGB Variations
Color information
#680A56 (or 0x680A56) is known color: Palatinate Purple. HEX triplet: 68, 0A and 56. RGB value is (104,10,86). Sum of RGB (Red+Green+Blue) = 104+10+86=200 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52% from 200); Green value is 10 (4.30% from 255 or 5% from 200); Blue value is 86 (33.98% from 255 or 43% from 200); Max value from RGB is 104 - color contains mainly: red. Hex color #680A56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680A56 is #97F5A9. Grayscale: #2E2E2E. Windows color (decimal): -9958826 or 5638760. OLE color: 5638760.
HSL color Cylindrical-coordinate representation of color #680A56: hue angle of 311.49º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #680A56 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 10 | 86 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.59 |
| HSL | 311.49º | 0.82% | 0.22% | - |
| HSV(B) | 311.49º | 0.9% | 0.41% | - |
| XYZ | 7.5 | 3.83 | 9.15 | - |
| YUV | 46.77 | 150.14 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 10 | 86 | 0 | 0.90 | 0.17 | 0.59 | 311.49 | 0.82 | 0.22 |
| Hex | 68 | A | 56 | 0 | 5A | 11 | 3B | 137 | 52 | 16 |
| Octal | 150 | 12 | 126 | 0 | 132 | 21 | 73 | 467 | 122 | 26 |
| Binary | 1101000 | 1010 | 1010110 | 0 | 1011010 | 10001 | 111011 | 100110111 | 1010010 | 10110 |
Color Harmonies of #680A56
Complementary color
Monochromatic Colors of #680A56
Black with #680A56
Text Example
Text Example
White with #680A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680A56; }
p { color: rgb(104,10,86); }
H1.HeaderClassName
{
color: #680A56;
}
.AnyTagClassName
{
color: #680A56;
}
</style>
background-color css
<style>
a { background-color: #680A56; }
a { background-color: rgb(104,10,86); }
div.DivClassName
{
background-color: #680A56;
}
.BgClassName
{
background-color: #680A56;
}
</style>
border-color css
<style>
span { border-color: #680A56; }
span { border-color: rgb(104,10,86); }
td.TdClassName
{
border-color: #680A56;
}
.TagClassName
{
border-color: #680A56;
}
</style>