Shades of Palatinate Purple #681B59
Tints of Palatinate Purple #681B59
RGB
CMYK
RGB Variations
Color information
#681B59 (or 0x681B59) is known color: Palatinate Purple. HEX triplet: 68, 1B and 59. RGB value is (104,27,89). Sum of RGB (Red+Green+Blue) = 104+27+89=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 27 (10.94% from 255 or 12.27% from 220); Blue value is 89 (35.16% from 255 or 40.45% from 220); Max value from RGB is 104 - color contains mainly: red. Hex color #681B59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681B59 is #97E4A6. Grayscale: #383838. Windows color (decimal): -9954471 or 5839720. OLE color: 5839720.
HSL color Cylindrical-coordinate representation of color #681B59: hue angle of 311.69º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #681B59 is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 27 | 89 | - |
| CMYK | 0 | 0.74 | 0.14 | 0.59 |
| HSL | 311.69º | 0.59% | 0.26% | - |
| HSV(B) | 311.69º | 0.74% | 0.41% | - |
| XYZ | 7.9 | 4.45 | 9.89 | - |
| YUV | 57.09 | 146.01 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 27 | 89 | 0 | 0.74 | 0.14 | 0.59 | 311.69 | 0.59 | 0.26 |
| Hex | 68 | 1B | 59 | 0 | 4A | E | 3B | 138 | 3B | 1A |
| Octal | 150 | 33 | 131 | 0 | 112 | 16 | 73 | 470 | 73 | 32 |
| Binary | 1101000 | 11011 | 1011001 | 0 | 1001010 | 1110 | 111011 | 100111000 | 111011 | 11010 |
Color Harmonies of #681B59
Complementary color
Monochromatic Colors of #681B59
Black with #681B59
Text Example
Text Example
White with #681B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681B59; }
p { color: rgb(104,27,89); }
H1.HeaderClassName
{
color: #681B59;
}
.AnyTagClassName
{
color: #681B59;
}
</style>
background-color css
<style>
a { background-color: #681B59; }
a { background-color: rgb(104,27,89); }
div.DivClassName
{
background-color: #681B59;
}
.BgClassName
{
background-color: #681B59;
}
</style>
border-color css
<style>
span { border-color: #681B59; }
span { border-color: rgb(104,27,89); }
td.TdClassName
{
border-color: #681B59;
}
.TagClassName
{
border-color: #681B59;
}
</style>