Shades of Dark Purple #7B2C71
Tints of Dark Purple #7B2C71
RGB
CMYK
RGB Variations
Color information
#7B2C71 (or 0x7B2C71) is known color: Dark Purple. HEX triplet: 7B, 2C and 71. RGB value is (123,44,113). Sum of RGB (Red+Green+Blue) = 123+44+113=280 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.93% from 280); Green value is 44 (17.58% from 255 or 15.71% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2C71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B2C71 is #84D38E. Grayscale: #4B4B4B. Windows color (decimal): -8704911 or 7416955. OLE color: 7416955.
HSL color Cylindrical-coordinate representation of color #7B2C71: hue angle of 307.59º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7B2C71 is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 44 | 113 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.52 |
| HSL | 307.59º | 0.47% | 0.33% | - |
| HSV(B) | 307.59º | 0.64% | 0.48% | - |
| XYZ | 12.05 | 7.2 | 16.38 | - |
| YUV | 75.49 | 149.17 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 44 | 113 | 0 | 0.64 | 0.08 | 0.52 | 307.59 | 0.47 | 0.33 |
| Hex | 7B | 2C | 71 | 0 | 40 | 8 | 34 | 134 | 2F | 21 |
| Octal | 173 | 54 | 161 | 0 | 100 | 10 | 64 | 464 | 57 | 41 |
| Binary | 1111011 | 101100 | 1110001 | 0 | 1000000 | 1000 | 110100 | 100110100 | 101111 | 100001 |
Color Harmonies of #7B2C71
Complementary color
Monochromatic Colors of #7B2C71
Black with #7B2C71
Text Example
Text Example
White with #7B2C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2C71; }
p { color: rgb(123,44,113); }
H1.HeaderClassName
{
color: #7B2C71;
}
.AnyTagClassName
{
color: #7B2C71;
}
</style>
background-color css
<style>
a { background-color: #7B2C71; }
a { background-color: rgb(123,44,113); }
div.DivClassName
{
background-color: #7B2C71;
}
.BgClassName
{
background-color: #7B2C71;
}
</style>
border-color css
<style>
span { border-color: #7B2C71; }
span { border-color: rgb(123,44,113); }
td.TdClassName
{
border-color: #7B2C71;
}
.TagClassName
{
border-color: #7B2C71;
}
</style>