Shades of Palatinate Purple #68285C
Tints of Palatinate Purple #68285C
RGB
CMYK
RGB Variations
Color information
#68285C (or 0x68285C) is known color: Palatinate Purple. HEX triplet: 68, 28 and 5C. RGB value is (104,40,92). Sum of RGB (Red+Green+Blue) = 104+40+92=236 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.07% from 236); Green value is 40 (16.02% from 255 or 16.95% from 236); Blue value is 92 (36.33% from 255 or 38.98% from 236); Max value from RGB is 104 - color contains mainly: red. Hex color #68285C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68285C is #97D7A3. Grayscale: #404040. Windows color (decimal): -9951140 or 6039656. OLE color: 6039656.
HSL color Cylindrical-coordinate representation of color #68285C: hue angle of 311.25º 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 #68285C is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 40 | 92 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.59 |
| HSL | 311.25º | 0.44% | 0.28% | - |
| HSV(B) | 311.25º | 0.62% | 0.41% | - |
| XYZ | 8.4 | 5.23 | 10.69 | - |
| YUV | 65.06 | 143.2 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 40 | 92 | 0 | 0.62 | 0.12 | 0.59 | 311.25 | 0.44 | 0.28 |
| Hex | 68 | 28 | 5C | 0 | 3E | C | 3B | 137 | 2C | 1C |
| Octal | 150 | 50 | 134 | 0 | 76 | 14 | 73 | 467 | 54 | 34 |
| Binary | 1101000 | 101000 | 1011100 | 0 | 111110 | 1100 | 111011 | 100110111 | 101100 | 11100 |
Color Harmonies of #68285C
Complementary color
Monochromatic Colors of #68285C
Black with #68285C
Text Example
Text Example
White with #68285C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68285C; }
p { color: rgb(104,40,92); }
H1.HeaderClassName
{
color: #68285C;
}
.AnyTagClassName
{
color: #68285C;
}
</style>
background-color css
<style>
a { background-color: #68285C; }
a { background-color: rgb(104,40,92); }
div.DivClassName
{
background-color: #68285C;
}
.BgClassName
{
background-color: #68285C;
}
</style>
border-color css
<style>
span { border-color: #68285C; }
span { border-color: rgb(104,40,92); }
td.TdClassName
{
border-color: #68285C;
}
.TagClassName
{
border-color: #68285C;
}
</style>