Shades of Palatinate Purple #681A63
Tints of Palatinate Purple #681A63
RGB
CMYK
RGB Variations
Color information
#681A63 (or 0x681A63) is known color: Palatinate Purple. HEX triplet: 68, 1A and 63. RGB value is (104,26,99). Sum of RGB (Red+Green+Blue) = 104+26+99=229 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.41% from 229); Green value is 26 (10.55% from 255 or 11.35% from 229); Blue value is 99 (39.06% from 255 or 43.23% from 229); Max value from RGB is 104 - color contains mainly: red. Hex color #681A63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681A63 is #97E59C. Grayscale: #393939. Windows color (decimal): -9954717 or 6494824. OLE color: 6494824.
HSL color Cylindrical-coordinate representation of color #681A63: hue angle of 303.85º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #681A63 is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 26 | 99 | - |
| CMYK | 0 | 0.75 | 0.05 | 0.59 |
| HSL | 303.85º | 0.6% | 0.25% | - |
| HSV(B) | 303.85º | 0.75% | 0.41% | - |
| XYZ | 8.33 | 4.58 | 12.25 | - |
| YUV | 57.64 | 151.34 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 26 | 99 | 0 | 0.75 | 0.05 | 0.59 | 303.85 | 0.6 | 0.25 |
| Hex | 68 | 1A | 63 | 0 | 4B | 5 | 3B | 130 | 3C | 19 |
| Octal | 150 | 32 | 143 | 0 | 113 | 5 | 73 | 460 | 74 | 31 |
| Binary | 1101000 | 11010 | 1100011 | 0 | 1001011 | 101 | 111011 | 100110000 | 111100 | 11001 |
Color Harmonies of #681A63
Complementary color
Monochromatic Colors of #681A63
Black with #681A63
Text Example
Text Example
White with #681A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681A63; }
p { color: rgb(104,26,99); }
H1.HeaderClassName
{
color: #681A63;
}
.AnyTagClassName
{
color: #681A63;
}
</style>
background-color css
<style>
a { background-color: #681A63; }
a { background-color: rgb(104,26,99); }
div.DivClassName
{
background-color: #681A63;
}
.BgClassName
{
background-color: #681A63;
}
</style>
border-color css
<style>
span { border-color: #681A63; }
span { border-color: rgb(104,26,99); }
td.TdClassName
{
border-color: #681A63;
}
.TagClassName
{
border-color: #681A63;
}
</style>