Shades of Palatinate Purple #7B2F68
Tints of Palatinate Purple #7B2F68
RGB
CMYK
RGB Variations
Color information
#7B2F68 (or 0x7B2F68) is known color: Palatinate Purple. HEX triplet: 7B, 2F and 68. RGB value is (123,47,104). Sum of RGB (Red+Green+Blue) = 123+47+104=274 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.89% from 274); Green value is 47 (18.75% from 255 or 17.15% from 274); Blue value is 104 (41.02% from 255 or 37.96% from 274); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2F68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B2F68 is #84D097. Grayscale: #4C4C4C. Windows color (decimal): -8704152 or 6827899. OLE color: 6827899.
HSL color Cylindrical-coordinate representation of color #7B2F68: hue angle of 315º 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 #7B2F68 is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 47 | 104 | - |
| CMYK | 0 | 0.62 | 0.15 | 0.52 |
| HSL | 315º | 0.45% | 0.33% | - |
| HSV(B) | 315º | 0.62% | 0.48% | - |
| XYZ | 11.68 | 7.24 | 13.88 | - |
| YUV | 76.22 | 143.68 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 47 | 104 | 0 | 0.62 | 0.15 | 0.52 | 315 | 0.45 | 0.33 |
| Hex | 7B | 2F | 68 | 0 | 3E | F | 34 | 13B | 2D | 21 |
| Octal | 173 | 57 | 150 | 0 | 76 | 17 | 64 | 473 | 55 | 41 |
| Binary | 1111011 | 101111 | 1101000 | 0 | 111110 | 1111 | 110100 | 100111011 | 101101 | 100001 |
Color Harmonies of #7B2F68
Complementary color
Monochromatic Colors of #7B2F68
Black with #7B2F68
Text Example
Text Example
White with #7B2F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2F68; }
p { color: rgb(123,47,104); }
H1.HeaderClassName
{
color: #7B2F68;
}
.AnyTagClassName
{
color: #7B2F68;
}
</style>
background-color css
<style>
a { background-color: #7B2F68; }
a { background-color: rgb(123,47,104); }
div.DivClassName
{
background-color: #7B2F68;
}
.BgClassName
{
background-color: #7B2F68;
}
</style>
border-color css
<style>
span { border-color: #7B2F68; }
span { border-color: rgb(123,47,104); }
td.TdClassName
{
border-color: #7B2F68;
}
.TagClassName
{
border-color: #7B2F68;
}
</style>