Shades of Palatinate Purple #7B105B
Tints of Palatinate Purple #7B105B
RGB
CMYK
RGB Variations
Color information
#7B105B (or 0x7B105B) is known color: Palatinate Purple. HEX triplet: 7B, 10 and 5B. RGB value is (123,16,91). Sum of RGB (Red+Green+Blue) = 123+16+91=230 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.48% from 230); Green value is 16 (6.64% from 255 or 6.96% from 230); Blue value is 91 (35.94% from 255 or 39.57% from 230); Max value from RGB is 123 - color contains mainly: red. Hex color #7B105B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B105B is #84EFA4. Grayscale: #383838. Windows color (decimal): -8712101 or 5967995. OLE color: 5967995.
HSL color Cylindrical-coordinate representation of color #7B105B: hue angle of 317.94º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7B105B is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 16 | 91 | - |
| CMYK | 0 | 0.87 | 0.26 | 0.52 |
| HSL | 317.94º | 0.77% | 0.27% | - |
| HSV(B) | 317.94º | 0.87% | 0.48% | - |
| XYZ | 10.24 | 5.34 | 10.39 | - |
| YUV | 56.54 | 147.45 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 16 | 91 | 0 | 0.87 | 0.26 | 0.52 | 317.94 | 0.77 | 0.27 |
| Hex | 7B | 10 | 5B | 0 | 57 | 1A | 34 | 13E | 4D | 1B |
| Octal | 173 | 20 | 133 | 0 | 127 | 32 | 64 | 476 | 115 | 33 |
| Binary | 1111011 | 10000 | 1011011 | 0 | 1010111 | 11010 | 110100 | 100111110 | 1001101 | 11011 |
Color Harmonies of #7B105B
Complementary color
Monochromatic Colors of #7B105B
Black with #7B105B
Text Example
Text Example
White with #7B105B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B105B; }
p { color: rgb(123,16,91); }
H1.HeaderClassName
{
color: #7B105B;
}
.AnyTagClassName
{
color: #7B105B;
}
</style>
background-color css
<style>
a { background-color: #7B105B; }
a { background-color: rgb(123,16,91); }
div.DivClassName
{
background-color: #7B105B;
}
.BgClassName
{
background-color: #7B105B;
}
</style>
border-color css
<style>
span { border-color: #7B105B; }
span { border-color: rgb(123,16,91); }
td.TdClassName
{
border-color: #7B105B;
}
.TagClassName
{
border-color: #7B105B;
}
</style>