Shades of Palatinate Purple #78265C
Tints of Palatinate Purple #78265C
RGB
CMYK
RGB Variations
Color information
#78265C (or 0x78265C) is known color: Palatinate Purple. HEX triplet: 78, 26 and 5C. RGB value is (120,38,92). Sum of RGB (Red+Green+Blue) = 120+38+92=250 (33% of max value = 765). Red value is 120 (47.27% from 255 or 48% from 250); Green value is 38 (15.23% from 255 or 15.2% from 250); Blue value is 92 (36.33% from 255 or 36.8% from 250); Max value from RGB is 120 - color contains mainly: red. Hex color #78265C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78265C is #87D9A3. Grayscale: #444444. Windows color (decimal): -8903076 or 6039160. OLE color: 6039160.
HSL color Cylindrical-coordinate representation of color #78265C: hue angle of 320.49º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #78265C is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 38 | 92 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.53 |
| HSL | 320.49º | 0.52% | 0.31% | - |
| HSV(B) | 320.49º | 0.68% | 0.47% | - |
| XYZ | 10.37 | 6.15 | 10.77 | - |
| YUV | 68.67 | 141.17 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 38 | 92 | 0 | 0.68 | 0.23 | 0.53 | 320.49 | 0.52 | 0.31 |
| Hex | 78 | 26 | 5C | 0 | 44 | 17 | 35 | 140 | 34 | 1F |
| Octal | 170 | 46 | 134 | 0 | 104 | 27 | 65 | 500 | 64 | 37 |
| Binary | 1111000 | 100110 | 1011100 | 0 | 1000100 | 10111 | 110101 | 101000000 | 110100 | 11111 |
Color Harmonies of #78265C
Complementary color
Monochromatic Colors of #78265C
Black with #78265C
Text Example
Text Example
White with #78265C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78265C; }
p { color: rgb(120,38,92); }
H1.HeaderClassName
{
color: #78265C;
}
.AnyTagClassName
{
color: #78265C;
}
</style>
background-color css
<style>
a { background-color: #78265C; }
a { background-color: rgb(120,38,92); }
div.DivClassName
{
background-color: #78265C;
}
.BgClassName
{
background-color: #78265C;
}
</style>
border-color css
<style>
span { border-color: #78265C; }
span { border-color: rgb(120,38,92); }
td.TdClassName
{
border-color: #78265C;
}
.TagClassName
{
border-color: #78265C;
}
</style>