Shades of Palatinate Purple #781D5C
Tints of Palatinate Purple #781D5C
RGB
CMYK
RGB Variations
Color information
#781D5C (or 0x781D5C) is known color: Palatinate Purple. HEX triplet: 78, 1D and 5C. RGB value is (120,29,92). Sum of RGB (Red+Green+Blue) = 120+29+92=241 (31% of max value = 765). Red value is 120 (47.27% from 255 or 49.79% from 241); Green value is 29 (11.72% from 255 or 12.03% from 241); Blue value is 92 (36.33% from 255 or 38.17% from 241); Max value from RGB is 120 - color contains mainly: red. Hex color #781D5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781D5C is #87E2A3. Grayscale: #3F3F3F. Windows color (decimal): -8905380 or 6036856. OLE color: 6036856.
HSL color Cylindrical-coordinate representation of color #781D5C: hue angle of 318.46º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #781D5C is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 29 | 92 | - |
| CMYK | 0 | 0.76 | 0.23 | 0.53 |
| HSL | 318.46º | 0.61% | 0.29% | - |
| HSV(B) | 318.46º | 0.76% | 0.47% | - |
| XYZ | 10.12 | 5.64 | 10.68 | - |
| YUV | 63.39 | 144.15 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 29 | 92 | 0 | 0.76 | 0.23 | 0.53 | 318.46 | 0.61 | 0.29 |
| Hex | 78 | 1D | 5C | 0 | 4C | 17 | 35 | 13E | 3D | 1D |
| Octal | 170 | 35 | 134 | 0 | 114 | 27 | 65 | 476 | 75 | 35 |
| Binary | 1111000 | 11101 | 1011100 | 0 | 1001100 | 10111 | 110101 | 100111110 | 111101 | 11101 |
Color Harmonies of #781D5C
Complementary color
Monochromatic Colors of #781D5C
Black with #781D5C
Text Example
Text Example
White with #781D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781D5C; }
p { color: rgb(120,29,92); }
H1.HeaderClassName
{
color: #781D5C;
}
.AnyTagClassName
{
color: #781D5C;
}
</style>
background-color css
<style>
a { background-color: #781D5C; }
a { background-color: rgb(120,29,92); }
div.DivClassName
{
background-color: #781D5C;
}
.BgClassName
{
background-color: #781D5C;
}
</style>
border-color css
<style>
span { border-color: #781D5C; }
span { border-color: rgb(120,29,92); }
td.TdClassName
{
border-color: #781D5C;
}
.TagClassName
{
border-color: #781D5C;
}
</style>