Shades of Dark Purple #7B1763
Tints of Dark Purple #7B1763
RGB
CMYK
RGB Variations
Color information
#7B1763 (or 0x7B1763) is known color: Dark Purple. HEX triplet: 7B, 17 and 63. RGB value is (123,23,99). Sum of RGB (Red+Green+Blue) = 123+23+99=245 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.20% from 245); Green value is 23 (9.38% from 255 or 9.39% from 245); Blue value is 99 (39.06% from 255 or 40.41% from 245); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1763 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B1763 is #84E89C. Grayscale: #3D3D3D. Windows color (decimal): -8710301 or 6494075. OLE color: 6494075.
HSL color Cylindrical-coordinate representation of color #7B1763: hue angle of 314.4º 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 #7B1763 is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 23 | 99 | - |
| CMYK | 0 | 0.81 | 0.20 | 0.52 |
| HSL | 314.4º | 0.68% | 0.29% | - |
| HSV(B) | 314.4º | 0.81% | 0.48% | - |
| XYZ | 10.73 | 5.72 | 12.34 | - |
| YUV | 61.56 | 149.13 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 23 | 99 | 0 | 0.81 | 0.20 | 0.52 | 314.4 | 0.68 | 0.29 |
| Hex | 7B | 17 | 63 | 0 | 51 | 14 | 34 | 13A | 44 | 1D |
| Octal | 173 | 27 | 143 | 0 | 121 | 24 | 64 | 472 | 104 | 35 |
| Binary | 1111011 | 10111 | 1100011 | 0 | 1010001 | 10100 | 110100 | 100111010 | 1000100 | 11101 |
Color Harmonies of #7B1763
Complementary color
Monochromatic Colors of #7B1763
Black with #7B1763
Text Example
Text Example
White with #7B1763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1763; }
p { color: rgb(123,23,99); }
H1.HeaderClassName
{
color: #7B1763;
}
.AnyTagClassName
{
color: #7B1763;
}
</style>
background-color css
<style>
a { background-color: #7B1763; }
a { background-color: rgb(123,23,99); }
div.DivClassName
{
background-color: #7B1763;
}
.BgClassName
{
background-color: #7B1763;
}
</style>
border-color css
<style>
span { border-color: #7B1763; }
span { border-color: rgb(123,23,99); }
td.TdClassName
{
border-color: #7B1763;
}
.TagClassName
{
border-color: #7B1763;
}
</style>