Shades of Palatinate Purple #68295D
Tints of Palatinate Purple #68295D
RGB
CMYK
RGB Variations
Color information
#68295D (or 0x68295D) is known color: Palatinate Purple. HEX triplet: 68, 29 and 5D. RGB value is (104,41,93). Sum of RGB (Red+Green+Blue) = 104+41+93=238 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.70% from 238); Green value is 41 (16.41% from 255 or 17.23% from 238); Blue value is 93 (36.72% from 255 or 39.08% from 238); Max value from RGB is 104 - color contains mainly: red. Hex color #68295D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68295D is #97D6A2. Grayscale: #414141. Windows color (decimal): -9950883 or 6105448. OLE color: 6105448.
HSL color Cylindrical-coordinate representation of color #68295D: hue angle of 310.48º 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 #68295D is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 41 | 93 | - |
| CMYK | 0 | 0.61 | 0.11 | 0.59 |
| HSL | 310.48º | 0.43% | 0.28% | - |
| HSV(B) | 310.48º | 0.61% | 0.41% | - |
| XYZ | 8.48 | 5.32 | 10.94 | - |
| YUV | 65.77 | 143.37 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 41 | 93 | 0 | 0.61 | 0.11 | 0.59 | 310.48 | 0.43 | 0.28 |
| Hex | 68 | 29 | 5D | 0 | 3D | B | 3B | 136 | 2B | 1C |
| Octal | 150 | 51 | 135 | 0 | 75 | 13 | 73 | 466 | 53 | 34 |
| Binary | 1101000 | 101001 | 1011101 | 0 | 111101 | 1011 | 111011 | 100110110 | 101011 | 11100 |
Color Harmonies of #68295D
Complementary color
Monochromatic Colors of #68295D
Black with #68295D
Text Example
Text Example
White with #68295D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68295D; }
p { color: rgb(104,41,93); }
H1.HeaderClassName
{
color: #68295D;
}
.AnyTagClassName
{
color: #68295D;
}
</style>
background-color css
<style>
a { background-color: #68295D; }
a { background-color: rgb(104,41,93); }
div.DivClassName
{
background-color: #68295D;
}
.BgClassName
{
background-color: #68295D;
}
</style>
border-color css
<style>
span { border-color: #68295D; }
span { border-color: rgb(104,41,93); }
td.TdClassName
{
border-color: #68295D;
}
.TagClassName
{
border-color: #68295D;
}
</style>