Shades of Palatinate Purple #782E6A
Tints of Palatinate Purple #782E6A
RGB
CMYK
RGB Variations
Color information
#782E6A (or 0x782E6A) is known color: Palatinate Purple. HEX triplet: 78, 2E and 6A. RGB value is (120,46,106). Sum of RGB (Red+Green+Blue) = 120+46+106=272 (36% of max value = 765). Red value is 120 (47.27% from 255 or 44.12% from 272); Green value is 46 (18.36% from 255 or 16.91% from 272); Blue value is 106 (41.80% from 255 or 38.97% from 272); Max value from RGB is 120 - color contains mainly: red. Hex color #782E6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782E6A is #87D195. Grayscale: #4A4A4A. Windows color (decimal): -8901014 or 6958712. OLE color: 6958712.
HSL color Cylindrical-coordinate representation of color #782E6A: hue angle of 311.35º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #782E6A is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 46 | 106 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.53 |
| HSL | 311.35º | 0.45% | 0.33% | - |
| HSV(B) | 311.35º | 0.62% | 0.47% | - |
| XYZ | 11.32 | 6.99 | 14.39 | - |
| YUV | 74.97 | 145.52 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 46 | 106 | 0 | 0.62 | 0.12 | 0.53 | 311.35 | 0.45 | 0.33 |
| Hex | 78 | 2E | 6A | 0 | 3E | C | 35 | 137 | 2D | 21 |
| Octal | 170 | 56 | 152 | 0 | 76 | 14 | 65 | 467 | 55 | 41 |
| Binary | 1111000 | 101110 | 1101010 | 0 | 111110 | 1100 | 110101 | 100110111 | 101101 | 100001 |
Color Harmonies of #782E6A
Complementary color
Monochromatic Colors of #782E6A
Black with #782E6A
Text Example
Text Example
White with #782E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782E6A; }
p { color: rgb(120,46,106); }
H1.HeaderClassName
{
color: #782E6A;
}
.AnyTagClassName
{
color: #782E6A;
}
</style>
background-color css
<style>
a { background-color: #782E6A; }
a { background-color: rgb(120,46,106); }
div.DivClassName
{
background-color: #782E6A;
}
.BgClassName
{
background-color: #782E6A;
}
</style>
border-color css
<style>
span { border-color: #782E6A; }
span { border-color: rgb(120,46,106); }
td.TdClassName
{
border-color: #782E6A;
}
.TagClassName
{
border-color: #782E6A;
}
</style>