Shades of Palatinate Purple #78306B
Tints of Palatinate Purple #78306B
RGB
CMYK
RGB Variations
Color information
#78306B (or 0x78306B) is known color: Palatinate Purple. HEX triplet: 78, 30 and 6B. RGB value is (120,48,107). Sum of RGB (Red+Green+Blue) = 120+48+107=275 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.64% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 107 (42.19% from 255 or 38.91% from 275); Max value from RGB is 120 - color contains mainly: red. Hex color #78306B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78306B is #87CF94. Grayscale: #4C4C4C. Windows color (decimal): -8900501 or 7024760. OLE color: 7024760.
HSL color Cylindrical-coordinate representation of color #78306B: hue angle of 310.83º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #78306B is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 48 | 107 | - |
| CMYK | 0 | 0.60 | 0.11 | 0.53 |
| HSL | 310.83º | 0.43% | 0.33% | - |
| HSV(B) | 310.83º | 0.6% | 0.47% | - |
| XYZ | 11.46 | 7.17 | 14.69 | - |
| YUV | 76.25 | 145.35 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 48 | 107 | 0 | 0.60 | 0.11 | 0.53 | 310.83 | 0.43 | 0.33 |
| Hex | 78 | 30 | 6B | 0 | 3C | B | 35 | 137 | 2B | 21 |
| Octal | 170 | 60 | 153 | 0 | 74 | 13 | 65 | 467 | 53 | 41 |
| Binary | 1111000 | 110000 | 1101011 | 0 | 111100 | 1011 | 110101 | 100110111 | 101011 | 100001 |
Color Harmonies of #78306B
Complementary color
Monochromatic Colors of #78306B
Black with #78306B
Text Example
Text Example
White with #78306B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78306B; }
p { color: rgb(120,48,107); }
H1.HeaderClassName
{
color: #78306B;
}
.AnyTagClassName
{
color: #78306B;
}
</style>
background-color css
<style>
a { background-color: #78306B; }
a { background-color: rgb(120,48,107); }
div.DivClassName
{
background-color: #78306B;
}
.BgClassName
{
background-color: #78306B;
}
</style>
border-color css
<style>
span { border-color: #78306B; }
span { border-color: rgb(120,48,107); }
td.TdClassName
{
border-color: #78306B;
}
.TagClassName
{
border-color: #78306B;
}
</style>