Shades of Palatinate Purple #781C65
Tints of Palatinate Purple #781C65
RGB
CMYK
RGB Variations
Color information
#781C65 (or 0x781C65) is known color: Palatinate Purple. HEX triplet: 78, 1C and 65. RGB value is (120,28,101). Sum of RGB (Red+Green+Blue) = 120+28+101=249 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.19% from 249); Green value is 28 (11.33% from 255 or 11.24% from 249); Blue value is 101 (39.84% from 255 or 40.56% from 249); Max value from RGB is 120 - color contains mainly: red. Hex color #781C65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781C65 is #87E39A. Grayscale: #3F3F3F. Windows color (decimal): -8905627 or 6626424. OLE color: 6626424.
HSL color Cylindrical-coordinate representation of color #781C65: hue angle of 312.39º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #781C65 is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 28 | 101 | - |
| CMYK | 0 | 0.77 | 0.16 | 0.53 |
| HSL | 312.39º | 0.62% | 0.29% | - |
| HSV(B) | 312.39º | 0.77% | 0.47% | - |
| XYZ | 10.51 | 5.76 | 12.87 | - |
| YUV | 63.83 | 148.98 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 28 | 101 | 0 | 0.77 | 0.16 | 0.53 | 312.39 | 0.62 | 0.29 |
| Hex | 78 | 1C | 65 | 0 | 4D | 10 | 35 | 138 | 3E | 1D |
| Octal | 170 | 34 | 145 | 0 | 115 | 20 | 65 | 470 | 76 | 35 |
| Binary | 1111000 | 11100 | 1100101 | 0 | 1001101 | 10000 | 110101 | 100111000 | 111110 | 11101 |
Color Harmonies of #781C65
Complementary color
Monochromatic Colors of #781C65
Black with #781C65
Text Example
Text Example
White with #781C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781C65; }
p { color: rgb(120,28,101); }
H1.HeaderClassName
{
color: #781C65;
}
.AnyTagClassName
{
color: #781C65;
}
</style>
background-color css
<style>
a { background-color: #781C65; }
a { background-color: rgb(120,28,101); }
div.DivClassName
{
background-color: #781C65;
}
.BgClassName
{
background-color: #781C65;
}
</style>
border-color css
<style>
span { border-color: #781C65; }
span { border-color: rgb(120,28,101); }
td.TdClassName
{
border-color: #781C65;
}
.TagClassName
{
border-color: #781C65;
}
</style>