Shades of Palatinate Purple #68205E
Tints of Palatinate Purple #68205E
RGB
CMYK
RGB Variations
Color information
#68205E (or 0x68205E) is known color: Palatinate Purple. HEX triplet: 68, 20 and 5E. RGB value is (104,32,94). Sum of RGB (Red+Green+Blue) = 104+32+94=230 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.22% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 94 (37.11% from 255 or 40.87% from 230); Max value from RGB is 104 - color contains mainly: red. Hex color #68205E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68205E is #97DFA1. Grayscale: #3C3C3C. Windows color (decimal): -9953186 or 6168680. OLE color: 6168680.
HSL color Cylindrical-coordinate representation of color #68205E: hue angle of 308.33º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #68205E is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 32 | 94 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.59 |
| HSL | 308.33º | 0.53% | 0.27% | - |
| HSV(B) | 308.33º | 0.69% | 0.41% | - |
| XYZ | 8.25 | 4.78 | 11.08 | - |
| YUV | 60.6 | 146.85 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 32 | 94 | 0 | 0.69 | 0.10 | 0.59 | 308.33 | 0.53 | 0.27 |
| Hex | 68 | 20 | 5E | 0 | 45 | A | 3B | 134 | 35 | 1B |
| Octal | 150 | 40 | 136 | 0 | 105 | 12 | 73 | 464 | 65 | 33 |
| Binary | 1101000 | 100000 | 1011110 | 0 | 1000101 | 1010 | 111011 | 100110100 | 110101 | 11011 |
Color Harmonies of #68205E
Complementary color
Monochromatic Colors of #68205E
Black with #68205E
Text Example
Text Example
White with #68205E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68205E; }
p { color: rgb(104,32,94); }
H1.HeaderClassName
{
color: #68205E;
}
.AnyTagClassName
{
color: #68205E;
}
</style>
background-color css
<style>
a { background-color: #68205E; }
a { background-color: rgb(104,32,94); }
div.DivClassName
{
background-color: #68205E;
}
.BgClassName
{
background-color: #68205E;
}
</style>
border-color css
<style>
span { border-color: #68205E; }
span { border-color: rgb(104,32,94); }
td.TdClassName
{
border-color: #68205E;
}
.TagClassName
{
border-color: #68205E;
}
</style>