Shades of Dark Purple #7B2B72
Tints of Dark Purple #7B2B72
RGB
CMYK
RGB Variations
Color information
#7B2B72 (or 0x7B2B72) is known color: Dark Purple. HEX triplet: 7B, 2B and 72. RGB value is (123,43,114). Sum of RGB (Red+Green+Blue) = 123+43+114=280 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.93% from 280); Green value is 43 (17.19% from 255 or 15.36% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2B72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B2B72 is #84D48D. Grayscale: #4A4A4A. Windows color (decimal): -8705166 or 7482235. OLE color: 7482235.
HSL color Cylindrical-coordinate representation of color #7B2B72: hue angle of 306.75º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7B2B72 is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 43 | 114 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.52 |
| HSL | 306.75º | 0.48% | 0.33% | - |
| HSV(B) | 306.75º | 0.65% | 0.48% | - |
| XYZ | 12.07 | 7.15 | 16.66 | - |
| YUV | 75.01 | 150 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 43 | 114 | 0 | 0.65 | 0.07 | 0.52 | 306.75 | 0.48 | 0.33 |
| Hex | 7B | 2B | 72 | 0 | 41 | 7 | 34 | 133 | 30 | 21 |
| Octal | 173 | 53 | 162 | 0 | 101 | 7 | 64 | 463 | 60 | 41 |
| Binary | 1111011 | 101011 | 1110010 | 0 | 1000001 | 111 | 110100 | 100110011 | 110000 | 100001 |
Color Harmonies of #7B2B72
Complementary color
Monochromatic Colors of #7B2B72
Black with #7B2B72
Text Example
Text Example
White with #7B2B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2B72; }
p { color: rgb(123,43,114); }
H1.HeaderClassName
{
color: #7B2B72;
}
.AnyTagClassName
{
color: #7B2B72;
}
</style>
background-color css
<style>
a { background-color: #7B2B72; }
a { background-color: rgb(123,43,114); }
div.DivClassName
{
background-color: #7B2B72;
}
.BgClassName
{
background-color: #7B2B72;
}
</style>
border-color css
<style>
span { border-color: #7B2B72; }
span { border-color: rgb(123,43,114); }
td.TdClassName
{
border-color: #7B2B72;
}
.TagClassName
{
border-color: #7B2B72;
}
</style>