Shades of Palatinate Purple #681D62
Tints of Palatinate Purple #681D62
RGB
CMYK
RGB Variations
Color information
#681D62 (or 0x681D62) is known color: Palatinate Purple. HEX triplet: 68, 1D and 62. RGB value is (104,29,98). Sum of RGB (Red+Green+Blue) = 104+29+98=231 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.02% from 231); Green value is 29 (11.72% from 255 or 12.55% from 231); Blue value is 98 (38.67% from 255 or 42.42% from 231); Max value from RGB is 104 - color contains mainly: red. Hex color #681D62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681D62 is #97E29D. Grayscale: #3B3B3B. Windows color (decimal): -9953950 or 6430056. OLE color: 6430056.
HSL color Cylindrical-coordinate representation of color #681D62: hue angle of 304.8º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #681D62 is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 29 | 98 | - |
| CMYK | 0 | 0.72 | 0.06 | 0.59 |
| HSL | 304.8º | 0.56% | 0.26% | - |
| HSV(B) | 304.8º | 0.72% | 0.41% | - |
| XYZ | 8.35 | 4.7 | 12.02 | - |
| YUV | 59.29 | 149.85 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 29 | 98 | 0 | 0.72 | 0.06 | 0.59 | 304.8 | 0.56 | 0.26 |
| Hex | 68 | 1D | 62 | 0 | 48 | 6 | 3B | 131 | 38 | 1A |
| Octal | 150 | 35 | 142 | 0 | 110 | 6 | 73 | 461 | 70 | 32 |
| Binary | 1101000 | 11101 | 1100010 | 0 | 1001000 | 110 | 111011 | 100110001 | 111000 | 11010 |
Color Harmonies of #681D62
Complementary color
Monochromatic Colors of #681D62
Black with #681D62
Text Example
Text Example
White with #681D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681D62; }
p { color: rgb(104,29,98); }
H1.HeaderClassName
{
color: #681D62;
}
.AnyTagClassName
{
color: #681D62;
}
</style>
background-color css
<style>
a { background-color: #681D62; }
a { background-color: rgb(104,29,98); }
div.DivClassName
{
background-color: #681D62;
}
.BgClassName
{
background-color: #681D62;
}
</style>
border-color css
<style>
span { border-color: #681D62; }
span { border-color: rgb(104,29,98); }
td.TdClassName
{
border-color: #681D62;
}
.TagClassName
{
border-color: #681D62;
}
</style>