Shades of Palatinate Purple #783165
Tints of Palatinate Purple #783165
RGB
CMYK
RGB Variations
Color information
#783165 (or 0x783165) is known color: Palatinate Purple. HEX triplet: 78, 31 and 65. RGB value is (120,49,101). Sum of RGB (Red+Green+Blue) = 120+49+101=270 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.44% from 270); Green value is 49 (19.53% from 255 or 18.15% from 270); Blue value is 101 (39.84% from 255 or 37.41% from 270); Max value from RGB is 120 - color contains mainly: red. Hex color #783165 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783165 is #87CE9A. Grayscale: #4C4C4C. Windows color (decimal): -8900251 or 6631800. OLE color: 6631800.
HSL color Cylindrical-coordinate representation of color #783165: hue angle of 316.06º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #783165 is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 49 | 101 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.53 |
| HSL | 316.06º | 0.42% | 0.33% | - |
| HSV(B) | 316.06º | 0.59% | 0.47% | - |
| XYZ | 11.19 | 7.13 | 13.1 | - |
| YUV | 76.16 | 142.02 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 49 | 101 | 0 | 0.59 | 0.16 | 0.53 | 316.06 | 0.42 | 0.33 |
| Hex | 78 | 31 | 65 | 0 | 3B | 10 | 35 | 13C | 2A | 21 |
| Octal | 170 | 61 | 145 | 0 | 73 | 20 | 65 | 474 | 52 | 41 |
| Binary | 1111000 | 110001 | 1100101 | 0 | 111011 | 10000 | 110101 | 100111100 | 101010 | 100001 |
Color Harmonies of #783165
Complementary color
Monochromatic Colors of #783165
Black with #783165
Text Example
Text Example
White with #783165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783165; }
p { color: rgb(120,49,101); }
H1.HeaderClassName
{
color: #783165;
}
.AnyTagClassName
{
color: #783165;
}
</style>
background-color css
<style>
a { background-color: #783165; }
a { background-color: rgb(120,49,101); }
div.DivClassName
{
background-color: #783165;
}
.BgClassName
{
background-color: #783165;
}
</style>
border-color css
<style>
span { border-color: #783165; }
span { border-color: rgb(120,49,101); }
td.TdClassName
{
border-color: #783165;
}
.TagClassName
{
border-color: #783165;
}
</style>