Shades of Dark Purple #7B1F7A
Tints of Dark Purple #7B1F7A
RGB
CMYK
RGB Variations
Color information
#7B1F7A (or 0x7B1F7A) is known color: Dark Purple. HEX triplet: 7B, 1F and 7A. RGB value is (123,31,122). Sum of RGB (Red+Green+Blue) = 123+31+122=276 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.57% from 276); Green value is 31 (12.5% from 255 or 11.23% from 276); Blue value is 122 (48.05% from 255 or 44.20% from 276); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1F7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B1F7A is #84E085. Grayscale: #444444. Windows color (decimal): -8708230 or 8003451. OLE color: 8003451.
HSL color Cylindrical-coordinate representation of color #7B1F7A: hue angle of 300.65º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7B1F7A is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 31 | 122 | - |
| CMYK | 0 | 0.75 | 0.01 | 0.52 |
| HSL | 300.65º | 0.6% | 0.3% | - |
| HSV(B) | 300.65º | 0.75% | 0.48% | - |
| XYZ | 12.17 | 6.6 | 19.04 | - |
| YUV | 68.88 | 157.98 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 31 | 122 | 0 | 0.75 | 0.01 | 0.52 | 300.65 | 0.6 | 0.3 |
| Hex | 7B | 1F | 7A | 0 | 4B | 1 | 34 | 12D | 3C | 1E |
| Octal | 173 | 37 | 172 | 0 | 113 | 1 | 64 | 455 | 74 | 36 |
| Binary | 1111011 | 11111 | 1111010 | 0 | 1001011 | 1 | 110100 | 100101101 | 111100 | 11110 |
Color Harmonies of #7B1F7A
Complementary color
Monochromatic Colors of #7B1F7A
Black with #7B1F7A
Text Example
Text Example
White with #7B1F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1F7A; }
p { color: rgb(123,31,122); }
H1.HeaderClassName
{
color: #7B1F7A;
}
.AnyTagClassName
{
color: #7B1F7A;
}
</style>
background-color css
<style>
a { background-color: #7B1F7A; }
a { background-color: rgb(123,31,122); }
div.DivClassName
{
background-color: #7B1F7A;
}
.BgClassName
{
background-color: #7B1F7A;
}
</style>
border-color css
<style>
span { border-color: #7B1F7A; }
span { border-color: rgb(123,31,122); }
td.TdClassName
{
border-color: #7B1F7A;
}
.TagClassName
{
border-color: #7B1F7A;
}
</style>