Shades of Palatinate Purple #782A61
Tints of Palatinate Purple #782A61
RGB
CMYK
RGB Variations
Color information
#782A61 (or 0x782A61) is known color: Palatinate Purple. HEX triplet: 78, 2A and 61. RGB value is (120,42,97). Sum of RGB (Red+Green+Blue) = 120+42+97=259 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.33% from 259); Green value is 42 (16.80% from 255 or 16.22% from 259); Blue value is 97 (38.28% from 255 or 37.45% from 259); Max value from RGB is 120 - color contains mainly: red. Hex color #782A61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782A61 is #87D59E. Grayscale: #474747. Windows color (decimal): -8902047 or 6367864. OLE color: 6367864.
HSL color Cylindrical-coordinate representation of color #782A61: hue angle of 317.69º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #782A61 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 42 | 97 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.53 |
| HSL | 317.69º | 0.48% | 0.32% | - |
| HSV(B) | 317.69º | 0.65% | 0.47% | - |
| XYZ | 10.73 | 6.51 | 12 | - |
| YUV | 71.59 | 142.34 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 42 | 97 | 0 | 0.65 | 0.19 | 0.53 | 317.69 | 0.48 | 0.32 |
| Hex | 78 | 2A | 61 | 0 | 41 | 13 | 35 | 13E | 30 | 20 |
| Octal | 170 | 52 | 141 | 0 | 101 | 23 | 65 | 476 | 60 | 40 |
| Binary | 1111000 | 101010 | 1100001 | 0 | 1000001 | 10011 | 110101 | 100111110 | 110000 | 100000 |
Color Harmonies of #782A61
Complementary color
Monochromatic Colors of #782A61
Black with #782A61
Text Example
Text Example
White with #782A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782A61; }
p { color: rgb(120,42,97); }
H1.HeaderClassName
{
color: #782A61;
}
.AnyTagClassName
{
color: #782A61;
}
</style>
background-color css
<style>
a { background-color: #782A61; }
a { background-color: rgb(120,42,97); }
div.DivClassName
{
background-color: #782A61;
}
.BgClassName
{
background-color: #782A61;
}
</style>
border-color css
<style>
span { border-color: #782A61; }
span { border-color: rgb(120,42,97); }
td.TdClassName
{
border-color: #782A61;
}
.TagClassName
{
border-color: #782A61;
}
</style>