Shades of Purple #7B107C
Tints of Purple #7B107C
RGB
CMYK
RGB Variations
Color information
#7B107C (or 0x7B107C) is known color: Purple. HEX triplet: 7B, 10 and 7C. RGB value is (123,16,124). Sum of RGB (Red+Green+Blue) = 123+16+124=263 (34% of max value = 765). Red value is 123 (48.44% from 255 or 46.77% from 263); Green value is 16 (6.64% from 255 or 6.08% from 263); Blue value is 124 (48.83% from 255 or 47.15% from 263); Max value from RGB is 124 - color contains mainly: blue. Hex color #7B107C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B107C is #84EF83. Grayscale: #3B3B3B. Windows color (decimal): -8712068 or 8130683. OLE color: 8130683.
HSL color Cylindrical-coordinate representation of color #7B107C: hue angle of 299.44º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7B107C is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 123 | 16 | 124 | - |
| CMYK | 0.01 | 0.87 | 0 | 0.51 |
| HSL | 299.44º | 0.77% | 0.27% | - |
| HSV(B) | 299.44º | 0.87% | 0.49% | - |
| XYZ | 11.99 | 6.04 | 19.6 | - |
| YUV | 60.31 | 163.95 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 16 | 124 | 0.01 | 0.87 | 0 | 0.51 | 299.44 | 0.77 | 0.27 |
| Hex | 7B | 10 | 7C | 1 | 57 | 0 | 33 | 12B | 4D | 1B |
| Octal | 173 | 20 | 174 | 1 | 127 | 0 | 63 | 453 | 115 | 33 |
| Binary | 1111011 | 10000 | 1111100 | 1 | 1010111 | 0 | 110011 | 100101011 | 1001101 | 11011 |
Color Harmonies of #7B107C
Complementary color
Monochromatic Colors of #7B107C
Black with #7B107C
Text Example
Text Example
White with #7B107C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B107C; }
p { color: rgb(123,16,124); }
H1.HeaderClassName
{
color: #7B107C;
}
.AnyTagClassName
{
color: #7B107C;
}
</style>
background-color css
<style>
a { background-color: #7B107C; }
a { background-color: rgb(123,16,124); }
div.DivClassName
{
background-color: #7B107C;
}
.BgClassName
{
background-color: #7B107C;
}
</style>
border-color css
<style>
span { border-color: #7B107C; }
span { border-color: rgb(123,16,124); }
td.TdClassName
{
border-color: #7B107C;
}
.TagClassName
{
border-color: #7B107C;
}
</style>