Shades of Palatinate Purple #7B3264
Tints of Palatinate Purple #7B3264
RGB
CMYK
RGB Variations
Color information
#7B3264 (or 0x7B3264) is known color: Palatinate Purple. HEX triplet: 7B, 32 and 64. RGB value is (123,50,100). Sum of RGB (Red+Green+Blue) = 123+50+100=273 (36% of max value = 765). Red value is 123 (48.44% from 255 or 45.05% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 100 (39.45% from 255 or 36.63% from 273); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3264 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B3264 is #84CD9B. Grayscale: #4D4D4D. Windows color (decimal): -8703388 or 6566523. OLE color: 6566523.
HSL color Cylindrical-coordinate representation of color #7B3264: hue angle of 318.9º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7B3264 is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 50 | 100 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.52 |
| HSL | 318.9º | 0.42% | 0.34% | - |
| HSV(B) | 318.9º | 0.59% | 0.48% | - |
| XYZ | 11.61 | 7.41 | 12.88 | - |
| YUV | 77.53 | 140.68 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 50 | 100 | 0 | 0.59 | 0.19 | 0.52 | 318.9 | 0.42 | 0.34 |
| Hex | 7B | 32 | 64 | 0 | 3B | 13 | 34 | 13F | 2A | 22 |
| Octal | 173 | 62 | 144 | 0 | 73 | 23 | 64 | 477 | 52 | 42 |
| Binary | 1111011 | 110010 | 1100100 | 0 | 111011 | 10011 | 110100 | 100111111 | 101010 | 100010 |
Color Harmonies of #7B3264
Complementary color
Monochromatic Colors of #7B3264
Black with #7B3264
Text Example
Text Example
White with #7B3264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3264; }
p { color: rgb(123,50,100); }
H1.HeaderClassName
{
color: #7B3264;
}
.AnyTagClassName
{
color: #7B3264;
}
</style>
background-color css
<style>
a { background-color: #7B3264; }
a { background-color: rgb(123,50,100); }
div.DivClassName
{
background-color: #7B3264;
}
.BgClassName
{
background-color: #7B3264;
}
</style>
border-color css
<style>
span { border-color: #7B3264; }
span { border-color: rgb(123,50,100); }
td.TdClassName
{
border-color: #7B3264;
}
.TagClassName
{
border-color: #7B3264;
}
</style>