Shades of Palatinate Purple #781B5C
Tints of Palatinate Purple #781B5C
RGB
CMYK
RGB Variations
Color information
#781B5C (or 0x781B5C) is known color: Palatinate Purple. HEX triplet: 78, 1B and 5C. RGB value is (120,27,92). Sum of RGB (Red+Green+Blue) = 120+27+92=239 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.21% from 239); Green value is 27 (10.94% from 255 or 11.30% from 239); Blue value is 92 (36.33% from 255 or 38.49% from 239); Max value from RGB is 120 - color contains mainly: red. Hex color #781B5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781B5C is #87E4A3. Grayscale: #3E3E3E. Windows color (decimal): -8905892 or 6036344. OLE color: 6036344.
HSL color Cylindrical-coordinate representation of color #781B5C: hue angle of 318.06º 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 #781B5C is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 27 | 92 | - |
| CMYK | 0 | 0.78 | 0.23 | 0.53 |
| HSL | 318.06º | 0.63% | 0.29% | - |
| HSV(B) | 318.06º | 0.78% | 0.47% | - |
| XYZ | 10.07 | 5.55 | 10.67 | - |
| YUV | 62.22 | 144.81 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 27 | 92 | 0 | 0.78 | 0.23 | 0.53 | 318.06 | 0.63 | 0.29 |
| Hex | 78 | 1B | 5C | 0 | 4E | 17 | 35 | 13E | 3F | 1D |
| Octal | 170 | 33 | 134 | 0 | 116 | 27 | 65 | 476 | 77 | 35 |
| Binary | 1111000 | 11011 | 1011100 | 0 | 1001110 | 10111 | 110101 | 100111110 | 111111 | 11101 |
Color Harmonies of #781B5C
Complementary color
Monochromatic Colors of #781B5C
Black with #781B5C
Text Example
Text Example
White with #781B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781B5C; }
p { color: rgb(120,27,92); }
H1.HeaderClassName
{
color: #781B5C;
}
.AnyTagClassName
{
color: #781B5C;
}
</style>
background-color css
<style>
a { background-color: #781B5C; }
a { background-color: rgb(120,27,92); }
div.DivClassName
{
background-color: #781B5C;
}
.BgClassName
{
background-color: #781B5C;
}
</style>
border-color css
<style>
span { border-color: #781B5C; }
span { border-color: rgb(120,27,92); }
td.TdClassName
{
border-color: #781B5C;
}
.TagClassName
{
border-color: #781B5C;
}
</style>