Shades of Dark Purple #7B3173
Tints of Dark Purple #7B3173
RGB
CMYK
RGB Variations
Color information
#7B3173 (or 0x7B3173) is known color: Dark Purple. HEX triplet: 7B, 31 and 73. RGB value is (123,49,115). Sum of RGB (Red+Green+Blue) = 123+49+115=287 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.86% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 115 (45.31% from 255 or 40.07% from 287); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3173 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B3173 is #84CE8C. Grayscale: #4E4E4E. Windows color (decimal): -8703629 or 7549307. OLE color: 7549307.
HSL color Cylindrical-coordinate representation of color #7B3173: hue angle of 306.49º 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 #7B3173 is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 49 | 115 | - |
| CMYK | 0 | 0.60 | 0.07 | 0.52 |
| HSL | 306.49º | 0.43% | 0.34% | - |
| HSV(B) | 306.49º | 0.6% | 0.48% | - |
| XYZ | 12.36 | 7.65 | 17.04 | - |
| YUV | 78.65 | 148.52 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 49 | 115 | 0 | 0.60 | 0.07 | 0.52 | 306.49 | 0.43 | 0.34 |
| Hex | 7B | 31 | 73 | 0 | 3C | 7 | 34 | 132 | 2B | 22 |
| Octal | 173 | 61 | 163 | 0 | 74 | 7 | 64 | 462 | 53 | 42 |
| Binary | 1111011 | 110001 | 1110011 | 0 | 111100 | 111 | 110100 | 100110010 | 101011 | 100010 |
Color Harmonies of #7B3173
Complementary color
Monochromatic Colors of #7B3173
Black with #7B3173
Text Example
Text Example
White with #7B3173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3173; }
p { color: rgb(123,49,115); }
H1.HeaderClassName
{
color: #7B3173;
}
.AnyTagClassName
{
color: #7B3173;
}
</style>
background-color css
<style>
a { background-color: #7B3173; }
a { background-color: rgb(123,49,115); }
div.DivClassName
{
background-color: #7B3173;
}
.BgClassName
{
background-color: #7B3173;
}
</style>
border-color css
<style>
span { border-color: #7B3173; }
span { border-color: rgb(123,49,115); }
td.TdClassName
{
border-color: #7B3173;
}
.TagClassName
{
border-color: #7B3173;
}
</style>