Shades of Palatinate Purple #68285E
Tints of Palatinate Purple #68285E
RGB
CMYK
RGB Variations
Color information
#68285E (or 0x68285E) is known color: Palatinate Purple. HEX triplet: 68, 28 and 5E. RGB value is (104,40,94). Sum of RGB (Red+Green+Blue) = 104+40+94=238 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.70% from 238); Green value is 40 (16.02% from 255 or 16.81% from 238); Blue value is 94 (37.11% from 255 or 39.50% from 238); Max value from RGB is 104 - color contains mainly: red. Hex color #68285E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68285E is #97D7A1. Grayscale: #414141. Windows color (decimal): -9951138 or 6170728. OLE color: 6170728.
HSL color Cylindrical-coordinate representation of color #68285E: hue angle of 309.38º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #68285E is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 40 | 94 | - |
| CMYK | 0 | 0.62 | 0.10 | 0.59 |
| HSL | 309.38º | 0.44% | 0.28% | - |
| HSV(B) | 309.38º | 0.62% | 0.41% | - |
| XYZ | 8.49 | 5.27 | 11.16 | - |
| YUV | 65.29 | 144.2 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 40 | 94 | 0 | 0.62 | 0.10 | 0.59 | 309.38 | 0.44 | 0.28 |
| Hex | 68 | 28 | 5E | 0 | 3E | A | 3B | 135 | 2C | 1C |
| Octal | 150 | 50 | 136 | 0 | 76 | 12 | 73 | 465 | 54 | 34 |
| Binary | 1101000 | 101000 | 1011110 | 0 | 111110 | 1010 | 111011 | 100110101 | 101100 | 11100 |
Color Harmonies of #68285E
Complementary color
Monochromatic Colors of #68285E
Black with #68285E
Text Example
Text Example
White with #68285E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68285E; }
p { color: rgb(104,40,94); }
H1.HeaderClassName
{
color: #68285E;
}
.AnyTagClassName
{
color: #68285E;
}
</style>
background-color css
<style>
a { background-color: #68285E; }
a { background-color: rgb(104,40,94); }
div.DivClassName
{
background-color: #68285E;
}
.BgClassName
{
background-color: #68285E;
}
</style>
border-color css
<style>
span { border-color: #68285E; }
span { border-color: rgb(104,40,94); }
td.TdClassName
{
border-color: #68285E;
}
.TagClassName
{
border-color: #68285E;
}
</style>