Shades of Palatinate Purple #68295F
Tints of Palatinate Purple #68295F
RGB
CMYK
RGB Variations
Color information
#68295F (or 0x68295F) is known color: Palatinate Purple. HEX triplet: 68, 29 and 5F. RGB value is (104,41,95). Sum of RGB (Red+Green+Blue) = 104+41+95=240 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.33% from 240); Green value is 41 (16.41% from 255 or 17.08% from 240); Blue value is 95 (37.5% from 255 or 39.58% from 240); Max value from RGB is 104 - color contains mainly: red. Hex color #68295F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68295F is #97D6A0. Grayscale: #414141. Windows color (decimal): -9950881 or 6236520. OLE color: 6236520.
HSL color Cylindrical-coordinate representation of color #68295F: hue angle of 308.57º 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 #68295F is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 41 | 95 | - |
| CMYK | 0 | 0.61 | 0.09 | 0.59 |
| HSL | 308.57º | 0.43% | 0.28% | - |
| HSV(B) | 308.57º | 0.61% | 0.41% | - |
| XYZ | 8.57 | 5.36 | 11.41 | - |
| YUV | 65.99 | 144.37 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 41 | 95 | 0 | 0.61 | 0.09 | 0.59 | 308.57 | 0.43 | 0.28 |
| Hex | 68 | 29 | 5F | 0 | 3D | 9 | 3B | 135 | 2B | 1C |
| Octal | 150 | 51 | 137 | 0 | 75 | 11 | 73 | 465 | 53 | 34 |
| Binary | 1101000 | 101001 | 1011111 | 0 | 111101 | 1001 | 111011 | 100110101 | 101011 | 11100 |
Color Harmonies of #68295F
Complementary color
Monochromatic Colors of #68295F
Black with #68295F
Text Example
Text Example
White with #68295F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68295F; }
p { color: rgb(104,41,95); }
H1.HeaderClassName
{
color: #68295F;
}
.AnyTagClassName
{
color: #68295F;
}
</style>
background-color css
<style>
a { background-color: #68295F; }
a { background-color: rgb(104,41,95); }
div.DivClassName
{
background-color: #68295F;
}
.BgClassName
{
background-color: #68295F;
}
</style>
border-color css
<style>
span { border-color: #68295F; }
span { border-color: rgb(104,41,95); }
td.TdClassName
{
border-color: #68295F;
}
.TagClassName
{
border-color: #68295F;
}
</style>