Shades of Dark Purple #7B2F6D
Tints of Dark Purple #7B2F6D
RGB
CMYK
RGB Variations
Color information
#7B2F6D (or 0x7B2F6D) is known color: Dark Purple. HEX triplet: 7B, 2F and 6D. RGB value is (123,47,109). Sum of RGB (Red+Green+Blue) = 123+47+109=279 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.09% from 279); Green value is 47 (18.75% from 255 or 16.85% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2F6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B2F6D is #84D092. Grayscale: #4C4C4C. Windows color (decimal): -8704147 or 7155579. OLE color: 7155579.
HSL color Cylindrical-coordinate representation of color #7B2F6D: hue angle of 311.05º 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 #7B2F6D is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 47 | 109 | - |
| CMYK | 0 | 0.62 | 0.11 | 0.52 |
| HSL | 311.05º | 0.45% | 0.33% | - |
| HSV(B) | 311.05º | 0.62% | 0.48% | - |
| XYZ | 11.95 | 7.35 | 15.26 | - |
| YUV | 76.79 | 146.18 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 47 | 109 | 0 | 0.62 | 0.11 | 0.52 | 311.05 | 0.45 | 0.33 |
| Hex | 7B | 2F | 6D | 0 | 3E | B | 34 | 137 | 2D | 21 |
| Octal | 173 | 57 | 155 | 0 | 76 | 13 | 64 | 467 | 55 | 41 |
| Binary | 1111011 | 101111 | 1101101 | 0 | 111110 | 1011 | 110100 | 100110111 | 101101 | 100001 |
Color Harmonies of #7B2F6D
Complementary color
Monochromatic Colors of #7B2F6D
Black with #7B2F6D
Text Example
Text Example
White with #7B2F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2F6D; }
p { color: rgb(123,47,109); }
H1.HeaderClassName
{
color: #7B2F6D;
}
.AnyTagClassName
{
color: #7B2F6D;
}
</style>
background-color css
<style>
a { background-color: #7B2F6D; }
a { background-color: rgb(123,47,109); }
div.DivClassName
{
background-color: #7B2F6D;
}
.BgClassName
{
background-color: #7B2F6D;
}
</style>
border-color css
<style>
span { border-color: #7B2F6D; }
span { border-color: rgb(123,47,109); }
td.TdClassName
{
border-color: #7B2F6D;
}
.TagClassName
{
border-color: #7B2F6D;
}
</style>