Shades of Palatinate Purple #7A386A
Tints of Palatinate Purple #7A386A
RGB
CMYK
RGB Variations
Color information
#7A386A (or 0x7A386A) is known color: Palatinate Purple. HEX triplet: 7A, 38 and 6A. RGB value is (122,56,106). Sum of RGB (Red+Green+Blue) = 122+56+106=284 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.96% from 284); Green value is 56 (22.27% from 255 or 19.72% from 284); Blue value is 106 (41.80% from 255 or 37.32% from 284); Max value from RGB is 122 - color contains mainly: red. Hex color #7A386A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A386A is #85C795. Grayscale: #515151. Windows color (decimal): -8767382 or 6961274. OLE color: 6961274.
HSL color Cylindrical-coordinate representation of color #7A386A: hue angle of 314.55º 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 #7A386A is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 56 | 106 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.52 |
| HSL | 314.55º | 0.37% | 0.35% | - |
| HSV(B) | 314.55º | 0.54% | 0.48% | - |
| XYZ | 12.04 | 8.01 | 14.55 | - |
| YUV | 81.43 | 141.87 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 56 | 106 | 0 | 0.54 | 0.13 | 0.52 | 314.55 | 0.37 | 0.35 |
| Hex | 7A | 38 | 6A | 0 | 36 | D | 34 | 13B | 25 | 23 |
| Octal | 172 | 70 | 152 | 0 | 66 | 15 | 64 | 473 | 45 | 43 |
| Binary | 1111010 | 111000 | 1101010 | 0 | 110110 | 1101 | 110100 | 100111011 | 100101 | 100011 |
Color Harmonies of #7A386A
Complementary color
Monochromatic Colors of #7A386A
Black with #7A386A
Text Example
Text Example
White with #7A386A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A386A; }
p { color: rgb(122,56,106); }
H1.HeaderClassName
{
color: #7A386A;
}
.AnyTagClassName
{
color: #7A386A;
}
</style>
background-color css
<style>
a { background-color: #7A386A; }
a { background-color: rgb(122,56,106); }
div.DivClassName
{
background-color: #7A386A;
}
.BgClassName
{
background-color: #7A386A;
}
</style>
border-color css
<style>
span { border-color: #7A386A; }
span { border-color: rgb(122,56,106); }
td.TdClassName
{
border-color: #7A386A;
}
.TagClassName
{
border-color: #7A386A;
}
</style>