Shades of Palatinate Purple #680D55
Tints of Palatinate Purple #680D55
RGB
CMYK
RGB Variations
Color information
#680D55 (or 0x680D55) is known color: Palatinate Purple. HEX triplet: 68, 0D and 55. RGB value is (104,13,85). Sum of RGB (Red+Green+Blue) = 104+13+85=202 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.49% from 202); Green value is 13 (5.47% from 255 or 6.44% from 202); Blue value is 85 (33.59% from 255 or 42.08% from 202); Max value from RGB is 104 - color contains mainly: red. Hex color #680D55 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680D55 is #97F2AA. Grayscale: #303030. Windows color (decimal): -9958059 or 5573992. OLE color: 5573992.
HSL color Cylindrical-coordinate representation of color #680D55: hue angle of 312.53º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #680D55 is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 13 | 85 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.59 |
| HSL | 312.53º | 0.78% | 0.23% | - |
| HSV(B) | 312.53º | 0.88% | 0.41% | - |
| XYZ | 7.49 | 3.89 | 8.95 | - |
| YUV | 48.42 | 148.65 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 13 | 85 | 0 | 0.88 | 0.18 | 0.59 | 312.53 | 0.78 | 0.23 |
| Hex | 68 | D | 55 | 0 | 58 | 12 | 3B | 139 | 4E | 17 |
| Octal | 150 | 15 | 125 | 0 | 130 | 22 | 73 | 471 | 116 | 27 |
| Binary | 1101000 | 1101 | 1010101 | 0 | 1011000 | 10010 | 111011 | 100111001 | 1001110 | 10111 |
Color Harmonies of #680D55
Complementary color
Monochromatic Colors of #680D55
Black with #680D55
Text Example
Text Example
White with #680D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680D55; }
p { color: rgb(104,13,85); }
H1.HeaderClassName
{
color: #680D55;
}
.AnyTagClassName
{
color: #680D55;
}
</style>
background-color css
<style>
a { background-color: #680D55; }
a { background-color: rgb(104,13,85); }
div.DivClassName
{
background-color: #680D55;
}
.BgClassName
{
background-color: #680D55;
}
</style>
border-color css
<style>
span { border-color: #680D55; }
span { border-color: rgb(104,13,85); }
td.TdClassName
{
border-color: #680D55;
}
.TagClassName
{
border-color: #680D55;
}
</style>