Shades of Palatinate Purple #781A5D
Tints of Palatinate Purple #781A5D
RGB
CMYK
RGB Variations
Color information
#781A5D (or 0x781A5D) is known color: Palatinate Purple. HEX triplet: 78, 1A and 5D. RGB value is (120,26,93). Sum of RGB (Red+Green+Blue) = 120+26+93=239 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.21% from 239); Green value is 26 (10.55% from 255 or 10.88% from 239); Blue value is 93 (36.72% from 255 or 38.91% from 239); Max value from RGB is 120 - color contains mainly: red. Hex color #781A5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781A5D is #87E5A2. Grayscale: #3D3D3D. Windows color (decimal): -8906147 or 6101624. OLE color: 6101624.
HSL color Cylindrical-coordinate representation of color #781A5D: hue angle of 317.23º 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 #781A5D is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 26 | 93 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.53 |
| HSL | 317.23º | 0.64% | 0.29% | - |
| HSV(B) | 317.23º | 0.78% | 0.47% | - |
| XYZ | 10.09 | 5.52 | 10.89 | - |
| YUV | 61.74 | 145.64 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 26 | 93 | 0 | 0.78 | 0.22 | 0.53 | 317.23 | 0.64 | 0.29 |
| Hex | 78 | 1A | 5D | 0 | 4E | 16 | 35 | 13D | 40 | 1D |
| Octal | 170 | 32 | 135 | 0 | 116 | 26 | 65 | 475 | 100 | 35 |
| Binary | 1111000 | 11010 | 1011101 | 0 | 1001110 | 10110 | 110101 | 100111101 | 1000000 | 11101 |
Color Harmonies of #781A5D
Complementary color
Monochromatic Colors of #781A5D
Black with #781A5D
Text Example
Text Example
White with #781A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781A5D; }
p { color: rgb(120,26,93); }
H1.HeaderClassName
{
color: #781A5D;
}
.AnyTagClassName
{
color: #781A5D;
}
</style>
background-color css
<style>
a { background-color: #781A5D; }
a { background-color: rgb(120,26,93); }
div.DivClassName
{
background-color: #781A5D;
}
.BgClassName
{
background-color: #781A5D;
}
</style>
border-color css
<style>
span { border-color: #781A5D; }
span { border-color: rgb(120,26,93); }
td.TdClassName
{
border-color: #781A5D;
}
.TagClassName
{
border-color: #781A5D;
}
</style>