Shades of Palatinate Purple #68305E
Tints of Palatinate Purple #68305E
RGB
CMYK
RGB Variations
Color information
#68305E (or 0x68305E) is known color: Palatinate Purple. HEX triplet: 68, 30 and 5E. RGB value is (104,48,94). Sum of RGB (Red+Green+Blue) = 104+48+94=246 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.28% from 246); Green value is 48 (19.14% from 255 or 19.51% from 246); Blue value is 94 (37.11% from 255 or 38.21% from 246); Max value from RGB is 104 - color contains mainly: red. Hex color #68305E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68305E is #97CFA1. Grayscale: #454545. Windows color (decimal): -9949090 or 6172776. OLE color: 6172776.
HSL color Cylindrical-coordinate representation of color #68305E: hue angle of 310.71º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68305E is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 48 | 94 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.59 |
| HSL | 310.71º | 0.37% | 0.3% | - |
| HSV(B) | 310.71º | 0.54% | 0.41% | - |
| XYZ | 8.79 | 5.87 | 11.26 | - |
| YUV | 69.99 | 141.55 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 48 | 94 | 0 | 0.54 | 0.10 | 0.59 | 310.71 | 0.37 | 0.3 |
| Hex | 68 | 30 | 5E | 0 | 36 | A | 3B | 137 | 25 | 1E |
| Octal | 150 | 60 | 136 | 0 | 66 | 12 | 73 | 467 | 45 | 36 |
| Binary | 1101000 | 110000 | 1011110 | 0 | 110110 | 1010 | 111011 | 100110111 | 100101 | 11110 |
Color Harmonies of #68305E
Complementary color
Monochromatic Colors of #68305E
Black with #68305E
Text Example
Text Example
White with #68305E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68305E; }
p { color: rgb(104,48,94); }
H1.HeaderClassName
{
color: #68305E;
}
.AnyTagClassName
{
color: #68305E;
}
</style>
background-color css
<style>
a { background-color: #68305E; }
a { background-color: rgb(104,48,94); }
div.DivClassName
{
background-color: #68305E;
}
.BgClassName
{
background-color: #68305E;
}
</style>
border-color css
<style>
span { border-color: #68305E; }
span { border-color: rgb(104,48,94); }
td.TdClassName
{
border-color: #68305E;
}
.TagClassName
{
border-color: #68305E;
}
</style>