Shades of Palatinate Purple #68325F
Tints of Palatinate Purple #68325F
RGB
CMYK
RGB Variations
Color information
#68325F (or 0x68325F) is known color: Palatinate Purple. HEX triplet: 68, 32 and 5F. RGB value is (104,50,95). Sum of RGB (Red+Green+Blue) = 104+50+95=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 50 (19.92% from 255 or 20.08% from 249); Blue value is 95 (37.5% from 255 or 38.15% from 249); Max value from RGB is 104 - color contains mainly: red. Hex color #68325F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68325F is #97CDA0. Grayscale: #474747. Windows color (decimal): -9948577 or 6238824. OLE color: 6238824.
HSL color Cylindrical-coordinate representation of color #68325F: hue angle of 310º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68325F is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 50 | 95 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.59 |
| HSL | 310º | 0.35% | 0.3% | - |
| HSV(B) | 310º | 0.52% | 0.41% | - |
| XYZ | 8.92 | 6.05 | 11.52 | - |
| YUV | 71.28 | 141.39 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 50 | 95 | 0 | 0.52 | 0.09 | 0.59 | 310 | 0.35 | 0.3 |
| Hex | 68 | 32 | 5F | 0 | 34 | 9 | 3B | 136 | 23 | 1E |
| Octal | 150 | 62 | 137 | 0 | 64 | 11 | 73 | 466 | 43 | 36 |
| Binary | 1101000 | 110010 | 1011111 | 0 | 110100 | 1001 | 111011 | 100110110 | 100011 | 11110 |
Color Harmonies of #68325F
Complementary color
Monochromatic Colors of #68325F
Black with #68325F
Text Example
Text Example
White with #68325F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68325F; }
p { color: rgb(104,50,95); }
H1.HeaderClassName
{
color: #68325F;
}
.AnyTagClassName
{
color: #68325F;
}
</style>
background-color css
<style>
a { background-color: #68325F; }
a { background-color: rgb(104,50,95); }
div.DivClassName
{
background-color: #68325F;
}
.BgClassName
{
background-color: #68325F;
}
</style>
border-color css
<style>
span { border-color: #68325F; }
span { border-color: rgb(104,50,95); }
td.TdClassName
{
border-color: #68325F;
}
.TagClassName
{
border-color: #68325F;
}
</style>