Shades of Palatinate Purple #781C5C
Tints of Palatinate Purple #781C5C
RGB
CMYK
RGB Variations
Color information
#781C5C (or 0x781C5C) is known color: Palatinate Purple. HEX triplet: 78, 1C and 5C. RGB value is (120,28,92). Sum of RGB (Red+Green+Blue) = 120+28+92=240 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50% from 240); Green value is 28 (11.33% from 255 or 11.67% from 240); Blue value is 92 (36.33% from 255 or 38.33% from 240); Max value from RGB is 120 - color contains mainly: red. Hex color #781C5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781C5C is #87E3A3. Grayscale: #3E3E3E. Windows color (decimal): -8905636 or 6036600. OLE color: 6036600.
HSL color Cylindrical-coordinate representation of color #781C5C: hue angle of 318.26º degrees, saturation: 0.62, 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 #781C5C is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 28 | 92 | - |
| CMYK | 0 | 0.77 | 0.23 | 0.53 |
| HSL | 318.26º | 0.62% | 0.29% | - |
| HSV(B) | 318.26º | 0.77% | 0.47% | - |
| XYZ | 10.09 | 5.6 | 10.67 | - |
| YUV | 62.8 | 144.48 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 28 | 92 | 0 | 0.77 | 0.23 | 0.53 | 318.26 | 0.62 | 0.29 |
| Hex | 78 | 1C | 5C | 0 | 4D | 17 | 35 | 13E | 3E | 1D |
| Octal | 170 | 34 | 134 | 0 | 115 | 27 | 65 | 476 | 76 | 35 |
| Binary | 1111000 | 11100 | 1011100 | 0 | 1001101 | 10111 | 110101 | 100111110 | 111110 | 11101 |
Color Harmonies of #781C5C
Complementary color
Monochromatic Colors of #781C5C
Black with #781C5C
Text Example
Text Example
White with #781C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781C5C; }
p { color: rgb(120,28,92); }
H1.HeaderClassName
{
color: #781C5C;
}
.AnyTagClassName
{
color: #781C5C;
}
</style>
background-color css
<style>
a { background-color: #781C5C; }
a { background-color: rgb(120,28,92); }
div.DivClassName
{
background-color: #781C5C;
}
.BgClassName
{
background-color: #781C5C;
}
</style>
border-color css
<style>
span { border-color: #781C5C; }
span { border-color: rgb(120,28,92); }
td.TdClassName
{
border-color: #781C5C;
}
.TagClassName
{
border-color: #781C5C;
}
</style>