Shades of Palatinate Purple #680161
Tints of Palatinate Purple #680161
RGB
CMYK
RGB Variations
Color information
#680161 (or 0x680161) is known color: Palatinate Purple. HEX triplet: 68, 01 and 61. RGB value is (104,1,97). Sum of RGB (Red+Green+Blue) = 104+1+97=202 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.49% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 97 (38.28% from 255 or 48.02% from 202); Max value from RGB is 104 - color contains mainly: red. Hex color #680161 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680161 is #97FE9E. Grayscale: #2A2A2A. Windows color (decimal): -9961119 or 6357352. OLE color: 6357352.
HSL color Cylindrical-coordinate representation of color #680161: hue angle of 304.08º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #680161 is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 1 | 97 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.59 |
| HSL | 304.08º | 0.98% | 0.21% | - |
| HSV(B) | 304.08º | 0.99% | 0.41% | - |
| XYZ | 7.88 | 3.83 | 11.63 | - |
| YUV | 42.74 | 158.62 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 1 | 97 | 0 | 0.99 | 0.07 | 0.59 | 304.08 | 0.98 | 0.21 |
| Hex | 68 | 1 | 61 | 0 | 63 | 7 | 3B | 130 | 62 | 15 |
| Octal | 150 | 1 | 141 | 0 | 143 | 7 | 73 | 460 | 142 | 25 |
| Binary | 1101000 | 1 | 1100001 | 0 | 1100011 | 111 | 111011 | 100110000 | 1100010 | 10101 |
Color Harmonies of #680161
Complementary color
Monochromatic Colors of #680161
Black with #680161
Text Example
Text Example
White with #680161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680161; }
p { color: rgb(104,1,97); }
H1.HeaderClassName
{
color: #680161;
}
.AnyTagClassName
{
color: #680161;
}
</style>
background-color css
<style>
a { background-color: #680161; }
a { background-color: rgb(104,1,97); }
div.DivClassName
{
background-color: #680161;
}
.BgClassName
{
background-color: #680161;
}
</style>
border-color css
<style>
span { border-color: #680161; }
span { border-color: rgb(104,1,97); }
td.TdClassName
{
border-color: #680161;
}
.TagClassName
{
border-color: #680161;
}
</style>