Shades of Dark Purple #7C266B
Tints of Dark Purple #7C266B
RGB
CMYK
RGB Variations
Color information
#7C266B (or 0x7C266B) is known color: Dark Purple. HEX triplet: 7C, 26 and 6B. RGB value is (124,38,107). Sum of RGB (Red+Green+Blue) = 124+38+107=269 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.10% from 269); Green value is 38 (15.23% from 255 or 14.13% from 269); Blue value is 107 (42.19% from 255 or 39.78% from 269); Max value from RGB is 124 - color contains mainly: red. Hex color #7C266B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C266B is #83D994. Grayscale: #474747. Windows color (decimal): -8640917 or 7022204. OLE color: 7022204.
HSL color Cylindrical-coordinate representation of color #7C266B: hue angle of 311.86º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7C266B is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 38 | 107 | - |
| CMYK | 0 | 0.69 | 0.14 | 0.51 |
| HSL | 311.86º | 0.53% | 0.32% | - |
| HSV(B) | 311.86º | 0.69% | 0.49% | - |
| XYZ | 11.66 | 6.73 | 14.59 | - |
| YUV | 71.58 | 147.99 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 38 | 107 | 0 | 0.69 | 0.14 | 0.51 | 311.86 | 0.53 | 0.32 |
| Hex | 7C | 26 | 6B | 0 | 45 | E | 33 | 138 | 35 | 20 |
| Octal | 174 | 46 | 153 | 0 | 105 | 16 | 63 | 470 | 65 | 40 |
| Binary | 1111100 | 100110 | 1101011 | 0 | 1000101 | 1110 | 110011 | 100111000 | 110101 | 100000 |
Color Harmonies of #7C266B
Complementary color
Monochromatic Colors of #7C266B
Black with #7C266B
Text Example
Text Example
White with #7C266B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C266B; }
p { color: rgb(124,38,107); }
H1.HeaderClassName
{
color: #7C266B;
}
.AnyTagClassName
{
color: #7C266B;
}
</style>
background-color css
<style>
a { background-color: #7C266B; }
a { background-color: rgb(124,38,107); }
div.DivClassName
{
background-color: #7C266B;
}
.BgClassName
{
background-color: #7C266B;
}
</style>
border-color css
<style>
span { border-color: #7C266B; }
span { border-color: rgb(124,38,107); }
td.TdClassName
{
border-color: #7C266B;
}
.TagClassName
{
border-color: #7C266B;
}
</style>