Shades of Palatinate Purple #781D5D
Tints of Palatinate Purple #781D5D
RGB
CMYK
RGB Variations
Color information
#781D5D (or 0x781D5D) is known color: Palatinate Purple. HEX triplet: 78, 1D and 5D. RGB value is (120,29,93). Sum of RGB (Red+Green+Blue) = 120+29+93=242 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.59% from 242); Green value is 29 (11.72% from 255 or 11.98% from 242); Blue value is 93 (36.72% from 255 or 38.43% from 242); Max value from RGB is 120 - color contains mainly: red. Hex color #781D5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781D5D is #87E2A2. Grayscale: #3F3F3F. Windows color (decimal): -8905379 or 6102392. OLE color: 6102392.
HSL color Cylindrical-coordinate representation of color #781D5D: hue angle of 317.8º 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 #781D5D is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 29 | 93 | - |
| CMYK | 0 | 0.76 | 0.22 | 0.53 |
| HSL | 317.8º | 0.61% | 0.29% | - |
| HSV(B) | 317.8º | 0.76% | 0.47% | - |
| XYZ | 10.16 | 5.66 | 10.91 | - |
| YUV | 63.51 | 144.65 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 29 | 93 | 0 | 0.76 | 0.22 | 0.53 | 317.8 | 0.61 | 0.29 |
| Hex | 78 | 1D | 5D | 0 | 4C | 16 | 35 | 13E | 3D | 1D |
| Octal | 170 | 35 | 135 | 0 | 114 | 26 | 65 | 476 | 75 | 35 |
| Binary | 1111000 | 11101 | 1011101 | 0 | 1001100 | 10110 | 110101 | 100111110 | 111101 | 11101 |
Color Harmonies of #781D5D
Complementary color
Monochromatic Colors of #781D5D
Black with #781D5D
Text Example
Text Example
White with #781D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781D5D; }
p { color: rgb(120,29,93); }
H1.HeaderClassName
{
color: #781D5D;
}
.AnyTagClassName
{
color: #781D5D;
}
</style>
background-color css
<style>
a { background-color: #781D5D; }
a { background-color: rgb(120,29,93); }
div.DivClassName
{
background-color: #781D5D;
}
.BgClassName
{
background-color: #781D5D;
}
</style>
border-color css
<style>
span { border-color: #781D5D; }
span { border-color: rgb(120,29,93); }
td.TdClassName
{
border-color: #781D5D;
}
.TagClassName
{
border-color: #781D5D;
}
</style>