Shades of Palatinate Purple #7B356D
Tints of Palatinate Purple #7B356D
RGB
CMYK
RGB Variations
Color information
#7B356D (or 0x7B356D) is known color: Palatinate Purple. HEX triplet: 7B, 35 and 6D. RGB value is (123,53,109). Sum of RGB (Red+Green+Blue) = 123+53+109=285 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.16% from 285); Green value is 53 (21.09% from 255 or 18.60% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 123 - color contains mainly: red. Hex color #7B356D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B356D is #84CA92. Grayscale: #505050. Windows color (decimal): -8702611 or 7157115. OLE color: 7157115.
HSL color Cylindrical-coordinate representation of color #7B356D: hue angle of 312º 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 #7B356D is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 53 | 109 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.52 |
| HSL | 312º | 0.4% | 0.35% | - |
| HSV(B) | 312º | 0.57% | 0.48% | - |
| XYZ | 12.2 | 7.86 | 15.34 | - |
| YUV | 80.31 | 144.19 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 53 | 109 | 0 | 0.57 | 0.11 | 0.52 | 312 | 0.4 | 0.35 |
| Hex | 7B | 35 | 6D | 0 | 39 | B | 34 | 138 | 28 | 23 |
| Octal | 173 | 65 | 155 | 0 | 71 | 13 | 64 | 470 | 50 | 43 |
| Binary | 1111011 | 110101 | 1101101 | 0 | 111001 | 1011 | 110100 | 100111000 | 101000 | 100011 |
Color Harmonies of #7B356D
Complementary color
Monochromatic Colors of #7B356D
Black with #7B356D
Text Example
Text Example
White with #7B356D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B356D; }
p { color: rgb(123,53,109); }
H1.HeaderClassName
{
color: #7B356D;
}
.AnyTagClassName
{
color: #7B356D;
}
</style>
background-color css
<style>
a { background-color: #7B356D; }
a { background-color: rgb(123,53,109); }
div.DivClassName
{
background-color: #7B356D;
}
.BgClassName
{
background-color: #7B356D;
}
</style>
border-color css
<style>
span { border-color: #7B356D; }
span { border-color: rgb(123,53,109); }
td.TdClassName
{
border-color: #7B356D;
}
.TagClassName
{
border-color: #7B356D;
}
</style>