Shades of Palatinate Purple #783B67
Tints of Palatinate Purple #783B67
RGB
CMYK
RGB Variations
Color information
#783B67 (or 0x783B67) is known color: Palatinate Purple. HEX triplet: 78, 3B and 67. RGB value is (120,59,103). Sum of RGB (Red+Green+Blue) = 120+59+103=282 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.55% from 282); Green value is 59 (23.44% from 255 or 20.92% from 282); Blue value is 103 (40.62% from 255 or 36.52% from 282); Max value from RGB is 120 - color contains mainly: red. Hex color #783B67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783B67 is #87C498. Grayscale: #525252. Windows color (decimal): -8897689 or 6765432. OLE color: 6765432.
HSL color Cylindrical-coordinate representation of color #783B67: hue angle of 316.72º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #783B67 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 59 | 103 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.53 |
| HSL | 316.72º | 0.34% | 0.35% | - |
| HSV(B) | 316.72º | 0.51% | 0.47% | - |
| XYZ | 11.76 | 8.1 | 13.78 | - |
| YUV | 82.26 | 139.71 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 59 | 103 | 0 | 0.51 | 0.14 | 0.53 | 316.72 | 0.34 | 0.35 |
| Hex | 78 | 3B | 67 | 0 | 33 | E | 35 | 13D | 22 | 23 |
| Octal | 170 | 73 | 147 | 0 | 63 | 16 | 65 | 475 | 42 | 43 |
| Binary | 1111000 | 111011 | 1100111 | 0 | 110011 | 1110 | 110101 | 100111101 | 100010 | 100011 |
Color Harmonies of #783B67
Complementary color
Monochromatic Colors of #783B67
Black with #783B67
Text Example
Text Example
White with #783B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783B67; }
p { color: rgb(120,59,103); }
H1.HeaderClassName
{
color: #783B67;
}
.AnyTagClassName
{
color: #783B67;
}
</style>
background-color css
<style>
a { background-color: #783B67; }
a { background-color: rgb(120,59,103); }
div.DivClassName
{
background-color: #783B67;
}
.BgClassName
{
background-color: #783B67;
}
</style>
border-color css
<style>
span { border-color: #783B67; }
span { border-color: rgb(120,59,103); }
td.TdClassName
{
border-color: #783B67;
}
.TagClassName
{
border-color: #783B67;
}
</style>