Shades of Dark Purple #7B2771
Tints of Dark Purple #7B2771
RGB
CMYK
RGB Variations
Color information
#7B2771 (or 0x7B2771) is known color: Dark Purple. HEX triplet: 7B, 27 and 71. RGB value is (123,39,113). Sum of RGB (Red+Green+Blue) = 123+39+113=275 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.73% from 275); Green value is 39 (15.62% from 255 or 14.18% from 275); Blue value is 113 (44.53% from 255 or 41.09% from 275); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2771 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B2771 is #84D88E. Grayscale: #484848. Windows color (decimal): -8706191 or 7415675. OLE color: 7415675.
HSL color Cylindrical-coordinate representation of color #7B2771: hue angle of 307.14º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7B2771 is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 39 | 113 | - |
| CMYK | 0 | 0.68 | 0.08 | 0.52 |
| HSL | 307.14º | 0.52% | 0.32% | - |
| HSV(B) | 307.14º | 0.68% | 0.48% | - |
| XYZ | 11.87 | 6.85 | 16.32 | - |
| YUV | 72.55 | 150.83 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 39 | 113 | 0 | 0.68 | 0.08 | 0.52 | 307.14 | 0.52 | 0.32 |
| Hex | 7B | 27 | 71 | 0 | 44 | 8 | 34 | 133 | 34 | 20 |
| Octal | 173 | 47 | 161 | 0 | 104 | 10 | 64 | 463 | 64 | 40 |
| Binary | 1111011 | 100111 | 1110001 | 0 | 1000100 | 1000 | 110100 | 100110011 | 110100 | 100000 |
Color Harmonies of #7B2771
Complementary color
Monochromatic Colors of #7B2771
Black with #7B2771
Text Example
Text Example
White with #7B2771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2771; }
p { color: rgb(123,39,113); }
H1.HeaderClassName
{
color: #7B2771;
}
.AnyTagClassName
{
color: #7B2771;
}
</style>
background-color css
<style>
a { background-color: #7B2771; }
a { background-color: rgb(123,39,113); }
div.DivClassName
{
background-color: #7B2771;
}
.BgClassName
{
background-color: #7B2771;
}
</style>
border-color css
<style>
span { border-color: #7B2771; }
span { border-color: rgb(123,39,113); }
td.TdClassName
{
border-color: #7B2771;
}
.TagClassName
{
border-color: #7B2771;
}
</style>