Shades of Dark Purple #7B1764
Tints of Dark Purple #7B1764
RGB
CMYK
RGB Variations
Color information
#7B1764 (or 0x7B1764) is known color: Dark Purple. HEX triplet: 7B, 17 and 64. RGB value is (123,23,100). Sum of RGB (Red+Green+Blue) = 123+23+100=246 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 100 (39.45% from 255 or 40.65% from 246); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1764 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B1764 is #84E89B. Grayscale: #3D3D3D. Windows color (decimal): -8710300 or 6559611. OLE color: 6559611.
HSL color Cylindrical-coordinate representation of color #7B1764: hue angle of 313.8º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7B1764 is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 23 | 100 | - |
| CMYK | 0 | 0.81 | 0.19 | 0.52 |
| HSL | 313.8º | 0.68% | 0.29% | - |
| HSV(B) | 313.8º | 0.81% | 0.48% | - |
| XYZ | 10.78 | 5.74 | 12.6 | - |
| YUV | 61.68 | 149.63 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 23 | 100 | 0 | 0.81 | 0.19 | 0.52 | 313.8 | 0.68 | 0.29 |
| Hex | 7B | 17 | 64 | 0 | 51 | 13 | 34 | 13A | 44 | 1D |
| Octal | 173 | 27 | 144 | 0 | 121 | 23 | 64 | 472 | 104 | 35 |
| Binary | 1111011 | 10111 | 1100100 | 0 | 1010001 | 10011 | 110100 | 100111010 | 1000100 | 11101 |
Color Harmonies of #7B1764
Complementary color
Monochromatic Colors of #7B1764
Black with #7B1764
Text Example
Text Example
White with #7B1764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1764; }
p { color: rgb(123,23,100); }
H1.HeaderClassName
{
color: #7B1764;
}
.AnyTagClassName
{
color: #7B1764;
}
</style>
background-color css
<style>
a { background-color: #7B1764; }
a { background-color: rgb(123,23,100); }
div.DivClassName
{
background-color: #7B1764;
}
.BgClassName
{
background-color: #7B1764;
}
</style>
border-color css
<style>
span { border-color: #7B1764; }
span { border-color: rgb(123,23,100); }
td.TdClassName
{
border-color: #7B1764;
}
.TagClassName
{
border-color: #7B1764;
}
</style>