Shades of Palatinate Purple #68345B
Tints of Palatinate Purple #68345B
RGB
CMYK
RGB Variations
Color information
#68345B (or 0x68345B) is known color: Palatinate Purple. HEX triplet: 68, 34 and 5B. RGB value is (104,52,91). Sum of RGB (Red+Green+Blue) = 104+52+91=247 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.11% from 247); Green value is 52 (20.70% from 255 or 21.05% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 104 - color contains mainly: red. Hex color #68345B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68345B is #97CBA4. Grayscale: #474747. Windows color (decimal): -9948069 or 5977192. OLE color: 5977192.
HSL color Cylindrical-coordinate representation of color #68345B: hue angle of 315º 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 #68345B is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 52 | 91 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.59 |
| HSL | 315º | 0.33% | 0.31% | - |
| HSV(B) | 315º | 0.5% | 0.41% | - |
| XYZ | 8.83 | 6.15 | 10.62 | - |
| YUV | 71.99 | 138.73 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 52 | 91 | 0 | 0.50 | 0.12 | 0.59 | 315 | 0.33 | 0.31 |
| Hex | 68 | 34 | 5B | 0 | 32 | C | 3B | 13B | 21 | 1F |
| Octal | 150 | 64 | 133 | 0 | 62 | 14 | 73 | 473 | 41 | 37 |
| Binary | 1101000 | 110100 | 1011011 | 0 | 110010 | 1100 | 111011 | 100111011 | 100001 | 11111 |
Color Harmonies of #68345B
Complementary color
Monochromatic Colors of #68345B
Black with #68345B
Text Example
Text Example
White with #68345B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68345B; }
p { color: rgb(104,52,91); }
H1.HeaderClassName
{
color: #68345B;
}
.AnyTagClassName
{
color: #68345B;
}
</style>
background-color css
<style>
a { background-color: #68345B; }
a { background-color: rgb(104,52,91); }
div.DivClassName
{
background-color: #68345B;
}
.BgClassName
{
background-color: #68345B;
}
</style>
border-color css
<style>
span { border-color: #68345B; }
span { border-color: rgb(104,52,91); }
td.TdClassName
{
border-color: #68345B;
}
.TagClassName
{
border-color: #68345B;
}
</style>