Shades of Dark Purple #7B1B73
Tints of Dark Purple #7B1B73
RGB
CMYK
RGB Variations
Color information
#7B1B73 (or 0x7B1B73) is known color: Dark Purple. HEX triplet: 7B, 1B and 73. RGB value is (123,27,115). Sum of RGB (Red+Green+Blue) = 123+27+115=265 (35% of max value = 765). Red value is 123 (48.44% from 255 or 46.42% from 265); Green value is 27 (10.94% from 255 or 10.19% from 265); Blue value is 115 (45.31% from 255 or 43.40% from 265); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1B73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B1B73 is #84E48C. Grayscale: #414141. Windows color (decimal): -8709261 or 7543675. OLE color: 7543675.
HSL color Cylindrical-coordinate representation of color #7B1B73: hue angle of 305º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7B1B73 is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 27 | 115 | - |
| CMYK | 0 | 0.78 | 0.07 | 0.52 |
| HSL | 305º | 0.64% | 0.29% | - |
| HSV(B) | 305º | 0.78% | 0.48% | - |
| XYZ | 11.65 | 6.23 | 16.81 | - |
| YUV | 65.74 | 155.8 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 27 | 115 | 0 | 0.78 | 0.07 | 0.52 | 305 | 0.64 | 0.29 |
| Hex | 7B | 1B | 73 | 0 | 4E | 7 | 34 | 131 | 40 | 1D |
| Octal | 173 | 33 | 163 | 0 | 116 | 7 | 64 | 461 | 100 | 35 |
| Binary | 1111011 | 11011 | 1110011 | 0 | 1001110 | 111 | 110100 | 100110001 | 1000000 | 11101 |
Color Harmonies of #7B1B73
Complementary color
Monochromatic Colors of #7B1B73
Black with #7B1B73
Text Example
Text Example
White with #7B1B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1B73; }
p { color: rgb(123,27,115); }
H1.HeaderClassName
{
color: #7B1B73;
}
.AnyTagClassName
{
color: #7B1B73;
}
</style>
background-color css
<style>
a { background-color: #7B1B73; }
a { background-color: rgb(123,27,115); }
div.DivClassName
{
background-color: #7B1B73;
}
.BgClassName
{
background-color: #7B1B73;
}
</style>
border-color css
<style>
span { border-color: #7B1B73; }
span { border-color: rgb(123,27,115); }
td.TdClassName
{
border-color: #7B1B73;
}
.TagClassName
{
border-color: #7B1B73;
}
</style>