Shades of Palatinate Purple #7B356B
Tints of Palatinate Purple #7B356B
RGB
CMYK
RGB Variations
Color information
#7B356B (or 0x7B356B) is known color: Palatinate Purple. HEX triplet: 7B, 35 and 6B. RGB value is (123,53,107). Sum of RGB (Red+Green+Blue) = 123+53+107=283 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.46% from 283); Green value is 53 (21.09% from 255 or 18.73% from 283); Blue value is 107 (42.19% from 255 or 37.81% from 283); Max value from RGB is 123 - color contains mainly: red. Hex color #7B356B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B356B is #84CA94. Grayscale: #4F4F4F. Windows color (decimal): -8702613 or 7026043. OLE color: 7026043.
HSL color Cylindrical-coordinate representation of color #7B356B: hue angle of 313.71º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7B356B is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 53 | 107 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.52 |
| HSL | 313.71º | 0.4% | 0.35% | - |
| HSV(B) | 313.71º | 0.57% | 0.48% | - |
| XYZ | 12.1 | 7.82 | 14.78 | - |
| YUV | 80.09 | 143.19 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 53 | 107 | 0 | 0.57 | 0.13 | 0.52 | 313.71 | 0.4 | 0.35 |
| Hex | 7B | 35 | 6B | 0 | 39 | D | 34 | 13A | 28 | 23 |
| Octal | 173 | 65 | 153 | 0 | 71 | 15 | 64 | 472 | 50 | 43 |
| Binary | 1111011 | 110101 | 1101011 | 0 | 111001 | 1101 | 110100 | 100111010 | 101000 | 100011 |
Color Harmonies of #7B356B
Complementary color
Monochromatic Colors of #7B356B
Black with #7B356B
Text Example
Text Example
White with #7B356B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B356B; }
p { color: rgb(123,53,107); }
H1.HeaderClassName
{
color: #7B356B;
}
.AnyTagClassName
{
color: #7B356B;
}
</style>
background-color css
<style>
a { background-color: #7B356B; }
a { background-color: rgb(123,53,107); }
div.DivClassName
{
background-color: #7B356B;
}
.BgClassName
{
background-color: #7B356B;
}
</style>
border-color css
<style>
span { border-color: #7B356B; }
span { border-color: rgb(123,53,107); }
td.TdClassName
{
border-color: #7B356B;
}
.TagClassName
{
border-color: #7B356B;
}
</style>