Shades of Palatinate Purple #68295C
Tints of Palatinate Purple #68295C
RGB
CMYK
RGB Variations
Color information
#68295C (or 0x68295C) is known color: Palatinate Purple. HEX triplet: 68, 29 and 5C. RGB value is (104,41,92). Sum of RGB (Red+Green+Blue) = 104+41+92=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 41 (16.41% from 255 or 17.30% from 237); Blue value is 92 (36.33% from 255 or 38.82% from 237); Max value from RGB is 104 - color contains mainly: red. Hex color #68295C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68295C is #97D6A3. Grayscale: #414141. Windows color (decimal): -9950884 or 6039912. OLE color: 6039912.
HSL color Cylindrical-coordinate representation of color #68295C: hue angle of 311.43º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #68295C is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 41 | 92 | - |
| CMYK | 0 | 0.61 | 0.12 | 0.59 |
| HSL | 311.43º | 0.43% | 0.28% | - |
| HSV(B) | 311.43º | 0.61% | 0.41% | - |
| XYZ | 8.43 | 5.3 | 10.7 | - |
| YUV | 65.65 | 142.87 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 41 | 92 | 0 | 0.61 | 0.12 | 0.59 | 311.43 | 0.43 | 0.28 |
| Hex | 68 | 29 | 5C | 0 | 3D | C | 3B | 137 | 2B | 1C |
| Octal | 150 | 51 | 134 | 0 | 75 | 14 | 73 | 467 | 53 | 34 |
| Binary | 1101000 | 101001 | 1011100 | 0 | 111101 | 1100 | 111011 | 100110111 | 101011 | 11100 |
Color Harmonies of #68295C
Complementary color
Monochromatic Colors of #68295C
Black with #68295C
Text Example
Text Example
White with #68295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68295C; }
p { color: rgb(104,41,92); }
H1.HeaderClassName
{
color: #68295C;
}
.AnyTagClassName
{
color: #68295C;
}
</style>
background-color css
<style>
a { background-color: #68295C; }
a { background-color: rgb(104,41,92); }
div.DivClassName
{
background-color: #68295C;
}
.BgClassName
{
background-color: #68295C;
}
</style>
border-color css
<style>
span { border-color: #68295C; }
span { border-color: rgb(104,41,92); }
td.TdClassName
{
border-color: #68295C;
}
.TagClassName
{
border-color: #68295C;
}
</style>