Shades of Palatinate Purple #78225B
Tints of Palatinate Purple #78225B
RGB
CMYK
RGB Variations
Color information
#78225B (or 0x78225B) is known color: Palatinate Purple. HEX triplet: 78, 22 and 5B. RGB value is (120,34,91). Sum of RGB (Red+Green+Blue) = 120+34+91=245 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.98% from 245); Green value is 34 (13.67% from 255 or 13.88% from 245); Blue value is 91 (35.94% from 255 or 37.14% from 245); Max value from RGB is 120 - color contains mainly: red. Hex color #78225B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78225B is #87DDA4. Grayscale: #424242. Windows color (decimal): -8904101 or 5972600. OLE color: 5972600.
HSL color Cylindrical-coordinate representation of color #78225B: hue angle of 320.23º 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 #78225B is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 34 | 91 | - |
| CMYK | 0 | 0.72 | 0.24 | 0.53 |
| HSL | 320.23º | 0.56% | 0.3% | - |
| HSV(B) | 320.23º | 0.72% | 0.47% | - |
| XYZ | 10.21 | 5.89 | 10.5 | - |
| YUV | 66.21 | 141.99 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 34 | 91 | 0 | 0.72 | 0.24 | 0.53 | 320.23 | 0.56 | 0.3 |
| Hex | 78 | 22 | 5B | 0 | 48 | 18 | 35 | 140 | 38 | 1E |
| Octal | 170 | 42 | 133 | 0 | 110 | 30 | 65 | 500 | 70 | 36 |
| Binary | 1111000 | 100010 | 1011011 | 0 | 1001000 | 11000 | 110101 | 101000000 | 111000 | 11110 |
Color Harmonies of #78225B
Complementary color
Monochromatic Colors of #78225B
Black with #78225B
Text Example
Text Example
White with #78225B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78225B; }
p { color: rgb(120,34,91); }
H1.HeaderClassName
{
color: #78225B;
}
.AnyTagClassName
{
color: #78225B;
}
</style>
background-color css
<style>
a { background-color: #78225B; }
a { background-color: rgb(120,34,91); }
div.DivClassName
{
background-color: #78225B;
}
.BgClassName
{
background-color: #78225B;
}
</style>
border-color css
<style>
span { border-color: #78225B; }
span { border-color: rgb(120,34,91); }
td.TdClassName
{
border-color: #78225B;
}
.TagClassName
{
border-color: #78225B;
}
</style>