Shades of Palatinate Purple #7B115C
Tints of Palatinate Purple #7B115C
RGB
CMYK
RGB Variations
Color information
#7B115C (or 0x7B115C) is known color: Palatinate Purple. HEX triplet: 7B, 11 and 5C. RGB value is (123,17,92). Sum of RGB (Red+Green+Blue) = 123+17+92=232 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.02% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 92 (36.33% from 255 or 39.66% from 232); Max value from RGB is 123 - color contains mainly: red. Hex color #7B115C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B115C is #84EEA3. Grayscale: #393939. Windows color (decimal): -8711844 or 6033787. OLE color: 6033787.
HSL color Cylindrical-coordinate representation of color #7B115C: hue angle of 317.55º 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 #7B115C is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 17 | 92 | - |
| CMYK | 0 | 0.86 | 0.25 | 0.52 |
| HSL | 317.55º | 0.76% | 0.27% | - |
| HSV(B) | 317.55º | 0.86% | 0.48% | - |
| XYZ | 10.3 | 5.38 | 10.62 | - |
| YUV | 57.24 | 147.62 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 17 | 92 | 0 | 0.86 | 0.25 | 0.52 | 317.55 | 0.76 | 0.27 |
| Hex | 7B | 11 | 5C | 0 | 56 | 19 | 34 | 13E | 4C | 1B |
| Octal | 173 | 21 | 134 | 0 | 126 | 31 | 64 | 476 | 114 | 33 |
| Binary | 1111011 | 10001 | 1011100 | 0 | 1010110 | 11001 | 110100 | 100111110 | 1001100 | 11011 |
Color Harmonies of #7B115C
Complementary color
Monochromatic Colors of #7B115C
Black with #7B115C
Text Example
Text Example
White with #7B115C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B115C; }
p { color: rgb(123,17,92); }
H1.HeaderClassName
{
color: #7B115C;
}
.AnyTagClassName
{
color: #7B115C;
}
</style>
background-color css
<style>
a { background-color: #7B115C; }
a { background-color: rgb(123,17,92); }
div.DivClassName
{
background-color: #7B115C;
}
.BgClassName
{
background-color: #7B115C;
}
</style>
border-color css
<style>
span { border-color: #7B115C; }
span { border-color: rgb(123,17,92); }
td.TdClassName
{
border-color: #7B115C;
}
.TagClassName
{
border-color: #7B115C;
}
</style>