Shades of Dark Purple #7B326E
Tints of Dark Purple #7B326E
RGB
CMYK
RGB Variations
Color information
#7B326E (or 0x7B326E) is known color: Dark Purple. HEX triplet: 7B, 32 and 6E. RGB value is (123,50,110). Sum of RGB (Red+Green+Blue) = 123+50+110=283 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.46% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 110 (43.36% from 255 or 38.87% from 283); Max value from RGB is 123 - color contains mainly: red. Hex color #7B326E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B326E is #84CD91. Grayscale: #4E4E4E. Windows color (decimal): -8703378 or 7221883. OLE color: 7221883.
HSL color Cylindrical-coordinate representation of color #7B326E: hue angle of 310.68º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7B326E is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 50 | 110 | - |
| CMYK | 0 | 0.59 | 0.11 | 0.52 |
| HSL | 310.68º | 0.42% | 0.34% | - |
| HSV(B) | 310.68º | 0.59% | 0.48% | - |
| XYZ | 12.12 | 7.62 | 15.58 | - |
| YUV | 78.67 | 145.68 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 50 | 110 | 0 | 0.59 | 0.11 | 0.52 | 310.68 | 0.42 | 0.34 |
| Hex | 7B | 32 | 6E | 0 | 3B | B | 34 | 137 | 2A | 22 |
| Octal | 173 | 62 | 156 | 0 | 73 | 13 | 64 | 467 | 52 | 42 |
| Binary | 1111011 | 110010 | 1101110 | 0 | 111011 | 1011 | 110100 | 100110111 | 101010 | 100010 |
Color Harmonies of #7B326E
Complementary color
Monochromatic Colors of #7B326E
Black with #7B326E
Text Example
Text Example
White with #7B326E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B326E; }
p { color: rgb(123,50,110); }
H1.HeaderClassName
{
color: #7B326E;
}
.AnyTagClassName
{
color: #7B326E;
}
</style>
background-color css
<style>
a { background-color: #7B326E; }
a { background-color: rgb(123,50,110); }
div.DivClassName
{
background-color: #7B326E;
}
.BgClassName
{
background-color: #7B326E;
}
</style>
border-color css
<style>
span { border-color: #7B326E; }
span { border-color: rgb(123,50,110); }
td.TdClassName
{
border-color: #7B326E;
}
.TagClassName
{
border-color: #7B326E;
}
</style>