Shades of Palatinate Purple #68405E
Tints of Palatinate Purple #68405E
RGB
CMYK
RGB Variations
Color information
#68405E (or 0x68405E) is known color: Palatinate Purple. HEX triplet: 68, 40 and 5E. RGB value is (104,64,94). Sum of RGB (Red+Green+Blue) = 104+64+94=262 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.69% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 94 (37.11% from 255 or 35.88% from 262); Max value from RGB is 104 - color contains mainly: red. Hex color #68405E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68405E is #97BFA1. Grayscale: #4F4F4F. Windows color (decimal): -9944994 or 6176872. OLE color: 6176872.
HSL color Cylindrical-coordinate representation of color #68405E: hue angle of 315º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #68405E is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 64 | 94 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.59 |
| HSL | 315º | 0.24% | 0.33% | - |
| HSV(B) | 315º | 0.38% | 0.41% | - |
| XYZ | 9.56 | 7.42 | 11.52 | - |
| YUV | 79.38 | 136.25 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 64 | 94 | 0 | 0.38 | 0.10 | 0.59 | 315 | 0.24 | 0.33 |
| Hex | 68 | 40 | 5E | 0 | 26 | A | 3B | 13B | 18 | 21 |
| Octal | 150 | 100 | 136 | 0 | 46 | 12 | 73 | 473 | 30 | 41 |
| Binary | 1101000 | 1000000 | 1011110 | 0 | 100110 | 1010 | 111011 | 100111011 | 11000 | 100001 |
Color Harmonies of #68405E
Complementary color
Monochromatic Colors of #68405E
Black with #68405E
Text Example
Text Example
White with #68405E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68405E; }
p { color: rgb(104,64,94); }
H1.HeaderClassName
{
color: #68405E;
}
.AnyTagClassName
{
color: #68405E;
}
</style>
background-color css
<style>
a { background-color: #68405E; }
a { background-color: rgb(104,64,94); }
div.DivClassName
{
background-color: #68405E;
}
.BgClassName
{
background-color: #68405E;
}
</style>
border-color css
<style>
span { border-color: #68405E; }
span { border-color: rgb(104,64,94); }
td.TdClassName
{
border-color: #68405E;
}
.TagClassName
{
border-color: #68405E;
}
</style>