Shades of Palatinate Purple #68385C
Tints of Palatinate Purple #68385C
RGB
CMYK
RGB Variations
Color information
#68385C (or 0x68385C) is known color: Palatinate Purple. HEX triplet: 68, 38 and 5C. RGB value is (104,56,92). Sum of RGB (Red+Green+Blue) = 104+56+92=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 56 (22.27% from 255 or 22.22% from 252); Blue value is 92 (36.33% from 255 or 36.51% from 252); Max value from RGB is 104 - color contains mainly: red. Hex color #68385C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68385C is #97C7A3. Grayscale: #4A4A4A. Windows color (decimal): -9947044 or 6043752. OLE color: 6043752.
HSL color Cylindrical-coordinate representation of color #68385C: hue angle of 315º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68385C is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 56 | 92 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.59 |
| HSL | 315º | 0.3% | 0.31% | - |
| HSV(B) | 315º | 0.46% | 0.41% | - |
| XYZ | 9.05 | 6.54 | 10.91 | - |
| YUV | 74.46 | 137.9 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 56 | 92 | 0 | 0.46 | 0.12 | 0.59 | 315 | 0.3 | 0.31 |
| Hex | 68 | 38 | 5C | 0 | 2E | C | 3B | 13B | 1E | 1F |
| Octal | 150 | 70 | 134 | 0 | 56 | 14 | 73 | 473 | 36 | 37 |
| Binary | 1101000 | 111000 | 1011100 | 0 | 101110 | 1100 | 111011 | 100111011 | 11110 | 11111 |
Color Harmonies of #68385C
Complementary color
Monochromatic Colors of #68385C
Black with #68385C
Text Example
Text Example
White with #68385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68385C; }
p { color: rgb(104,56,92); }
H1.HeaderClassName
{
color: #68385C;
}
.AnyTagClassName
{
color: #68385C;
}
</style>
background-color css
<style>
a { background-color: #68385C; }
a { background-color: rgb(104,56,92); }
div.DivClassName
{
background-color: #68385C;
}
.BgClassName
{
background-color: #68385C;
}
</style>
border-color css
<style>
span { border-color: #68385C; }
span { border-color: rgb(104,56,92); }
td.TdClassName
{
border-color: #68385C;
}
.TagClassName
{
border-color: #68385C;
}
</style>