Shades of Dark Purple #7B2876
Tints of Dark Purple #7B2876
RGB
CMYK
RGB Variations
Color information
#7B2876 (or 0x7B2876) is known color: Dark Purple. HEX triplet: 7B, 28 and 76. RGB value is (123,40,118). Sum of RGB (Red+Green+Blue) = 123+40+118=281 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.77% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 118 (46.48% from 255 or 41.99% from 281); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2876 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B2876 is #84D789. Grayscale: #494949. Windows color (decimal): -8705930 or 7743611. OLE color: 7743611.
HSL color Cylindrical-coordinate representation of color #7B2876: hue angle of 303.61º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7B2876 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 40 | 118 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.52 |
| HSL | 303.61º | 0.51% | 0.32% | - |
| HSV(B) | 303.61º | 0.67% | 0.48% | - |
| XYZ | 12.2 | 7.04 | 17.85 | - |
| YUV | 73.71 | 153 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 40 | 118 | 0 | 0.67 | 0.04 | 0.52 | 303.61 | 0.51 | 0.32 |
| Hex | 7B | 28 | 76 | 0 | 43 | 4 | 34 | 130 | 33 | 20 |
| Octal | 173 | 50 | 166 | 0 | 103 | 4 | 64 | 460 | 63 | 40 |
| Binary | 1111011 | 101000 | 1110110 | 0 | 1000011 | 100 | 110100 | 100110000 | 110011 | 100000 |
Color Harmonies of #7B2876
Complementary color
Monochromatic Colors of #7B2876
Black with #7B2876
Text Example
Text Example
White with #7B2876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2876; }
p { color: rgb(123,40,118); }
H1.HeaderClassName
{
color: #7B2876;
}
.AnyTagClassName
{
color: #7B2876;
}
</style>
background-color css
<style>
a { background-color: #7B2876; }
a { background-color: rgb(123,40,118); }
div.DivClassName
{
background-color: #7B2876;
}
.BgClassName
{
background-color: #7B2876;
}
</style>
border-color css
<style>
span { border-color: #7B2876; }
span { border-color: rgb(123,40,118); }
td.TdClassName
{
border-color: #7B2876;
}
.TagClassName
{
border-color: #7B2876;
}
</style>