Shades of Palatinate Purple #7B2C65
Tints of Palatinate Purple #7B2C65
RGB
CMYK
RGB Variations
Color information
#7B2C65 (or 0x7B2C65) is known color: Palatinate Purple. HEX triplet: 7B, 2C and 65. RGB value is (123,44,101). Sum of RGB (Red+Green+Blue) = 123+44+101=268 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.90% from 268); Green value is 44 (17.58% from 255 or 16.42% from 268); Blue value is 101 (39.84% from 255 or 37.69% from 268); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2C65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B2C65 is #84D39A. Grayscale: #494949. Windows color (decimal): -8704923 or 6630523. OLE color: 6630523.
HSL color Cylindrical-coordinate representation of color #7B2C65: hue angle of 316.71º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7B2C65 is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 44 | 101 | - |
| CMYK | 0 | 0.64 | 0.18 | 0.52 |
| HSL | 316.71º | 0.47% | 0.33% | - |
| HSV(B) | 316.71º | 0.64% | 0.48% | - |
| XYZ | 11.42 | 6.95 | 13.05 | - |
| YUV | 74.12 | 143.17 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 44 | 101 | 0 | 0.64 | 0.18 | 0.52 | 316.71 | 0.47 | 0.33 |
| Hex | 7B | 2C | 65 | 0 | 40 | 12 | 34 | 13D | 2F | 21 |
| Octal | 173 | 54 | 145 | 0 | 100 | 22 | 64 | 475 | 57 | 41 |
| Binary | 1111011 | 101100 | 1100101 | 0 | 1000000 | 10010 | 110100 | 100111101 | 101111 | 100001 |
Color Harmonies of #7B2C65
Complementary color
Monochromatic Colors of #7B2C65
Black with #7B2C65
Text Example
Text Example
White with #7B2C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2C65; }
p { color: rgb(123,44,101); }
H1.HeaderClassName
{
color: #7B2C65;
}
.AnyTagClassName
{
color: #7B2C65;
}
</style>
background-color css
<style>
a { background-color: #7B2C65; }
a { background-color: rgb(123,44,101); }
div.DivClassName
{
background-color: #7B2C65;
}
.BgClassName
{
background-color: #7B2C65;
}
</style>
border-color css
<style>
span { border-color: #7B2C65; }
span { border-color: rgb(123,44,101); }
td.TdClassName
{
border-color: #7B2C65;
}
.TagClassName
{
border-color: #7B2C65;
}
</style>