Shades of Palatinate Purple #7B326A
Tints of Palatinate Purple #7B326A
RGB
CMYK
RGB Variations
Color information
#7B326A (or 0x7B326A) is known color: Palatinate Purple. HEX triplet: 7B, 32 and 6A. RGB value is (123,50,106). Sum of RGB (Red+Green+Blue) = 123+50+106=279 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.09% from 279); Green value is 50 (19.92% from 255 or 17.92% from 279); Blue value is 106 (41.80% from 255 or 37.99% from 279); Max value from RGB is 123 - color contains mainly: red. Hex color #7B326A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B326A is #84CD95. Grayscale: #4E4E4E. Windows color (decimal): -8703382 or 6959739. OLE color: 6959739.
HSL color Cylindrical-coordinate representation of color #7B326A: hue angle of 313.97º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7B326A is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 50 | 106 | - |
| CMYK | 0 | 0.59 | 0.14 | 0.52 |
| HSL | 313.97º | 0.42% | 0.34% | - |
| HSV(B) | 313.97º | 0.59% | 0.48% | - |
| XYZ | 11.91 | 7.53 | 14.46 | - |
| YUV | 78.21 | 143.68 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 50 | 106 | 0 | 0.59 | 0.14 | 0.52 | 313.97 | 0.42 | 0.34 |
| Hex | 7B | 32 | 6A | 0 | 3B | E | 34 | 13A | 2A | 22 |
| Octal | 173 | 62 | 152 | 0 | 73 | 16 | 64 | 472 | 52 | 42 |
| Binary | 1111011 | 110010 | 1101010 | 0 | 111011 | 1110 | 110100 | 100111010 | 101010 | 100010 |
Color Harmonies of #7B326A
Complementary color
Monochromatic Colors of #7B326A
Black with #7B326A
Text Example
Text Example
White with #7B326A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B326A; }
p { color: rgb(123,50,106); }
H1.HeaderClassName
{
color: #7B326A;
}
.AnyTagClassName
{
color: #7B326A;
}
</style>
background-color css
<style>
a { background-color: #7B326A; }
a { background-color: rgb(123,50,106); }
div.DivClassName
{
background-color: #7B326A;
}
.BgClassName
{
background-color: #7B326A;
}
</style>
border-color css
<style>
span { border-color: #7B326A; }
span { border-color: rgb(123,50,106); }
td.TdClassName
{
border-color: #7B326A;
}
.TagClassName
{
border-color: #7B326A;
}
</style>