Shades of Dark Purple #7B226C
Tints of Dark Purple #7B226C
RGB
CMYK
RGB Variations
Color information
#7B226C (or 0x7B226C) is known color: Dark Purple. HEX triplet: 7B, 22 and 6C. RGB value is (123,34,108). Sum of RGB (Red+Green+Blue) = 123+34+108=265 (35% of max value = 765). Red value is 123 (48.44% from 255 or 46.42% from 265); Green value is 34 (13.67% from 255 or 12.83% from 265); Blue value is 108 (42.58% from 255 or 40.75% from 265); Max value from RGB is 123 - color contains mainly: red. Hex color #7B226C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B226C is #84DD93. Grayscale: #444444. Windows color (decimal): -8707476 or 7086715. OLE color: 7086715.
HSL color Cylindrical-coordinate representation of color #7B226C: hue angle of 310.11º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7B226C is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 34 | 108 | - |
| CMYK | 0 | 0.72 | 0.12 | 0.52 |
| HSL | 310.11º | 0.57% | 0.31% | - |
| HSV(B) | 310.11º | 0.72% | 0.48% | - |
| XYZ | 11.45 | 6.44 | 14.83 | - |
| YUV | 69.05 | 149.99 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 34 | 108 | 0 | 0.72 | 0.12 | 0.52 | 310.11 | 0.57 | 0.31 |
| Hex | 7B | 22 | 6C | 0 | 48 | C | 34 | 136 | 39 | 1F |
| Octal | 173 | 42 | 154 | 0 | 110 | 14 | 64 | 466 | 71 | 37 |
| Binary | 1111011 | 100010 | 1101100 | 0 | 1001000 | 1100 | 110100 | 100110110 | 111001 | 11111 |
Color Harmonies of #7B226C
Complementary color
Monochromatic Colors of #7B226C
Black with #7B226C
Text Example
Text Example
White with #7B226C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B226C; }
p { color: rgb(123,34,108); }
H1.HeaderClassName
{
color: #7B226C;
}
.AnyTagClassName
{
color: #7B226C;
}
</style>
background-color css
<style>
a { background-color: #7B226C; }
a { background-color: rgb(123,34,108); }
div.DivClassName
{
background-color: #7B226C;
}
.BgClassName
{
background-color: #7B226C;
}
</style>
border-color css
<style>
span { border-color: #7B226C; }
span { border-color: rgb(123,34,108); }
td.TdClassName
{
border-color: #7B226C;
}
.TagClassName
{
border-color: #7B226C;
}
</style>