Shades of Dark Purple #7B1A80
Tints of Dark Purple #7B1A80
RGB
CMYK
RGB Variations
Color information
#7B1A80 (or 0x7B1A80) is known color: Dark Purple. HEX triplet: 7B, 1A and 80. RGB value is (123,26,128). Sum of RGB (Red+Green+Blue) = 123+26+128=277 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.40% from 277); Green value is 26 (10.55% from 255 or 9.39% from 277); Blue value is 128 (50.39% from 255 or 46.21% from 277); Max value from RGB is 128 - color contains mainly: blue. Hex color #7B1A80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B1A80 is #84E57F. Grayscale: #424242. Windows color (decimal): -8709504 or 8395387. OLE color: 8395387.
HSL color Cylindrical-coordinate representation of color #7B1A80: hue angle of 297.06º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7B1A80 is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 123 | 26 | 128 | - |
| CMYK | 0.04 | 0.80 | 0 | 0.50 |
| HSL | 297.06º | 0.66% | 0.3% | - |
| HSV(B) | 297.06º | 0.8% | 0.5% | - |
| XYZ | 12.43 | 6.51 | 21.02 | - |
| YUV | 66.63 | 162.64 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 26 | 128 | 0.04 | 0.80 | 0 | 0.50 | 297.06 | 0.66 | 0.3 |
| Hex | 7B | 1A | 80 | 4 | 50 | 0 | 32 | 129 | 42 | 1E |
| Octal | 173 | 32 | 200 | 4 | 120 | 0 | 62 | 451 | 102 | 36 |
| Binary | 1111011 | 11010 | 10000000 | 100 | 1010000 | 0 | 110010 | 100101001 | 1000010 | 11110 |
Color Harmonies of #7B1A80
Complementary color
Monochromatic Colors of #7B1A80
Black with #7B1A80
Text Example
Text Example
White with #7B1A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1A80; }
p { color: rgb(123,26,128); }
H1.HeaderClassName
{
color: #7B1A80;
}
.AnyTagClassName
{
color: #7B1A80;
}
</style>
background-color css
<style>
a { background-color: #7B1A80; }
a { background-color: rgb(123,26,128); }
div.DivClassName
{
background-color: #7B1A80;
}
.BgClassName
{
background-color: #7B1A80;
}
</style>
border-color css
<style>
span { border-color: #7B1A80; }
span { border-color: rgb(123,26,128); }
td.TdClassName
{
border-color: #7B1A80;
}
.TagClassName
{
border-color: #7B1A80;
}
</style>