Shades of Palatinate Purple #783265
Tints of Palatinate Purple #783265
RGB
CMYK
RGB Variations
Color information
#783265 (or 0x783265) is known color: Palatinate Purple. HEX triplet: 78, 32 and 65. RGB value is (120,50,101). Sum of RGB (Red+Green+Blue) = 120+50+101=271 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.28% from 271); Green value is 50 (19.92% from 255 or 18.45% from 271); Blue value is 101 (39.84% from 255 or 37.27% from 271); Max value from RGB is 120 - color contains mainly: red. Hex color #783265 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783265 is #87CD9A. Grayscale: #4C4C4C. Windows color (decimal): -8899995 or 6632056. OLE color: 6632056.
HSL color Cylindrical-coordinate representation of color #783265: hue angle of 316.29º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #783265 is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 50 | 101 | - |
| CMYK | 0 | 0.58 | 0.16 | 0.53 |
| HSL | 316.29º | 0.41% | 0.33% | - |
| HSV(B) | 316.29º | 0.58% | 0.47% | - |
| XYZ | 11.24 | 7.21 | 13.11 | - |
| YUV | 76.74 | 141.69 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 50 | 101 | 0 | 0.58 | 0.16 | 0.53 | 316.29 | 0.41 | 0.33 |
| Hex | 78 | 32 | 65 | 0 | 3A | 10 | 35 | 13C | 29 | 21 |
| Octal | 170 | 62 | 145 | 0 | 72 | 20 | 65 | 474 | 51 | 41 |
| Binary | 1111000 | 110010 | 1100101 | 0 | 111010 | 10000 | 110101 | 100111100 | 101001 | 100001 |
Color Harmonies of #783265
Complementary color
Monochromatic Colors of #783265
Black with #783265
Text Example
Text Example
White with #783265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783265; }
p { color: rgb(120,50,101); }
H1.HeaderClassName
{
color: #783265;
}
.AnyTagClassName
{
color: #783265;
}
</style>
background-color css
<style>
a { background-color: #783265; }
a { background-color: rgb(120,50,101); }
div.DivClassName
{
background-color: #783265;
}
.BgClassName
{
background-color: #783265;
}
</style>
border-color css
<style>
span { border-color: #783265; }
span { border-color: rgb(120,50,101); }
td.TdClassName
{
border-color: #783265;
}
.TagClassName
{
border-color: #783265;
}
</style>