Shades of Palatinate Purple #68335B
Tints of Palatinate Purple #68335B
RGB
CMYK
RGB Variations
Color information
#68335B (or 0x68335B) is known color: Palatinate Purple. HEX triplet: 68, 33 and 5B. RGB value is (104,51,91). Sum of RGB (Red+Green+Blue) = 104+51+91=246 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.28% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 91 (35.94% from 255 or 36.99% from 246); Max value from RGB is 104 - color contains mainly: red. Hex color #68335B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68335B is #97CCA4. Grayscale: #474747. Windows color (decimal): -9948325 or 5976936. OLE color: 5976936.
HSL color Cylindrical-coordinate representation of color #68335B: hue angle of 314.72º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68335B is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 51 | 91 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.59 |
| HSL | 314.72º | 0.34% | 0.3% | - |
| HSV(B) | 314.72º | 0.51% | 0.41% | - |
| XYZ | 8.78 | 6.07 | 10.61 | - |
| YUV | 71.41 | 139.06 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 51 | 91 | 0 | 0.51 | 0.12 | 0.59 | 314.72 | 0.34 | 0.3 |
| Hex | 68 | 33 | 5B | 0 | 33 | C | 3B | 13B | 22 | 1E |
| Octal | 150 | 63 | 133 | 0 | 63 | 14 | 73 | 473 | 42 | 36 |
| Binary | 1101000 | 110011 | 1011011 | 0 | 110011 | 1100 | 111011 | 100111011 | 100010 | 11110 |
Color Harmonies of #68335B
Complementary color
Monochromatic Colors of #68335B
Black with #68335B
Text Example
Text Example
White with #68335B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68335B; }
p { color: rgb(104,51,91); }
H1.HeaderClassName
{
color: #68335B;
}
.AnyTagClassName
{
color: #68335B;
}
</style>
background-color css
<style>
a { background-color: #68335B; }
a { background-color: rgb(104,51,91); }
div.DivClassName
{
background-color: #68335B;
}
.BgClassName
{
background-color: #68335B;
}
</style>
border-color css
<style>
span { border-color: #68335B; }
span { border-color: rgb(104,51,91); }
td.TdClassName
{
border-color: #68335B;
}
.TagClassName
{
border-color: #68335B;
}
</style>