Shades of Dark Purple #7B316D
Tints of Dark Purple #7B316D
RGB
CMYK
RGB Variations
Color information
#7B316D (or 0x7B316D) is known color: Dark Purple. HEX triplet: 7B, 31 and 6D. RGB value is (123,49,109). Sum of RGB (Red+Green+Blue) = 123+49+109=281 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.77% from 281); Green value is 49 (19.53% from 255 or 17.44% from 281); Blue value is 109 (42.97% from 255 or 38.79% from 281); Max value from RGB is 123 - color contains mainly: red. Hex color #7B316D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B316D is #84CE92. Grayscale: #4D4D4D. Windows color (decimal): -8703635 or 7156091. OLE color: 7156091.
HSL color Cylindrical-coordinate representation of color #7B316D: hue angle of 311.35º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7B316D is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 49 | 109 | - |
| CMYK | 0 | 0.60 | 0.11 | 0.52 |
| HSL | 311.35º | 0.43% | 0.34% | - |
| HSV(B) | 311.35º | 0.6% | 0.48% | - |
| XYZ | 12.03 | 7.51 | 15.28 | - |
| YUV | 77.97 | 145.52 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 49 | 109 | 0 | 0.60 | 0.11 | 0.52 | 311.35 | 0.43 | 0.34 |
| Hex | 7B | 31 | 6D | 0 | 3C | B | 34 | 137 | 2B | 22 |
| Octal | 173 | 61 | 155 | 0 | 74 | 13 | 64 | 467 | 53 | 42 |
| Binary | 1111011 | 110001 | 1101101 | 0 | 111100 | 1011 | 110100 | 100110111 | 101011 | 100010 |
Color Harmonies of #7B316D
Complementary color
Monochromatic Colors of #7B316D
Black with #7B316D
Text Example
Text Example
White with #7B316D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B316D; }
p { color: rgb(123,49,109); }
H1.HeaderClassName
{
color: #7B316D;
}
.AnyTagClassName
{
color: #7B316D;
}
</style>
background-color css
<style>
a { background-color: #7B316D; }
a { background-color: rgb(123,49,109); }
div.DivClassName
{
background-color: #7B316D;
}
.BgClassName
{
background-color: #7B316D;
}
</style>
border-color css
<style>
span { border-color: #7B316D; }
span { border-color: rgb(123,49,109); }
td.TdClassName
{
border-color: #7B316D;
}
.TagClassName
{
border-color: #7B316D;
}
</style>