Shades of Palatinate Purple #783369
Tints of Palatinate Purple #783369
RGB
CMYK
RGB Variations
Color information
#783369 (or 0x783369) is known color: Palatinate Purple. HEX triplet: 78, 33 and 69. RGB value is (120,51,105). Sum of RGB (Red+Green+Blue) = 120+51+105=276 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.48% from 276); Green value is 51 (20.31% from 255 or 18.48% from 276); Blue value is 105 (41.41% from 255 or 38.04% from 276); Max value from RGB is 120 - color contains mainly: red. Hex color #783369 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783369 is #87CC96. Grayscale: #4D4D4D. Windows color (decimal): -8899735 or 6894456. OLE color: 6894456.
HSL color Cylindrical-coordinate representation of color #783369: hue angle of 313.04º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #783369 is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 51 | 105 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.53 |
| HSL | 313.04º | 0.4% | 0.34% | - |
| HSV(B) | 313.04º | 0.58% | 0.47% | - |
| XYZ | 11.48 | 7.38 | 14.18 | - |
| YUV | 77.79 | 143.36 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 51 | 105 | 0 | 0.58 | 0.13 | 0.53 | 313.04 | 0.4 | 0.34 |
| Hex | 78 | 33 | 69 | 0 | 3A | D | 35 | 139 | 28 | 22 |
| Octal | 170 | 63 | 151 | 0 | 72 | 15 | 65 | 471 | 50 | 42 |
| Binary | 1111000 | 110011 | 1101001 | 0 | 111010 | 1101 | 110101 | 100111001 | 101000 | 100010 |
Color Harmonies of #783369
Complementary color
Monochromatic Colors of #783369
Black with #783369
Text Example
Text Example
White with #783369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783369; }
p { color: rgb(120,51,105); }
H1.HeaderClassName
{
color: #783369;
}
.AnyTagClassName
{
color: #783369;
}
</style>
background-color css
<style>
a { background-color: #783369; }
a { background-color: rgb(120,51,105); }
div.DivClassName
{
background-color: #783369;
}
.BgClassName
{
background-color: #783369;
}
</style>
border-color css
<style>
span { border-color: #783369; }
span { border-color: rgb(120,51,105); }
td.TdClassName
{
border-color: #783369;
}
.TagClassName
{
border-color: #783369;
}
</style>