Shades of Palatinate Purple #680B5A
Tints of Palatinate Purple #680B5A
RGB
CMYK
RGB Variations
Color information
#680B5A (or 0x680B5A) is known color: Palatinate Purple. HEX triplet: 68, 0B and 5A. RGB value is (104,11,90). Sum of RGB (Red+Green+Blue) = 104+11+90=205 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.73% from 205); Green value is 11 (4.69% from 255 or 5.37% from 205); Blue value is 90 (35.55% from 255 or 43.90% from 205); Max value from RGB is 104 - color contains mainly: red. Hex color #680B5A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680B5A is #97F4A5. Grayscale: #2F2F2F. Windows color (decimal): -9958566 or 5901160. OLE color: 5901160.
HSL color Cylindrical-coordinate representation of color #680B5A: hue angle of 309.03º 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 #680B5A is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 11 | 90 | - |
| CMYK | 0 | 0.89 | 0.13 | 0.59 |
| HSL | 309.03º | 0.81% | 0.23% | - |
| HSV(B) | 309.03º | 0.89% | 0.41% | - |
| XYZ | 7.67 | 3.92 | 10.03 | - |
| YUV | 47.81 | 151.81 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 11 | 90 | 0 | 0.89 | 0.13 | 0.59 | 309.03 | 0.81 | 0.23 |
| Hex | 68 | B | 5A | 0 | 59 | D | 3B | 135 | 51 | 17 |
| Octal | 150 | 13 | 132 | 0 | 131 | 15 | 73 | 465 | 121 | 27 |
| Binary | 1101000 | 1011 | 1011010 | 0 | 1011001 | 1101 | 111011 | 100110101 | 1010001 | 10111 |
Color Harmonies of #680B5A
Complementary color
Monochromatic Colors of #680B5A
Black with #680B5A
Text Example
Text Example
White with #680B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680B5A; }
p { color: rgb(104,11,90); }
H1.HeaderClassName
{
color: #680B5A;
}
.AnyTagClassName
{
color: #680B5A;
}
</style>
background-color css
<style>
a { background-color: #680B5A; }
a { background-color: rgb(104,11,90); }
div.DivClassName
{
background-color: #680B5A;
}
.BgClassName
{
background-color: #680B5A;
}
</style>
border-color css
<style>
span { border-color: #680B5A; }
span { border-color: rgb(104,11,90); }
td.TdClassName
{
border-color: #680B5A;
}
.TagClassName
{
border-color: #680B5A;
}
</style>