Shades of Palatinate Purple #782A6B
Tints of Palatinate Purple #782A6B
RGB
CMYK
RGB Variations
Color information
#782A6B (or 0x782A6B) is known color: Palatinate Purple. HEX triplet: 78, 2A and 6B. RGB value is (120,42,107). Sum of RGB (Red+Green+Blue) = 120+42+107=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 42 (16.80% from 255 or 15.61% from 269); Blue value is 107 (42.19% from 255 or 39.78% from 269); Max value from RGB is 120 - color contains mainly: red. Hex color #782A6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782A6B is #87D594. Grayscale: #484848. Windows color (decimal): -8902037 or 7023224. OLE color: 7023224.
HSL color Cylindrical-coordinate representation of color #782A6B: hue angle of 310º 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 #782A6B is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 42 | 107 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.53 |
| HSL | 310º | 0.48% | 0.32% | - |
| HSV(B) | 310º | 0.65% | 0.47% | - |
| XYZ | 11.23 | 6.71 | 14.61 | - |
| YUV | 72.73 | 147.34 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 42 | 107 | 0 | 0.65 | 0.11 | 0.53 | 310 | 0.48 | 0.32 |
| Hex | 78 | 2A | 6B | 0 | 41 | B | 35 | 136 | 30 | 20 |
| Octal | 170 | 52 | 153 | 0 | 101 | 13 | 65 | 466 | 60 | 40 |
| Binary | 1111000 | 101010 | 1101011 | 0 | 1000001 | 1011 | 110101 | 100110110 | 110000 | 100000 |
Color Harmonies of #782A6B
Complementary color
Monochromatic Colors of #782A6B
Black with #782A6B
Text Example
Text Example
White with #782A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782A6B; }
p { color: rgb(120,42,107); }
H1.HeaderClassName
{
color: #782A6B;
}
.AnyTagClassName
{
color: #782A6B;
}
</style>
background-color css
<style>
a { background-color: #782A6B; }
a { background-color: rgb(120,42,107); }
div.DivClassName
{
background-color: #782A6B;
}
.BgClassName
{
background-color: #782A6B;
}
</style>
border-color css
<style>
span { border-color: #782A6B; }
span { border-color: rgb(120,42,107); }
td.TdClassName
{
border-color: #782A6B;
}
.TagClassName
{
border-color: #782A6B;
}
</style>