Shades of Dark Purple #7B1A76
Tints of Dark Purple #7B1A76
RGB
CMYK
RGB Variations
Color information
#7B1A76 (or 0x7B1A76) is known color: Dark Purple. HEX triplet: 7B, 1A and 76. RGB value is (123,26,118). Sum of RGB (Red+Green+Blue) = 123+26+118=267 (35% of max value = 765). Red value is 123 (48.44% from 255 or 46.07% from 267); Green value is 26 (10.55% from 255 or 9.74% from 267); Blue value is 118 (46.48% from 255 or 44.19% from 267); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1A76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B1A76 is #84E589. Grayscale: #414141. Windows color (decimal): -8709514 or 7740027. OLE color: 7740027.
HSL color Cylindrical-coordinate representation of color #7B1A76: hue angle of 303.09º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7B1A76 is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 26 | 118 | - |
| CMYK | 0 | 0.79 | 0.04 | 0.52 |
| HSL | 303.09º | 0.65% | 0.29% | - |
| HSV(B) | 303.09º | 0.79% | 0.48% | - |
| XYZ | 11.81 | 6.26 | 17.73 | - |
| YUV | 65.49 | 157.64 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 26 | 118 | 0 | 0.79 | 0.04 | 0.52 | 303.09 | 0.65 | 0.29 |
| Hex | 7B | 1A | 76 | 0 | 4F | 4 | 34 | 12F | 41 | 1D |
| Octal | 173 | 32 | 166 | 0 | 117 | 4 | 64 | 457 | 101 | 35 |
| Binary | 1111011 | 11010 | 1110110 | 0 | 1001111 | 100 | 110100 | 100101111 | 1000001 | 11101 |
Color Harmonies of #7B1A76
Complementary color
Monochromatic Colors of #7B1A76
Black with #7B1A76
Text Example
Text Example
White with #7B1A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1A76; }
p { color: rgb(123,26,118); }
H1.HeaderClassName
{
color: #7B1A76;
}
.AnyTagClassName
{
color: #7B1A76;
}
</style>
background-color css
<style>
a { background-color: #7B1A76; }
a { background-color: rgb(123,26,118); }
div.DivClassName
{
background-color: #7B1A76;
}
.BgClassName
{
background-color: #7B1A76;
}
</style>
border-color css
<style>
span { border-color: #7B1A76; }
span { border-color: rgb(123,26,118); }
td.TdClassName
{
border-color: #7B1A76;
}
.TagClassName
{
border-color: #7B1A76;
}
</style>