Shades of Palatinate Purple #681D5F
Tints of Palatinate Purple #681D5F
RGB
CMYK
RGB Variations
Color information
#681D5F (or 0x681D5F) is known color: Palatinate Purple. HEX triplet: 68, 1D and 5F. RGB value is (104,29,95). Sum of RGB (Red+Green+Blue) = 104+29+95=228 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.61% from 228); Green value is 29 (11.72% from 255 or 12.72% from 228); Blue value is 95 (37.5% from 255 or 41.67% from 228); Max value from RGB is 104 - color contains mainly: red. Hex color #681D5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681D5F is #97E2A0. Grayscale: #3A3A3A. Windows color (decimal): -9953953 or 6233448. OLE color: 6233448.
HSL color Cylindrical-coordinate representation of color #681D5F: hue angle of 307.2º 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 #681D5F is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 29 | 95 | - |
| CMYK | 0 | 0.72 | 0.09 | 0.59 |
| HSL | 307.2º | 0.56% | 0.26% | - |
| HSV(B) | 307.2º | 0.72% | 0.41% | - |
| XYZ | 8.21 | 4.65 | 11.29 | - |
| YUV | 58.95 | 148.35 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 29 | 95 | 0 | 0.72 | 0.09 | 0.59 | 307.2 | 0.56 | 0.26 |
| Hex | 68 | 1D | 5F | 0 | 48 | 9 | 3B | 133 | 38 | 1A |
| Octal | 150 | 35 | 137 | 0 | 110 | 11 | 73 | 463 | 70 | 32 |
| Binary | 1101000 | 11101 | 1011111 | 0 | 1001000 | 1001 | 111011 | 100110011 | 111000 | 11010 |
Color Harmonies of #681D5F
Complementary color
Monochromatic Colors of #681D5F
Black with #681D5F
Text Example
Text Example
White with #681D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681D5F; }
p { color: rgb(104,29,95); }
H1.HeaderClassName
{
color: #681D5F;
}
.AnyTagClassName
{
color: #681D5F;
}
</style>
background-color css
<style>
a { background-color: #681D5F; }
a { background-color: rgb(104,29,95); }
div.DivClassName
{
background-color: #681D5F;
}
.BgClassName
{
background-color: #681D5F;
}
</style>
border-color css
<style>
span { border-color: #681D5F; }
span { border-color: rgb(104,29,95); }
td.TdClassName
{
border-color: #681D5F;
}
.TagClassName
{
border-color: #681D5F;
}
</style>