Shades of Palatinate Purple #681A52
Tints of Palatinate Purple #681A52
RGB
CMYK
RGB Variations
Color information
#681A52 (or 0x681A52) is known color: Palatinate Purple. HEX triplet: 68, 1A and 52. RGB value is (104,26,82). Sum of RGB (Red+Green+Blue) = 104+26+82=212 (28% of max value = 765). Red value is 104 (41.02% from 255 or 49.06% from 212); Green value is 26 (10.55% from 255 or 12.26% from 212); Blue value is 82 (32.42% from 255 or 38.68% from 212); Max value from RGB is 104 - color contains mainly: red. Hex color #681A52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681A52 is #97E5AD. Grayscale: #373737. Windows color (decimal): -9954734 or 5380712. OLE color: 5380712.
HSL color Cylindrical-coordinate representation of color #681A52: hue angle of 316.92º 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 #681A52 is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 26 | 82 | - |
| CMYK | 0 | 0.75 | 0.21 | 0.59 |
| HSL | 316.92º | 0.6% | 0.25% | - |
| HSV(B) | 316.92º | 0.75% | 0.41% | - |
| XYZ | 7.6 | 4.29 | 8.41 | - |
| YUV | 55.71 | 142.84 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 26 | 82 | 0 | 0.75 | 0.21 | 0.59 | 316.92 | 0.6 | 0.25 |
| Hex | 68 | 1A | 52 | 0 | 4B | 15 | 3B | 13D | 3C | 19 |
| Octal | 150 | 32 | 122 | 0 | 113 | 25 | 73 | 475 | 74 | 31 |
| Binary | 1101000 | 11010 | 1010010 | 0 | 1001011 | 10101 | 111011 | 100111101 | 111100 | 11001 |
Color Harmonies of #681A52
Complementary color
Monochromatic Colors of #681A52
Black with #681A52
Text Example
Text Example
White with #681A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681A52; }
p { color: rgb(104,26,82); }
H1.HeaderClassName
{
color: #681A52;
}
.AnyTagClassName
{
color: #681A52;
}
</style>
background-color css
<style>
a { background-color: #681A52; }
a { background-color: rgb(104,26,82); }
div.DivClassName
{
background-color: #681A52;
}
.BgClassName
{
background-color: #681A52;
}
</style>
border-color css
<style>
span { border-color: #681A52; }
span { border-color: rgb(104,26,82); }
td.TdClassName
{
border-color: #681A52;
}
.TagClassName
{
border-color: #681A52;
}
</style>