Shades of Palatinate Purple #680B5E
Tints of Palatinate Purple #680B5E
RGB
CMYK
RGB Variations
Color information
#680B5E (or 0x680B5E) is known color: Palatinate Purple. HEX triplet: 68, 0B and 5E. RGB value is (104,11,94). Sum of RGB (Red+Green+Blue) = 104+11+94=209 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.76% from 209); Green value is 11 (4.69% from 255 or 5.26% from 209); Blue value is 94 (37.11% from 255 or 44.98% from 209); Max value from RGB is 104 - color contains mainly: red. Hex color #680B5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680B5E is #97F4A1. Grayscale: #303030. Windows color (decimal): -9958562 or 6163304. OLE color: 6163304.
HSL color Cylindrical-coordinate representation of color #680B5E: hue angle of 306.45º 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 #680B5E is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 11 | 94 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.59 |
| HSL | 306.45º | 0.81% | 0.23% | - |
| HSV(B) | 306.45º | 0.89% | 0.41% | - |
| XYZ | 7.85 | 3.99 | 10.95 | - |
| YUV | 48.27 | 153.81 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 11 | 94 | 0 | 0.89 | 0.10 | 0.59 | 306.45 | 0.81 | 0.23 |
| Hex | 68 | B | 5E | 0 | 59 | A | 3B | 132 | 51 | 17 |
| Octal | 150 | 13 | 136 | 0 | 131 | 12 | 73 | 462 | 121 | 27 |
| Binary | 1101000 | 1011 | 1011110 | 0 | 1011001 | 1010 | 111011 | 100110010 | 1010001 | 10111 |
Color Harmonies of #680B5E
Complementary color
Monochromatic Colors of #680B5E
Black with #680B5E
Text Example
Text Example
White with #680B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680B5E; }
p { color: rgb(104,11,94); }
H1.HeaderClassName
{
color: #680B5E;
}
.AnyTagClassName
{
color: #680B5E;
}
</style>
background-color css
<style>
a { background-color: #680B5E; }
a { background-color: rgb(104,11,94); }
div.DivClassName
{
background-color: #680B5E;
}
.BgClassName
{
background-color: #680B5E;
}
</style>
border-color css
<style>
span { border-color: #680B5E; }
span { border-color: rgb(104,11,94); }
td.TdClassName
{
border-color: #680B5E;
}
.TagClassName
{
border-color: #680B5E;
}
</style>