Shades of Dark Purple #7B226F
Tints of Dark Purple #7B226F
RGB
CMYK
RGB Variations
Color information
#7B226F (or 0x7B226F) is known color: Dark Purple. HEX triplet: 7B, 22 and 6F. RGB value is (123,34,111). Sum of RGB (Red+Green+Blue) = 123+34+111=268 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.90% from 268); Green value is 34 (13.67% from 255 or 12.69% from 268); Blue value is 111 (43.75% from 255 or 41.42% from 268); Max value from RGB is 123 - color contains mainly: red. Hex color #7B226F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B226F is #84DD90. Grayscale: #454545. Windows color (decimal): -8707473 or 7283323. OLE color: 7283323.
HSL color Cylindrical-coordinate representation of color #7B226F: hue angle of 308.09º 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 #7B226F is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 34 | 111 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.52 |
| HSL | 308.09º | 0.57% | 0.31% | - |
| HSV(B) | 308.09º | 0.72% | 0.48% | - |
| XYZ | 11.61 | 6.5 | 15.68 | - |
| YUV | 69.39 | 151.49 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 34 | 111 | 0 | 0.72 | 0.10 | 0.52 | 308.09 | 0.57 | 0.31 |
| Hex | 7B | 22 | 6F | 0 | 48 | A | 34 | 134 | 39 | 1F |
| Octal | 173 | 42 | 157 | 0 | 110 | 12 | 64 | 464 | 71 | 37 |
| Binary | 1111011 | 100010 | 1101111 | 0 | 1001000 | 1010 | 110100 | 100110100 | 111001 | 11111 |
Color Harmonies of #7B226F
Complementary color
Monochromatic Colors of #7B226F
Black with #7B226F
Text Example
Text Example
White with #7B226F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B226F; }
p { color: rgb(123,34,111); }
H1.HeaderClassName
{
color: #7B226F;
}
.AnyTagClassName
{
color: #7B226F;
}
</style>
background-color css
<style>
a { background-color: #7B226F; }
a { background-color: rgb(123,34,111); }
div.DivClassName
{
background-color: #7B226F;
}
.BgClassName
{
background-color: #7B226F;
}
</style>
border-color css
<style>
span { border-color: #7B226F; }
span { border-color: rgb(123,34,111); }
td.TdClassName
{
border-color: #7B226F;
}
.TagClassName
{
border-color: #7B226F;
}
</style>