Shades of Purple #7B1185
Tints of Purple #7B1185
RGB
CMYK
RGB Variations
Color information
#7B1185 (or 0x7B1185) is known color: Purple. HEX triplet: 7B, 11 and 85. RGB value is (123,17,133). Sum of RGB (Red+Green+Blue) = 123+17+133=273 (36% of max value = 765). Red value is 123 (48.44% from 255 or 45.05% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 133 (52.34% from 255 or 48.72% from 273); Max value from RGB is 133 - color contains mainly: blue. Hex color #7B1185 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B1185 is #84EE7A. Grayscale: #3D3D3D. Windows color (decimal): -8711803 or 8720763. OLE color: 8720763.
HSL color Cylindrical-coordinate representation of color #7B1185: hue angle of 294.83º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7B1185 is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 123 | 17 | 133 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.48 |
| HSL | 294.83º | 0.77% | 0.29% | - |
| HSV(B) | 294.83º | 0.87% | 0.52% | - |
| XYZ | 12.6 | 6.31 | 22.74 | - |
| YUV | 61.92 | 168.12 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 17 | 133 | 0.08 | 0.87 | 0 | 0.48 | 294.83 | 0.77 | 0.29 |
| Hex | 7B | 11 | 85 | 8 | 57 | 0 | 30 | 127 | 4D | 1D |
| Octal | 173 | 21 | 205 | 10 | 127 | 0 | 60 | 447 | 115 | 35 |
| Binary | 1111011 | 10001 | 10000101 | 1000 | 1010111 | 0 | 110000 | 100100111 | 1001101 | 11101 |
Color Harmonies of #7B1185
Complementary color
Monochromatic Colors of #7B1185
Black with #7B1185
Text Example
Text Example
White with #7B1185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1185; }
p { color: rgb(123,17,133); }
H1.HeaderClassName
{
color: #7B1185;
}
.AnyTagClassName
{
color: #7B1185;
}
</style>
background-color css
<style>
a { background-color: #7B1185; }
a { background-color: rgb(123,17,133); }
div.DivClassName
{
background-color: #7B1185;
}
.BgClassName
{
background-color: #7B1185;
}
</style>
border-color css
<style>
span { border-color: #7B1185; }
span { border-color: rgb(123,17,133); }
td.TdClassName
{
border-color: #7B1185;
}
.TagClassName
{
border-color: #7B1185;
}
</style>