Shades of Palatinate Purple #7B316B
Tints of Palatinate Purple #7B316B
RGB
CMYK
RGB Variations
Color information
#7B316B (or 0x7B316B) is known color: Palatinate Purple. HEX triplet: 7B, 31 and 6B. RGB value is (123,49,107). Sum of RGB (Red+Green+Blue) = 123+49+107=279 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.09% from 279); Green value is 49 (19.53% from 255 or 17.56% from 279); Blue value is 107 (42.19% from 255 or 38.35% from 279); Max value from RGB is 123 - color contains mainly: red. Hex color #7B316B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B316B is #84CE94. Grayscale: #4D4D4D. Windows color (decimal): -8703637 or 7025019. OLE color: 7025019.
HSL color Cylindrical-coordinate representation of color #7B316B: hue angle of 312.97º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7B316B is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 49 | 107 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.52 |
| HSL | 312.97º | 0.43% | 0.34% | - |
| HSV(B) | 312.97º | 0.6% | 0.48% | - |
| XYZ | 11.92 | 7.47 | 14.72 | - |
| YUV | 77.74 | 144.52 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 49 | 107 | 0 | 0.60 | 0.13 | 0.52 | 312.97 | 0.43 | 0.34 |
| Hex | 7B | 31 | 6B | 0 | 3C | D | 34 | 139 | 2B | 22 |
| Octal | 173 | 61 | 153 | 0 | 74 | 15 | 64 | 471 | 53 | 42 |
| Binary | 1111011 | 110001 | 1101011 | 0 | 111100 | 1101 | 110100 | 100111001 | 101011 | 100010 |
Color Harmonies of #7B316B
Complementary color
Monochromatic Colors of #7B316B
Black with #7B316B
Text Example
Text Example
White with #7B316B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B316B; }
p { color: rgb(123,49,107); }
H1.HeaderClassName
{
color: #7B316B;
}
.AnyTagClassName
{
color: #7B316B;
}
</style>
background-color css
<style>
a { background-color: #7B316B; }
a { background-color: rgb(123,49,107); }
div.DivClassName
{
background-color: #7B316B;
}
.BgClassName
{
background-color: #7B316B;
}
</style>
border-color css
<style>
span { border-color: #7B316B; }
span { border-color: rgb(123,49,107); }
td.TdClassName
{
border-color: #7B316B;
}
.TagClassName
{
border-color: #7B316B;
}
</style>