Shades of Palatinate Purple #782568
Tints of Palatinate Purple #782568
RGB
CMYK
RGB Variations
Color information
#782568 (or 0x782568) is known color: Palatinate Purple. HEX triplet: 78, 25 and 68. RGB value is (120,37,104). Sum of RGB (Red+Green+Blue) = 120+37+104=261 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.98% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 104 (41.02% from 255 or 39.85% from 261); Max value from RGB is 120 - color contains mainly: red. Hex color #782568 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782568 is #87DA97. Grayscale: #454545. Windows color (decimal): -8903320 or 6825336. OLE color: 6825336.
HSL color Cylindrical-coordinate representation of color #782568: hue angle of 311.57º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #782568 is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 37 | 104 | - |
| CMYK | 0 | 0.69 | 0.13 | 0.53 |
| HSL | 311.57º | 0.53% | 0.31% | - |
| HSV(B) | 311.57º | 0.69% | 0.47% | - |
| XYZ | 10.91 | 6.32 | 13.74 | - |
| YUV | 69.46 | 147.5 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 37 | 104 | 0 | 0.69 | 0.13 | 0.53 | 311.57 | 0.53 | 0.31 |
| Hex | 78 | 25 | 68 | 0 | 45 | D | 35 | 138 | 35 | 1F |
| Octal | 170 | 45 | 150 | 0 | 105 | 15 | 65 | 470 | 65 | 37 |
| Binary | 1111000 | 100101 | 1101000 | 0 | 1000101 | 1101 | 110101 | 100111000 | 110101 | 11111 |
Color Harmonies of #782568
Complementary color
Monochromatic Colors of #782568
Black with #782568
Text Example
Text Example
White with #782568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782568; }
p { color: rgb(120,37,104); }
H1.HeaderClassName
{
color: #782568;
}
.AnyTagClassName
{
color: #782568;
}
</style>
background-color css
<style>
a { background-color: #782568; }
a { background-color: rgb(120,37,104); }
div.DivClassName
{
background-color: #782568;
}
.BgClassName
{
background-color: #782568;
}
</style>
border-color css
<style>
span { border-color: #782568; }
span { border-color: rgb(120,37,104); }
td.TdClassName
{
border-color: #782568;
}
.TagClassName
{
border-color: #782568;
}
</style>