Shades of Palatinate Purple #7B2F66
Tints of Palatinate Purple #7B2F66
RGB
CMYK
RGB Variations
Color information
#7B2F66 (or 0x7B2F66) is known color: Palatinate Purple. HEX triplet: 7B, 2F and 66. RGB value is (123,47,102). Sum of RGB (Red+Green+Blue) = 123+47+102=272 (36% of max value = 765). Red value is 123 (48.44% from 255 or 45.22% from 272); Green value is 47 (18.75% from 255 or 17.28% from 272); Blue value is 102 (40.23% from 255 or 37.5% from 272); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2F66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B2F66 is #84D099. Grayscale: #4B4B4B. Windows color (decimal): -8704154 or 6696827. OLE color: 6696827.
HSL color Cylindrical-coordinate representation of color #7B2F66: hue angle of 316.58º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B2F66 is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 47 | 102 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.52 |
| HSL | 316.58º | 0.45% | 0.33% | - |
| HSV(B) | 316.58º | 0.62% | 0.48% | - |
| XYZ | 11.58 | 7.2 | 13.35 | - |
| YUV | 75.99 | 142.68 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 47 | 102 | 0 | 0.62 | 0.17 | 0.52 | 316.58 | 0.45 | 0.33 |
| Hex | 7B | 2F | 66 | 0 | 3E | 11 | 34 | 13D | 2D | 21 |
| Octal | 173 | 57 | 146 | 0 | 76 | 21 | 64 | 475 | 55 | 41 |
| Binary | 1111011 | 101111 | 1100110 | 0 | 111110 | 10001 | 110100 | 100111101 | 101101 | 100001 |
Color Harmonies of #7B2F66
Complementary color
Monochromatic Colors of #7B2F66
Black with #7B2F66
Text Example
Text Example
White with #7B2F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2F66; }
p { color: rgb(123,47,102); }
H1.HeaderClassName
{
color: #7B2F66;
}
.AnyTagClassName
{
color: #7B2F66;
}
</style>
background-color css
<style>
a { background-color: #7B2F66; }
a { background-color: rgb(123,47,102); }
div.DivClassName
{
background-color: #7B2F66;
}
.BgClassName
{
background-color: #7B2F66;
}
</style>
border-color css
<style>
span { border-color: #7B2F66; }
span { border-color: rgb(123,47,102); }
td.TdClassName
{
border-color: #7B2F66;
}
.TagClassName
{
border-color: #7B2F66;
}
</style>