Shades of Palatinate Purple #681955
Tints of Palatinate Purple #681955
RGB
CMYK
RGB Variations
Color information
#681955 (or 0x681955) is known color: Palatinate Purple. HEX triplet: 68, 19 and 55. RGB value is (104,25,85). Sum of RGB (Red+Green+Blue) = 104+25+85=214 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.60% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 85 (33.59% from 255 or 39.72% from 214); Max value from RGB is 104 - color contains mainly: red. Hex color #681955 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681955 is #97E6AA. Grayscale: #373737. Windows color (decimal): -9954987 or 5577064. OLE color: 5577064.
HSL color Cylindrical-coordinate representation of color #681955: hue angle of 314.43º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #681955 is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 25 | 85 | - |
| CMYK | 0 | 0.76 | 0.18 | 0.59 |
| HSL | 314.43º | 0.61% | 0.25% | - |
| HSV(B) | 314.43º | 0.76% | 0.41% | - |
| XYZ | 7.7 | 4.29 | 9.02 | - |
| YUV | 55.46 | 144.67 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 25 | 85 | 0 | 0.76 | 0.18 | 0.59 | 314.43 | 0.61 | 0.25 |
| Hex | 68 | 19 | 55 | 0 | 4C | 12 | 3B | 13A | 3D | 19 |
| Octal | 150 | 31 | 125 | 0 | 114 | 22 | 73 | 472 | 75 | 31 |
| Binary | 1101000 | 11001 | 1010101 | 0 | 1001100 | 10010 | 111011 | 100111010 | 111101 | 11001 |
Color Harmonies of #681955
Complementary color
Monochromatic Colors of #681955
Black with #681955
Text Example
Text Example
White with #681955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681955; }
p { color: rgb(104,25,85); }
H1.HeaderClassName
{
color: #681955;
}
.AnyTagClassName
{
color: #681955;
}
</style>
background-color css
<style>
a { background-color: #681955; }
a { background-color: rgb(104,25,85); }
div.DivClassName
{
background-color: #681955;
}
.BgClassName
{
background-color: #681955;
}
</style>
border-color css
<style>
span { border-color: #681955; }
span { border-color: rgb(104,25,85); }
td.TdClassName
{
border-color: #681955;
}
.TagClassName
{
border-color: #681955;
}
</style>