Shades of Palatinate Purple #7A3868
Tints of Palatinate Purple #7A3868
RGB
CMYK
RGB Variations
Color information
#7A3868 (or 0x7A3868) is known color: Palatinate Purple. HEX triplet: 7A, 38 and 68. RGB value is (122,56,104). Sum of RGB (Red+Green+Blue) = 122+56+104=282 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.26% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3868 is #85C797. Grayscale: #515151. Windows color (decimal): -8767384 or 6830202. OLE color: 6830202.
HSL color Cylindrical-coordinate representation of color #7A3868: hue angle of 316.36º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7A3868 is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 56 | 104 | - |
| CMYK | 0 | 0.54 | 0.15 | 0.52 |
| HSL | 316.36º | 0.37% | 0.35% | - |
| HSV(B) | 316.36º | 0.54% | 0.48% | - |
| XYZ | 11.94 | 7.97 | 14 | - |
| YUV | 81.21 | 140.87 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 56 | 104 | 0 | 0.54 | 0.15 | 0.52 | 316.36 | 0.37 | 0.35 |
| Hex | 7A | 38 | 68 | 0 | 36 | F | 34 | 13C | 25 | 23 |
| Octal | 172 | 70 | 150 | 0 | 66 | 17 | 64 | 474 | 45 | 43 |
| Binary | 1111010 | 111000 | 1101000 | 0 | 110110 | 1111 | 110100 | 100111100 | 100101 | 100011 |
Color Harmonies of #7A3868
Complementary color
Monochromatic Colors of #7A3868
Black with #7A3868
Text Example
Text Example
White with #7A3868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3868; }
p { color: rgb(122,56,104); }
H1.HeaderClassName
{
color: #7A3868;
}
.AnyTagClassName
{
color: #7A3868;
}
</style>
background-color css
<style>
a { background-color: #7A3868; }
a { background-color: rgb(122,56,104); }
div.DivClassName
{
background-color: #7A3868;
}
.BgClassName
{
background-color: #7A3868;
}
</style>
border-color css
<style>
span { border-color: #7A3868; }
span { border-color: rgb(122,56,104); }
td.TdClassName
{
border-color: #7A3868;
}
.TagClassName
{
border-color: #7A3868;
}
</style>