Shades of Palatinate Purple #783D68
Tints of Palatinate Purple #783D68
RGB
CMYK
RGB Variations
Color information
#783D68 (or 0x783D68) is known color: Palatinate Purple. HEX triplet: 78, 3D and 68. RGB value is (120,61,104). Sum of RGB (Red+Green+Blue) = 120+61+104=285 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.11% from 285); Green value is 61 (24.22% from 255 or 21.40% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 120 - color contains mainly: red. Hex color #783D68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783D68 is #87C297. Grayscale: #535353. Windows color (decimal): -8897176 or 6831480. OLE color: 6831480.
HSL color Cylindrical-coordinate representation of color #783D68: hue angle of 316.27º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #783D68 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 61 | 104 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.53 |
| HSL | 316.27º | 0.33% | 0.35% | - |
| HSV(B) | 316.27º | 0.49% | 0.47% | - |
| XYZ | 11.91 | 8.33 | 14.08 | - |
| YUV | 83.54 | 139.55 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 61 | 104 | 0 | 0.49 | 0.13 | 0.53 | 316.27 | 0.33 | 0.35 |
| Hex | 78 | 3D | 68 | 0 | 31 | D | 35 | 13C | 21 | 23 |
| Octal | 170 | 75 | 150 | 0 | 61 | 15 | 65 | 474 | 41 | 43 |
| Binary | 1111000 | 111101 | 1101000 | 0 | 110001 | 1101 | 110101 | 100111100 | 100001 | 100011 |
Color Harmonies of #783D68
Complementary color
Monochromatic Colors of #783D68
Black with #783D68
Text Example
Text Example
White with #783D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783D68; }
p { color: rgb(120,61,104); }
H1.HeaderClassName
{
color: #783D68;
}
.AnyTagClassName
{
color: #783D68;
}
</style>
background-color css
<style>
a { background-color: #783D68; }
a { background-color: rgb(120,61,104); }
div.DivClassName
{
background-color: #783D68;
}
.BgClassName
{
background-color: #783D68;
}
</style>
border-color css
<style>
span { border-color: #783D68; }
span { border-color: rgb(120,61,104); }
td.TdClassName
{
border-color: #783D68;
}
.TagClassName
{
border-color: #783D68;
}
</style>