Shades of Palatinate Purple #68355D
Tints of Palatinate Purple #68355D
RGB
CMYK
RGB Variations
Color information
#68355D (or 0x68355D) is known color: Palatinate Purple. HEX triplet: 68, 35 and 5D. RGB value is (104,53,93). Sum of RGB (Red+Green+Blue) = 104+53+93=250 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.6% from 250); Green value is 53 (21.09% from 255 or 21.2% from 250); Blue value is 93 (36.72% from 255 or 37.2% from 250); Max value from RGB is 104 - color contains mainly: red. Hex color #68355D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68355D is #97CAA2. Grayscale: #484848. Windows color (decimal): -9947811 or 6108520. OLE color: 6108520.
HSL color Cylindrical-coordinate representation of color #68355D: hue angle of 312.94º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68355D is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 53 | 93 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.59 |
| HSL | 312.94º | 0.32% | 0.31% | - |
| HSV(B) | 312.94º | 0.49% | 0.41% | - |
| XYZ | 8.96 | 6.28 | 11.1 | - |
| YUV | 72.81 | 139.4 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 53 | 93 | 0 | 0.49 | 0.11 | 0.59 | 312.94 | 0.32 | 0.31 |
| Hex | 68 | 35 | 5D | 0 | 31 | B | 3B | 139 | 20 | 1F |
| Octal | 150 | 65 | 135 | 0 | 61 | 13 | 73 | 471 | 40 | 37 |
| Binary | 1101000 | 110101 | 1011101 | 0 | 110001 | 1011 | 111011 | 100111001 | 100000 | 11111 |
Color Harmonies of #68355D
Complementary color
Monochromatic Colors of #68355D
Black with #68355D
Text Example
Text Example
White with #68355D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68355D; }
p { color: rgb(104,53,93); }
H1.HeaderClassName
{
color: #68355D;
}
.AnyTagClassName
{
color: #68355D;
}
</style>
background-color css
<style>
a { background-color: #68355D; }
a { background-color: rgb(104,53,93); }
div.DivClassName
{
background-color: #68355D;
}
.BgClassName
{
background-color: #68355D;
}
</style>
border-color css
<style>
span { border-color: #68355D; }
span { border-color: rgb(104,53,93); }
td.TdClassName
{
border-color: #68355D;
}
.TagClassName
{
border-color: #68355D;
}
</style>