Shades of Palatinate Purple #7B3766
Tints of Palatinate Purple #7B3766
RGB
CMYK
RGB Variations
Color information
#7B3766 (or 0x7B3766) is known color: Palatinate Purple. HEX triplet: 7B, 37 and 66. RGB value is (123,55,102). Sum of RGB (Red+Green+Blue) = 123+55+102=280 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.93% from 280); Green value is 55 (21.88% from 255 or 19.64% from 280); Blue value is 102 (40.23% from 255 or 36.43% from 280); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3766 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B3766 is #84C899. Grayscale: #505050. Windows color (decimal): -8702106 or 6698875. OLE color: 6698875.
HSL color Cylindrical-coordinate representation of color #7B3766: hue angle of 318.53º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7B3766 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 55 | 102 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.52 |
| HSL | 318.53º | 0.38% | 0.35% | - |
| HSV(B) | 318.53º | 0.55% | 0.48% | - |
| XYZ | 11.93 | 7.9 | 13.47 | - |
| YUV | 80.69 | 140.03 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 55 | 102 | 0 | 0.55 | 0.17 | 0.52 | 318.53 | 0.38 | 0.35 |
| Hex | 7B | 37 | 66 | 0 | 37 | 11 | 34 | 13F | 26 | 23 |
| Octal | 173 | 67 | 146 | 0 | 67 | 21 | 64 | 477 | 46 | 43 |
| Binary | 1111011 | 110111 | 1100110 | 0 | 110111 | 10001 | 110100 | 100111111 | 100110 | 100011 |
Color Harmonies of #7B3766
Complementary color
Monochromatic Colors of #7B3766
Black with #7B3766
Text Example
Text Example
White with #7B3766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3766; }
p { color: rgb(123,55,102); }
H1.HeaderClassName
{
color: #7B3766;
}
.AnyTagClassName
{
color: #7B3766;
}
</style>
background-color css
<style>
a { background-color: #7B3766; }
a { background-color: rgb(123,55,102); }
div.DivClassName
{
background-color: #7B3766;
}
.BgClassName
{
background-color: #7B3766;
}
</style>
border-color css
<style>
span { border-color: #7B3766; }
span { border-color: rgb(123,55,102); }
td.TdClassName
{
border-color: #7B3766;
}
.TagClassName
{
border-color: #7B3766;
}
</style>