Shades of Palatinate Purple #68265D
Tints of Palatinate Purple #68265D
RGB
CMYK
RGB Variations
Color information
#68265D (or 0x68265D) is known color: Palatinate Purple. HEX triplet: 68, 26 and 5D. RGB value is (104,38,93). Sum of RGB (Red+Green+Blue) = 104+38+93=235 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.26% from 235); Green value is 38 (15.23% from 255 or 16.17% from 235); Blue value is 93 (36.72% from 255 or 39.57% from 235); Max value from RGB is 104 - color contains mainly: red. Hex color #68265D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68265D is #97D9A2. Grayscale: #3F3F3F. Windows color (decimal): -9951651 or 6104680. OLE color: 6104680.
HSL color Cylindrical-coordinate representation of color #68265D: hue angle of 310º 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 #68265D is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 38 | 93 | - |
| CMYK | 0 | 0.63 | 0.11 | 0.59 |
| HSL | 310º | 0.46% | 0.28% | - |
| HSV(B) | 310º | 0.63% | 0.41% | - |
| XYZ | 8.38 | 5.12 | 10.9 | - |
| YUV | 64 | 144.37 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 38 | 93 | 0 | 0.63 | 0.11 | 0.59 | 310 | 0.46 | 0.28 |
| Hex | 68 | 26 | 5D | 0 | 3F | B | 3B | 136 | 2E | 1C |
| Octal | 150 | 46 | 135 | 0 | 77 | 13 | 73 | 466 | 56 | 34 |
| Binary | 1101000 | 100110 | 1011101 | 0 | 111111 | 1011 | 111011 | 100110110 | 101110 | 11100 |
Color Harmonies of #68265D
Complementary color
Monochromatic Colors of #68265D
Black with #68265D
Text Example
Text Example
White with #68265D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68265D; }
p { color: rgb(104,38,93); }
H1.HeaderClassName
{
color: #68265D;
}
.AnyTagClassName
{
color: #68265D;
}
</style>
background-color css
<style>
a { background-color: #68265D; }
a { background-color: rgb(104,38,93); }
div.DivClassName
{
background-color: #68265D;
}
.BgClassName
{
background-color: #68265D;
}
</style>
border-color css
<style>
span { border-color: #68265D; }
span { border-color: rgb(104,38,93); }
td.TdClassName
{
border-color: #68265D;
}
.TagClassName
{
border-color: #68265D;
}
</style>