Shades of Palatinate Purple #68285F
Tints of Palatinate Purple #68285F
RGB
CMYK
RGB Variations
Color information
#68285F (or 0x68285F) is known color: Palatinate Purple. HEX triplet: 68, 28 and 5F. RGB value is (104,40,95). Sum of RGB (Red+Green+Blue) = 104+40+95=239 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.51% from 239); Green value is 40 (16.02% from 255 or 16.74% from 239); Blue value is 95 (37.5% from 255 or 39.75% from 239); Max value from RGB is 104 - color contains mainly: red. Hex color #68285F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68285F is #97D7A0. Grayscale: #414141. Windows color (decimal): -9951137 or 6236264. OLE color: 6236264.
HSL color Cylindrical-coordinate representation of color #68285F: hue angle of 308.44º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #68285F is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 40 | 95 | - |
| CMYK | 0 | 0.62 | 0.09 | 0.59 |
| HSL | 308.44º | 0.44% | 0.28% | - |
| HSV(B) | 308.44º | 0.62% | 0.41% | - |
| XYZ | 8.53 | 5.29 | 11.4 | - |
| YUV | 65.41 | 144.7 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 40 | 95 | 0 | 0.62 | 0.09 | 0.59 | 308.44 | 0.44 | 0.28 |
| Hex | 68 | 28 | 5F | 0 | 3E | 9 | 3B | 134 | 2C | 1C |
| Octal | 150 | 50 | 137 | 0 | 76 | 11 | 73 | 464 | 54 | 34 |
| Binary | 1101000 | 101000 | 1011111 | 0 | 111110 | 1001 | 111011 | 100110100 | 101100 | 11100 |
Color Harmonies of #68285F
Complementary color
Monochromatic Colors of #68285F
Black with #68285F
Text Example
Text Example
White with #68285F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68285F; }
p { color: rgb(104,40,95); }
H1.HeaderClassName
{
color: #68285F;
}
.AnyTagClassName
{
color: #68285F;
}
</style>
background-color css
<style>
a { background-color: #68285F; }
a { background-color: rgb(104,40,95); }
div.DivClassName
{
background-color: #68285F;
}
.BgClassName
{
background-color: #68285F;
}
</style>
border-color css
<style>
span { border-color: #68285F; }
span { border-color: rgb(104,40,95); }
td.TdClassName
{
border-color: #68285F;
}
.TagClassName
{
border-color: #68285F;
}
</style>