Shades of Dark Purple #7B1261
Tints of Dark Purple #7B1261
RGB
CMYK
RGB Variations
Color information
#7B1261 (or 0x7B1261) is known color: Dark Purple. HEX triplet: 7B, 12 and 61. RGB value is (123,18,97). Sum of RGB (Red+Green+Blue) = 123+18+97=238 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.68% from 238); Green value is 18 (7.42% from 255 or 7.56% from 238); Blue value is 97 (38.28% from 255 or 40.76% from 238); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B1261 is #84ED9E. Grayscale: #3A3A3A. Windows color (decimal): -8711583 or 6361723. OLE color: 6361723.
HSL color Cylindrical-coordinate representation of color #7B1261: hue angle of 314.86º 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 #7B1261 is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 18 | 97 | - |
| CMYK | 0 | 0.85 | 0.21 | 0.52 |
| HSL | 314.86º | 0.74% | 0.28% | - |
| HSV(B) | 314.86º | 0.85% | 0.48% | - |
| XYZ | 10.54 | 5.51 | 11.82 | - |
| YUV | 58.4 | 149.79 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 18 | 97 | 0 | 0.85 | 0.21 | 0.52 | 314.86 | 0.74 | 0.28 |
| Hex | 7B | 12 | 61 | 0 | 55 | 15 | 34 | 13B | 4A | 1C |
| Octal | 173 | 22 | 141 | 0 | 125 | 25 | 64 | 473 | 112 | 34 |
| Binary | 1111011 | 10010 | 1100001 | 0 | 1010101 | 10101 | 110100 | 100111011 | 1001010 | 11100 |
Color Harmonies of #7B1261
Complementary color
Monochromatic Colors of #7B1261
Black with #7B1261
Text Example
Text Example
White with #7B1261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1261; }
p { color: rgb(123,18,97); }
H1.HeaderClassName
{
color: #7B1261;
}
.AnyTagClassName
{
color: #7B1261;
}
</style>
background-color css
<style>
a { background-color: #7B1261; }
a { background-color: rgb(123,18,97); }
div.DivClassName
{
background-color: #7B1261;
}
.BgClassName
{
background-color: #7B1261;
}
</style>
border-color css
<style>
span { border-color: #7B1261; }
span { border-color: rgb(123,18,97); }
td.TdClassName
{
border-color: #7B1261;
}
.TagClassName
{
border-color: #7B1261;
}
</style>