Shades of Dark Purple #7B2F73
Tints of Dark Purple #7B2F73
RGB
CMYK
RGB Variations
Color information
#7B2F73 (or 0x7B2F73) is known color: Dark Purple. HEX triplet: 7B, 2F and 73. RGB value is (123,47,115). Sum of RGB (Red+Green+Blue) = 123+47+115=285 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.16% from 285); Green value is 47 (18.75% from 255 or 16.49% from 285); Blue value is 115 (45.31% from 255 or 40.35% from 285); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2F73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B2F73 is #84D08C. Grayscale: #4D4D4D. Windows color (decimal): -8704141 or 7548795. OLE color: 7548795.
HSL color Cylindrical-coordinate representation of color #7B2F73: hue angle of 306.32º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B2F73 is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 47 | 115 | - |
| CMYK | 0 | 0.62 | 0.07 | 0.52 |
| HSL | 306.32º | 0.45% | 0.33% | - |
| HSV(B) | 306.32º | 0.62% | 0.48% | - |
| XYZ | 12.28 | 7.48 | 17.02 | - |
| YUV | 77.48 | 149.18 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 47 | 115 | 0 | 0.62 | 0.07 | 0.52 | 306.32 | 0.45 | 0.33 |
| Hex | 7B | 2F | 73 | 0 | 3E | 7 | 34 | 132 | 2D | 21 |
| Octal | 173 | 57 | 163 | 0 | 76 | 7 | 64 | 462 | 55 | 41 |
| Binary | 1111011 | 101111 | 1110011 | 0 | 111110 | 111 | 110100 | 100110010 | 101101 | 100001 |
Color Harmonies of #7B2F73
Complementary color
Monochromatic Colors of #7B2F73
Black with #7B2F73
Text Example
Text Example
White with #7B2F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2F73; }
p { color: rgb(123,47,115); }
H1.HeaderClassName
{
color: #7B2F73;
}
.AnyTagClassName
{
color: #7B2F73;
}
</style>
background-color css
<style>
a { background-color: #7B2F73; }
a { background-color: rgb(123,47,115); }
div.DivClassName
{
background-color: #7B2F73;
}
.BgClassName
{
background-color: #7B2F73;
}
</style>
border-color css
<style>
span { border-color: #7B2F73; }
span { border-color: rgb(123,47,115); }
td.TdClassName
{
border-color: #7B2F73;
}
.TagClassName
{
border-color: #7B2F73;
}
</style>