Shades of Dark Purple #7B1765
Tints of Dark Purple #7B1765
RGB
CMYK
RGB Variations
Color information
#7B1765 (or 0x7B1765) is known color: Dark Purple. HEX triplet: 7B, 17 and 65. RGB value is (123,23,101). Sum of RGB (Red+Green+Blue) = 123+23+101=247 (32% of max value = 765). Red value is 123 (48.44% from 255 or 49.80% from 247); Green value is 23 (9.38% from 255 or 9.31% from 247); Blue value is 101 (39.84% from 255 or 40.89% from 247); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1765 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B1765 is #84E89A. Grayscale: #3D3D3D. Windows color (decimal): -8710299 or 6625147. OLE color: 6625147.
HSL color Cylindrical-coordinate representation of color #7B1765: hue angle of 313.2º 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 #7B1765 is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 23 | 101 | - |
| CMYK | 0 | 0.81 | 0.18 | 0.52 |
| HSL | 313.2º | 0.68% | 0.29% | - |
| HSV(B) | 313.2º | 0.81% | 0.48% | - |
| XYZ | 10.82 | 5.76 | 12.85 | - |
| YUV | 61.79 | 150.13 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 23 | 101 | 0 | 0.81 | 0.18 | 0.52 | 313.2 | 0.68 | 0.29 |
| Hex | 7B | 17 | 65 | 0 | 51 | 12 | 34 | 139 | 44 | 1D |
| Octal | 173 | 27 | 145 | 0 | 121 | 22 | 64 | 471 | 104 | 35 |
| Binary | 1111011 | 10111 | 1100101 | 0 | 1010001 | 10010 | 110100 | 100111001 | 1000100 | 11101 |
Color Harmonies of #7B1765
Complementary color
Monochromatic Colors of #7B1765
Black with #7B1765
Text Example
Text Example
White with #7B1765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1765; }
p { color: rgb(123,23,101); }
H1.HeaderClassName
{
color: #7B1765;
}
.AnyTagClassName
{
color: #7B1765;
}
</style>
background-color css
<style>
a { background-color: #7B1765; }
a { background-color: rgb(123,23,101); }
div.DivClassName
{
background-color: #7B1765;
}
.BgClassName
{
background-color: #7B1765;
}
</style>
border-color css
<style>
span { border-color: #7B1765; }
span { border-color: rgb(123,23,101); }
td.TdClassName
{
border-color: #7B1765;
}
.TagClassName
{
border-color: #7B1765;
}
</style>