Shades of Palatinate Purple #68395F
Tints of Palatinate Purple #68395F
RGB
CMYK
RGB Variations
Color information
#68395F (or 0x68395F) is known color: Palatinate Purple. HEX triplet: 68, 39 and 5F. RGB value is (104,57,95). Sum of RGB (Red+Green+Blue) = 104+57+95=256 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.62% from 256); Green value is 57 (22.66% from 255 or 22.27% from 256); Blue value is 95 (37.5% from 255 or 37.11% from 256); Max value from RGB is 104 - color contains mainly: red. Hex color #68395F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68395F is #97C6A0. Grayscale: #4B4B4B. Windows color (decimal): -9946785 or 6240616. OLE color: 6240616.
HSL color Cylindrical-coordinate representation of color #68395F: hue angle of 311.49º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68395F is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 57 | 95 | - |
| CMYK | 0 | 0.45 | 0.09 | 0.59 |
| HSL | 311.49º | 0.29% | 0.32% | - |
| HSV(B) | 311.49º | 0.45% | 0.41% | - |
| XYZ | 9.24 | 6.7 | 11.63 | - |
| YUV | 75.39 | 139.07 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 57 | 95 | 0 | 0.45 | 0.09 | 0.59 | 311.49 | 0.29 | 0.32 |
| Hex | 68 | 39 | 5F | 0 | 2D | 9 | 3B | 137 | 1D | 20 |
| Octal | 150 | 71 | 137 | 0 | 55 | 11 | 73 | 467 | 35 | 40 |
| Binary | 1101000 | 111001 | 1011111 | 0 | 101101 | 1001 | 111011 | 100110111 | 11101 | 100000 |
Color Harmonies of #68395F
Complementary color
Monochromatic Colors of #68395F
Black with #68395F
Text Example
Text Example
White with #68395F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68395F; }
p { color: rgb(104,57,95); }
H1.HeaderClassName
{
color: #68395F;
}
.AnyTagClassName
{
color: #68395F;
}
</style>
background-color css
<style>
a { background-color: #68395F; }
a { background-color: rgb(104,57,95); }
div.DivClassName
{
background-color: #68395F;
}
.BgClassName
{
background-color: #68395F;
}
</style>
border-color css
<style>
span { border-color: #68395F; }
span { border-color: rgb(104,57,95); }
td.TdClassName
{
border-color: #68395F;
}
.TagClassName
{
border-color: #68395F;
}
</style>