Shades of Palatinate Purple #7B2D67
Tints of Palatinate Purple #7B2D67
RGB
CMYK
RGB Variations
Color information
#7B2D67 (or 0x7B2D67) is known color: Palatinate Purple. HEX triplet: 7B, 2D and 67. RGB value is (123,45,103). Sum of RGB (Red+Green+Blue) = 123+45+103=271 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.39% from 271); Green value is 45 (17.97% from 255 or 16.61% from 271); Blue value is 103 (40.62% from 255 or 38.01% from 271); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2D67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B2D67 is #84D298. Grayscale: #4A4A4A. Windows color (decimal): -8704665 or 6761851. OLE color: 6761851.
HSL color Cylindrical-coordinate representation of color #7B2D67: hue angle of 315.38º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7B2D67 is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 45 | 103 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.52 |
| HSL | 315.38º | 0.46% | 0.33% | - |
| HSV(B) | 315.38º | 0.63% | 0.48% | - |
| XYZ | 11.55 | 7.07 | 13.59 | - |
| YUV | 74.93 | 143.84 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 45 | 103 | 0 | 0.63 | 0.16 | 0.52 | 315.38 | 0.46 | 0.33 |
| Hex | 7B | 2D | 67 | 0 | 3F | 10 | 34 | 13B | 2E | 21 |
| Octal | 173 | 55 | 147 | 0 | 77 | 20 | 64 | 473 | 56 | 41 |
| Binary | 1111011 | 101101 | 1100111 | 0 | 111111 | 10000 | 110100 | 100111011 | 101110 | 100001 |
Color Harmonies of #7B2D67
Complementary color
Monochromatic Colors of #7B2D67
Black with #7B2D67
Text Example
Text Example
White with #7B2D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2D67; }
p { color: rgb(123,45,103); }
H1.HeaderClassName
{
color: #7B2D67;
}
.AnyTagClassName
{
color: #7B2D67;
}
</style>
background-color css
<style>
a { background-color: #7B2D67; }
a { background-color: rgb(123,45,103); }
div.DivClassName
{
background-color: #7B2D67;
}
.BgClassName
{
background-color: #7B2D67;
}
</style>
border-color css
<style>
span { border-color: #7B2D67; }
span { border-color: rgb(123,45,103); }
td.TdClassName
{
border-color: #7B2D67;
}
.TagClassName
{
border-color: #7B2D67;
}
</style>