Shades of Palatinate Purple #781A5E
Tints of Palatinate Purple #781A5E
RGB
CMYK
RGB Variations
Color information
#781A5E (or 0x781A5E) is known color: Palatinate Purple. HEX triplet: 78, 1A and 5E. RGB value is (120,26,94). Sum of RGB (Red+Green+Blue) = 120+26+94=240 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50% from 240); Green value is 26 (10.55% from 255 or 10.83% from 240); Blue value is 94 (37.11% from 255 or 39.17% from 240); Max value from RGB is 120 - color contains mainly: red. Hex color #781A5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781A5E is #87E5A1. Grayscale: #3D3D3D. Windows color (decimal): -8906146 or 6167160. OLE color: 6167160.
HSL color Cylindrical-coordinate representation of color #781A5E: hue angle of 316.6º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #781A5E is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 26 | 94 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.53 |
| HSL | 316.6º | 0.64% | 0.29% | - |
| HSV(B) | 316.6º | 0.78% | 0.47% | - |
| XYZ | 10.14 | 5.54 | 11.12 | - |
| YUV | 61.86 | 146.14 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 26 | 94 | 0 | 0.78 | 0.22 | 0.53 | 316.6 | 0.64 | 0.29 |
| Hex | 78 | 1A | 5E | 0 | 4E | 16 | 35 | 13D | 40 | 1D |
| Octal | 170 | 32 | 136 | 0 | 116 | 26 | 65 | 475 | 100 | 35 |
| Binary | 1111000 | 11010 | 1011110 | 0 | 1001110 | 10110 | 110101 | 100111101 | 1000000 | 11101 |
Color Harmonies of #781A5E
Complementary color
Monochromatic Colors of #781A5E
Black with #781A5E
Text Example
Text Example
White with #781A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781A5E; }
p { color: rgb(120,26,94); }
H1.HeaderClassName
{
color: #781A5E;
}
.AnyTagClassName
{
color: #781A5E;
}
</style>
background-color css
<style>
a { background-color: #781A5E; }
a { background-color: rgb(120,26,94); }
div.DivClassName
{
background-color: #781A5E;
}
.BgClassName
{
background-color: #781A5E;
}
</style>
border-color css
<style>
span { border-color: #781A5E; }
span { border-color: rgb(120,26,94); }
td.TdClassName
{
border-color: #781A5E;
}
.TagClassName
{
border-color: #781A5E;
}
</style>