Shades of Palatinate Purple #68345C
Tints of Palatinate Purple #68345C
RGB
CMYK
RGB Variations
Color information
#68345C (or 0x68345C) is known color: Palatinate Purple. HEX triplet: 68, 34 and 5C. RGB value is (104,52,92). Sum of RGB (Red+Green+Blue) = 104+52+92=248 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.94% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 104 - color contains mainly: red. Hex color #68345C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68345C is #97CBA3. Grayscale: #484848. Windows color (decimal): -9948068 or 6042728. OLE color: 6042728.
HSL color Cylindrical-coordinate representation of color #68345C: hue angle of 313.85º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68345C is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 52 | 92 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.59 |
| HSL | 313.85º | 0.33% | 0.31% | - |
| HSV(B) | 313.85º | 0.5% | 0.41% | - |
| XYZ | 8.87 | 6.17 | 10.85 | - |
| YUV | 72.11 | 139.23 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 52 | 92 | 0 | 0.50 | 0.12 | 0.59 | 313.85 | 0.33 | 0.31 |
| Hex | 68 | 34 | 5C | 0 | 32 | C | 3B | 13A | 21 | 1F |
| Octal | 150 | 64 | 134 | 0 | 62 | 14 | 73 | 472 | 41 | 37 |
| Binary | 1101000 | 110100 | 1011100 | 0 | 110010 | 1100 | 111011 | 100111010 | 100001 | 11111 |
Color Harmonies of #68345C
Complementary color
Monochromatic Colors of #68345C
Black with #68345C
Text Example
Text Example
White with #68345C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68345C; }
p { color: rgb(104,52,92); }
H1.HeaderClassName
{
color: #68345C;
}
.AnyTagClassName
{
color: #68345C;
}
</style>
background-color css
<style>
a { background-color: #68345C; }
a { background-color: rgb(104,52,92); }
div.DivClassName
{
background-color: #68345C;
}
.BgClassName
{
background-color: #68345C;
}
</style>
border-color css
<style>
span { border-color: #68345C; }
span { border-color: rgb(104,52,92); }
td.TdClassName
{
border-color: #68345C;
}
.TagClassName
{
border-color: #68345C;
}
</style>