Shades of Palatinate Purple #7B115B
Tints of Palatinate Purple #7B115B
RGB
CMYK
RGB Variations
Color information
#7B115B (or 0x7B115B) is known color: Palatinate Purple. HEX triplet: 7B, 11 and 5B. RGB value is (123,17,91). Sum of RGB (Red+Green+Blue) = 123+17+91=231 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.25% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 91 (35.94% from 255 or 39.39% from 231); Max value from RGB is 123 - color contains mainly: red. Hex color #7B115B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B115B is #84EEA4. Grayscale: #383838. Windows color (decimal): -8711845 or 5968251. OLE color: 5968251.
HSL color Cylindrical-coordinate representation of color #7B115B: hue angle of 318.11º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7B115B is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 17 | 91 | - |
| CMYK | 0 | 0.86 | 0.26 | 0.52 |
| HSL | 318.11º | 0.76% | 0.27% | - |
| HSV(B) | 318.11º | 0.86% | 0.48% | - |
| XYZ | 10.26 | 5.37 | 10.39 | - |
| YUV | 57.13 | 147.12 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 17 | 91 | 0 | 0.86 | 0.26 | 0.52 | 318.11 | 0.76 | 0.27 |
| Hex | 7B | 11 | 5B | 0 | 56 | 1A | 34 | 13E | 4C | 1B |
| Octal | 173 | 21 | 133 | 0 | 126 | 32 | 64 | 476 | 114 | 33 |
| Binary | 1111011 | 10001 | 1011011 | 0 | 1010110 | 11010 | 110100 | 100111110 | 1001100 | 11011 |
Color Harmonies of #7B115B
Complementary color
Monochromatic Colors of #7B115B
Black with #7B115B
Text Example
Text Example
White with #7B115B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B115B; }
p { color: rgb(123,17,91); }
H1.HeaderClassName
{
color: #7B115B;
}
.AnyTagClassName
{
color: #7B115B;
}
</style>
background-color css
<style>
a { background-color: #7B115B; }
a { background-color: rgb(123,17,91); }
div.DivClassName
{
background-color: #7B115B;
}
.BgClassName
{
background-color: #7B115B;
}
</style>
border-color css
<style>
span { border-color: #7B115B; }
span { border-color: rgb(123,17,91); }
td.TdClassName
{
border-color: #7B115B;
}
.TagClassName
{
border-color: #7B115B;
}
</style>