Shades of Dark Purple #7B126D
Tints of Dark Purple #7B126D
RGB
CMYK
RGB Variations
Color information
#7B126D (or 0x7B126D) is known color: Dark Purple. HEX triplet: 7B, 12 and 6D. RGB value is (123,18,109). Sum of RGB (Red+Green+Blue) = 123+18+109=250 (33% of max value = 765). Red value is 123 (48.44% from 255 or 49.2% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 109 (42.97% from 255 or 43.6% from 250); Max value from RGB is 123 - color contains mainly: red. Hex color #7B126D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B126D is #84ED92. Grayscale: #3B3B3B. Windows color (decimal): -8711571 or 7148155. OLE color: 7148155.
HSL color Cylindrical-coordinate representation of color #7B126D: hue angle of 308º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7B126D is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 18 | 109 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.52 |
| HSL | 308º | 0.74% | 0.28% | - |
| HSV(B) | 308º | 0.85% | 0.48% | - |
| XYZ | 11.15 | 5.75 | 14.99 | - |
| YUV | 59.77 | 155.79 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 18 | 109 | 0 | 0.85 | 0.11 | 0.52 | 308 | 0.74 | 0.28 |
| Hex | 7B | 12 | 6D | 0 | 55 | B | 34 | 134 | 4A | 1C |
| Octal | 173 | 22 | 155 | 0 | 125 | 13 | 64 | 464 | 112 | 34 |
| Binary | 1111011 | 10010 | 1101101 | 0 | 1010101 | 1011 | 110100 | 100110100 | 1001010 | 11100 |
Color Harmonies of #7B126D
Complementary color
Monochromatic Colors of #7B126D
Black with #7B126D
Text Example
Text Example
White with #7B126D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B126D; }
p { color: rgb(123,18,109); }
H1.HeaderClassName
{
color: #7B126D;
}
.AnyTagClassName
{
color: #7B126D;
}
</style>
background-color css
<style>
a { background-color: #7B126D; }
a { background-color: rgb(123,18,109); }
div.DivClassName
{
background-color: #7B126D;
}
.BgClassName
{
background-color: #7B126D;
}
</style>
border-color css
<style>
span { border-color: #7B126D; }
span { border-color: rgb(123,18,109); }
td.TdClassName
{
border-color: #7B126D;
}
.TagClassName
{
border-color: #7B126D;
}
</style>