Shades of Palatinate Purple #782365
Tints of Palatinate Purple #782365
RGB
CMYK
RGB Variations
Color information
#782365 (or 0x782365) is known color: Palatinate Purple. HEX triplet: 78, 23 and 65. RGB value is (120,35,101). Sum of RGB (Red+Green+Blue) = 120+35+101=256 (33% of max value = 765). Red value is 120 (47.27% from 255 or 46.88% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 101 (39.84% from 255 or 39.45% from 256); Max value from RGB is 120 - color contains mainly: red. Hex color #782365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782365 is #87DC9A. Grayscale: #434343. Windows color (decimal): -8903835 or 6628216. OLE color: 6628216.
HSL color Cylindrical-coordinate representation of color #782365: hue angle of 313.41º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #782365 is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 35 | 101 | - |
| CMYK | 0 | 0.71 | 0.16 | 0.53 |
| HSL | 313.41º | 0.55% | 0.3% | - |
| HSV(B) | 313.41º | 0.71% | 0.47% | - |
| XYZ | 10.7 | 6.13 | 12.93 | - |
| YUV | 67.94 | 146.66 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 35 | 101 | 0 | 0.71 | 0.16 | 0.53 | 313.41 | 0.55 | 0.3 |
| Hex | 78 | 23 | 65 | 0 | 47 | 10 | 35 | 139 | 37 | 1E |
| Octal | 170 | 43 | 145 | 0 | 107 | 20 | 65 | 471 | 67 | 36 |
| Binary | 1111000 | 100011 | 1100101 | 0 | 1000111 | 10000 | 110101 | 100111001 | 110111 | 11110 |
Color Harmonies of #782365
Complementary color
Monochromatic Colors of #782365
Black with #782365
Text Example
Text Example
White with #782365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782365; }
p { color: rgb(120,35,101); }
H1.HeaderClassName
{
color: #782365;
}
.AnyTagClassName
{
color: #782365;
}
</style>
background-color css
<style>
a { background-color: #782365; }
a { background-color: rgb(120,35,101); }
div.DivClassName
{
background-color: #782365;
}
.BgClassName
{
background-color: #782365;
}
</style>
border-color css
<style>
span { border-color: #782365; }
span { border-color: rgb(120,35,101); }
td.TdClassName
{
border-color: #782365;
}
.TagClassName
{
border-color: #782365;
}
</style>