Shades of Palatinate Purple #68265F
Tints of Palatinate Purple #68265F
RGB
CMYK
RGB Variations
Color information
#68265F (or 0x68265F) is known color: Palatinate Purple. HEX triplet: 68, 26 and 5F. RGB value is (104,38,95). Sum of RGB (Red+Green+Blue) = 104+38+95=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 38 (15.23% from 255 or 16.03% from 237); Blue value is 95 (37.5% from 255 or 40.08% from 237); Max value from RGB is 104 - color contains mainly: red. Hex color #68265F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68265F is #97D9A0. Grayscale: #404040. Windows color (decimal): -9951649 or 6235752. OLE color: 6235752.
HSL color Cylindrical-coordinate representation of color #68265F: hue angle of 308.18º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #68265F is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 38 | 95 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.59 |
| HSL | 308.18º | 0.46% | 0.28% | - |
| HSV(B) | 308.18º | 0.63% | 0.41% | - |
| XYZ | 8.47 | 5.16 | 11.38 | - |
| YUV | 64.23 | 145.37 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 38 | 95 | 0 | 0.63 | 0.09 | 0.59 | 308.18 | 0.46 | 0.28 |
| Hex | 68 | 26 | 5F | 0 | 3F | 9 | 3B | 134 | 2E | 1C |
| Octal | 150 | 46 | 137 | 0 | 77 | 11 | 73 | 464 | 56 | 34 |
| Binary | 1101000 | 100110 | 1011111 | 0 | 111111 | 1001 | 111011 | 100110100 | 101110 | 11100 |
Color Harmonies of #68265F
Complementary color
Monochromatic Colors of #68265F
Black with #68265F
Text Example
Text Example
White with #68265F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68265F; }
p { color: rgb(104,38,95); }
H1.HeaderClassName
{
color: #68265F;
}
.AnyTagClassName
{
color: #68265F;
}
</style>
background-color css
<style>
a { background-color: #68265F; }
a { background-color: rgb(104,38,95); }
div.DivClassName
{
background-color: #68265F;
}
.BgClassName
{
background-color: #68265F;
}
</style>
border-color css
<style>
span { border-color: #68265F; }
span { border-color: rgb(104,38,95); }
td.TdClassName
{
border-color: #68265F;
}
.TagClassName
{
border-color: #68265F;
}
</style>