Shades of Palatinate Purple #781B5D
Tints of Palatinate Purple #781B5D
RGB
CMYK
RGB Variations
Color information
#781B5D (or 0x781B5D) is known color: Palatinate Purple. HEX triplet: 78, 1B and 5D. RGB value is (120,27,93). Sum of RGB (Red+Green+Blue) = 120+27+93=240 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50% from 240); Green value is 27 (10.94% from 255 or 11.25% from 240); Blue value is 93 (36.72% from 255 or 38.75% from 240); Max value from RGB is 120 - color contains mainly: red. Hex color #781B5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781B5D is #87E4A2. Grayscale: #3E3E3E. Windows color (decimal): -8905891 or 6101880. OLE color: 6101880.
HSL color Cylindrical-coordinate representation of color #781B5D: hue angle of 317.42º degrees, saturation: 0.63, 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 #781B5D is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 27 | 93 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.53 |
| HSL | 317.42º | 0.63% | 0.29% | - |
| HSV(B) | 317.42º | 0.78% | 0.47% | - |
| XYZ | 10.11 | 5.57 | 10.9 | - |
| YUV | 62.33 | 145.31 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 27 | 93 | 0 | 0.78 | 0.22 | 0.53 | 317.42 | 0.63 | 0.29 |
| Hex | 78 | 1B | 5D | 0 | 4E | 16 | 35 | 13D | 3F | 1D |
| Octal | 170 | 33 | 135 | 0 | 116 | 26 | 65 | 475 | 77 | 35 |
| Binary | 1111000 | 11011 | 1011101 | 0 | 1001110 | 10110 | 110101 | 100111101 | 111111 | 11101 |
Color Harmonies of #781B5D
Complementary color
Monochromatic Colors of #781B5D
Black with #781B5D
Text Example
Text Example
White with #781B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781B5D; }
p { color: rgb(120,27,93); }
H1.HeaderClassName
{
color: #781B5D;
}
.AnyTagClassName
{
color: #781B5D;
}
</style>
background-color css
<style>
a { background-color: #781B5D; }
a { background-color: rgb(120,27,93); }
div.DivClassName
{
background-color: #781B5D;
}
.BgClassName
{
background-color: #781B5D;
}
</style>
border-color css
<style>
span { border-color: #781B5D; }
span { border-color: rgb(120,27,93); }
td.TdClassName
{
border-color: #781B5D;
}
.TagClassName
{
border-color: #781B5D;
}
</style>