Shades of Dark Purple #7B297D
Tints of Dark Purple #7B297D
RGB
CMYK
RGB Variations
Color information
#7B297D (or 0x7B297D) is known color: Dark Purple. HEX triplet: 7B, 29 and 7D. RGB value is (123,41,125). Sum of RGB (Red+Green+Blue) = 123+41+125=289 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.56% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 125 (49.22% from 255 or 43.25% from 289); Max value from RGB is 125 - color contains mainly: blue. Hex color #7B297D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B297D is #84D682. Grayscale: #4A4A4A. Windows color (decimal): -8705667 or 8202619. OLE color: 8202619.
HSL color Cylindrical-coordinate representation of color #7B297D: hue angle of 298.57º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7B297D is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 123 | 41 | 125 | - |
| CMYK | 0.02 | 0.67 | 0 | 0.51 |
| HSL | 298.57º | 0.51% | 0.33% | - |
| HSV(B) | 298.57º | 0.67% | 0.49% | - |
| XYZ | 12.66 | 7.28 | 20.14 | - |
| YUV | 75.09 | 156.17 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 41 | 125 | 0.02 | 0.67 | 0 | 0.51 | 298.57 | 0.51 | 0.33 |
| Hex | 7B | 29 | 7D | 2 | 43 | 0 | 33 | 12B | 33 | 21 |
| Octal | 173 | 51 | 175 | 2 | 103 | 0 | 63 | 453 | 63 | 41 |
| Binary | 1111011 | 101001 | 1111101 | 10 | 1000011 | 0 | 110011 | 100101011 | 110011 | 100001 |
Color Harmonies of #7B297D
Complementary color
Monochromatic Colors of #7B297D
Black with #7B297D
Text Example
Text Example
White with #7B297D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B297D; }
p { color: rgb(123,41,125); }
H1.HeaderClassName
{
color: #7B297D;
}
.AnyTagClassName
{
color: #7B297D;
}
</style>
background-color css
<style>
a { background-color: #7B297D; }
a { background-color: rgb(123,41,125); }
div.DivClassName
{
background-color: #7B297D;
}
.BgClassName
{
background-color: #7B297D;
}
</style>
border-color css
<style>
span { border-color: #7B297D; }
span { border-color: rgb(123,41,125); }
td.TdClassName
{
border-color: #7B297D;
}
.TagClassName
{
border-color: #7B297D;
}
</style>