Shades of Palatinate Purple #7B1B5B
Tints of Palatinate Purple #7B1B5B
RGB
CMYK
RGB Variations
Color information
#7B1B5B (or 0x7B1B5B) is known color: Palatinate Purple. HEX triplet: 7B, 1B and 5B. RGB value is (123,27,91). Sum of RGB (Red+Green+Blue) = 123+27+91=241 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.04% from 241); Green value is 27 (10.94% from 255 or 11.20% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1B5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B1B5B is #84E4A4. Grayscale: #3E3E3E. Windows color (decimal): -8709285 or 5970811. OLE color: 5970811.
HSL color Cylindrical-coordinate representation of color #7B1B5B: hue angle of 320º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7B1B5B is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 27 | 91 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.52 |
| HSL | 320º | 0.64% | 0.29% | - |
| HSV(B) | 320º | 0.78% | 0.48% | - |
| XYZ | 10.45 | 5.75 | 10.46 | - |
| YUV | 63 | 143.8 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 27 | 91 | 0 | 0.78 | 0.26 | 0.52 | 320 | 0.64 | 0.29 |
| Hex | 7B | 1B | 5B | 0 | 4E | 1A | 34 | 140 | 40 | 1D |
| Octal | 173 | 33 | 133 | 0 | 116 | 32 | 64 | 500 | 100 | 35 |
| Binary | 1111011 | 11011 | 1011011 | 0 | 1001110 | 11010 | 110100 | 101000000 | 1000000 | 11101 |
Color Harmonies of #7B1B5B
Complementary color
Monochromatic Colors of #7B1B5B
Black with #7B1B5B
Text Example
Text Example
White with #7B1B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1B5B; }
p { color: rgb(123,27,91); }
H1.HeaderClassName
{
color: #7B1B5B;
}
.AnyTagClassName
{
color: #7B1B5B;
}
</style>
background-color css
<style>
a { background-color: #7B1B5B; }
a { background-color: rgb(123,27,91); }
div.DivClassName
{
background-color: #7B1B5B;
}
.BgClassName
{
background-color: #7B1B5B;
}
</style>
border-color css
<style>
span { border-color: #7B1B5B; }
span { border-color: rgb(123,27,91); }
td.TdClassName
{
border-color: #7B1B5B;
}
.TagClassName
{
border-color: #7B1B5B;
}
</style>