Shades of Palatinate Purple #782261
Tints of Palatinate Purple #782261
RGB
CMYK
RGB Variations
Color information
#782261 (or 0x782261) is known color: Palatinate Purple. HEX triplet: 78, 22 and 61. RGB value is (120,34,97). Sum of RGB (Red+Green+Blue) = 120+34+97=251 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.81% from 251); Green value is 34 (13.67% from 255 or 13.55% from 251); Blue value is 97 (38.28% from 255 or 38.65% from 251); Max value from RGB is 120 - color contains mainly: red. Hex color #782261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782261 is #87DD9E. Grayscale: #424242. Windows color (decimal): -8904095 or 6365816. OLE color: 6365816.
HSL color Cylindrical-coordinate representation of color #782261: hue angle of 316.05º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #782261 is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 34 | 97 | - |
| CMYK | 0 | 0.72 | 0.19 | 0.53 |
| HSL | 316.05º | 0.56% | 0.3% | - |
| HSV(B) | 316.05º | 0.72% | 0.47% | - |
| XYZ | 10.48 | 6 | 11.92 | - |
| YUV | 66.9 | 144.99 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 34 | 97 | 0 | 0.72 | 0.19 | 0.53 | 316.05 | 0.56 | 0.3 |
| Hex | 78 | 22 | 61 | 0 | 48 | 13 | 35 | 13C | 38 | 1E |
| Octal | 170 | 42 | 141 | 0 | 110 | 23 | 65 | 474 | 70 | 36 |
| Binary | 1111000 | 100010 | 1100001 | 0 | 1001000 | 10011 | 110101 | 100111100 | 111000 | 11110 |
Color Harmonies of #782261
Complementary color
Monochromatic Colors of #782261
Black with #782261
Text Example
Text Example
White with #782261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782261; }
p { color: rgb(120,34,97); }
H1.HeaderClassName
{
color: #782261;
}
.AnyTagClassName
{
color: #782261;
}
</style>
background-color css
<style>
a { background-color: #782261; }
a { background-color: rgb(120,34,97); }
div.DivClassName
{
background-color: #782261;
}
.BgClassName
{
background-color: #782261;
}
</style>
border-color css
<style>
span { border-color: #782261; }
span { border-color: rgb(120,34,97); }
td.TdClassName
{
border-color: #782261;
}
.TagClassName
{
border-color: #782261;
}
</style>