Shades of Palatinate Purple #782A6A
Tints of Palatinate Purple #782A6A
RGB
CMYK
RGB Variations
Color information
#782A6A (or 0x782A6A) is known color: Palatinate Purple. HEX triplet: 78, 2A and 6A. RGB value is (120,42,106). Sum of RGB (Red+Green+Blue) = 120+42+106=268 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.78% from 268); Green value is 42 (16.80% from 255 or 15.67% from 268); Blue value is 106 (41.80% from 255 or 39.55% from 268); Max value from RGB is 120 - color contains mainly: red. Hex color #782A6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782A6A is #87D595. Grayscale: #484848. Windows color (decimal): -8902038 or 6957688. OLE color: 6957688.
HSL color Cylindrical-coordinate representation of color #782A6A: hue angle of 310.77º 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 #782A6A is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 42 | 106 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.53 |
| HSL | 310.77º | 0.48% | 0.32% | - |
| HSV(B) | 310.77º | 0.65% | 0.47% | - |
| XYZ | 11.18 | 6.69 | 14.34 | - |
| YUV | 72.62 | 146.84 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 42 | 106 | 0 | 0.65 | 0.12 | 0.53 | 310.77 | 0.48 | 0.32 |
| Hex | 78 | 2A | 6A | 0 | 41 | C | 35 | 137 | 30 | 20 |
| Octal | 170 | 52 | 152 | 0 | 101 | 14 | 65 | 467 | 60 | 40 |
| Binary | 1111000 | 101010 | 1101010 | 0 | 1000001 | 1100 | 110101 | 100110111 | 110000 | 100000 |
Color Harmonies of #782A6A
Complementary color
Monochromatic Colors of #782A6A
Black with #782A6A
Text Example
Text Example
White with #782A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782A6A; }
p { color: rgb(120,42,106); }
H1.HeaderClassName
{
color: #782A6A;
}
.AnyTagClassName
{
color: #782A6A;
}
</style>
background-color css
<style>
a { background-color: #782A6A; }
a { background-color: rgb(120,42,106); }
div.DivClassName
{
background-color: #782A6A;
}
.BgClassName
{
background-color: #782A6A;
}
</style>
border-color css
<style>
span { border-color: #782A6A; }
span { border-color: rgb(120,42,106); }
td.TdClassName
{
border-color: #782A6A;
}
.TagClassName
{
border-color: #782A6A;
}
</style>