Shades of Palatinate Purple #782D6C
Tints of Palatinate Purple #782D6C
RGB
CMYK
RGB Variations
Color information
#782D6C (or 0x782D6C) is known color: Palatinate Purple. HEX triplet: 78, 2D and 6C. RGB value is (120,45,108). Sum of RGB (Red+Green+Blue) = 120+45+108=273 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.96% from 273); Green value is 45 (17.97% from 255 or 16.48% from 273); Blue value is 108 (42.58% from 255 or 39.56% from 273); Max value from RGB is 120 - color contains mainly: red. Hex color #782D6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782D6C is #87D293. Grayscale: #4A4A4A. Windows color (decimal): -8901268 or 7089528. OLE color: 7089528.
HSL color Cylindrical-coordinate representation of color #782D6C: hue angle of 309.6º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #782D6C is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 45 | 108 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.53 |
| HSL | 309.6º | 0.45% | 0.32% | - |
| HSV(B) | 309.6º | 0.63% | 0.47% | - |
| XYZ | 11.39 | 6.95 | 14.93 | - |
| YUV | 74.61 | 146.85 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 45 | 108 | 0 | 0.63 | 0.10 | 0.53 | 309.6 | 0.45 | 0.32 |
| Hex | 78 | 2D | 6C | 0 | 3F | A | 35 | 136 | 2D | 20 |
| Octal | 170 | 55 | 154 | 0 | 77 | 12 | 65 | 466 | 55 | 40 |
| Binary | 1111000 | 101101 | 1101100 | 0 | 111111 | 1010 | 110101 | 100110110 | 101101 | 100000 |
Color Harmonies of #782D6C
Complementary color
Monochromatic Colors of #782D6C
Black with #782D6C
Text Example
Text Example
White with #782D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782D6C; }
p { color: rgb(120,45,108); }
H1.HeaderClassName
{
color: #782D6C;
}
.AnyTagClassName
{
color: #782D6C;
}
</style>
background-color css
<style>
a { background-color: #782D6C; }
a { background-color: rgb(120,45,108); }
div.DivClassName
{
background-color: #782D6C;
}
.BgClassName
{
background-color: #782D6C;
}
</style>
border-color css
<style>
span { border-color: #782D6C; }
span { border-color: rgb(120,45,108); }
td.TdClassName
{
border-color: #782D6C;
}
.TagClassName
{
border-color: #782D6C;
}
</style>