Shades of Dark Purple #7B1665
Tints of Dark Purple #7B1665
RGB
CMYK
RGB Variations
Color information
#7B1665 (or 0x7B1665) is known color: Dark Purple. HEX triplet: 7B, 16 and 65. RGB value is (123,22,101). Sum of RGB (Red+Green+Blue) = 123+22+101=246 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50% from 246); Green value is 22 (8.98% from 255 or 8.94% from 246); Blue value is 101 (39.84% from 255 or 41.06% from 246); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1665 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B1665 is #84E99A. Grayscale: #3C3C3C. Windows color (decimal): -8710555 or 6624891. OLE color: 6624891.
HSL color Cylindrical-coordinate representation of color #7B1665: hue angle of 313.07º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7B1665 is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 22 | 101 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.52 |
| HSL | 313.07º | 0.7% | 0.28% | - |
| HSV(B) | 313.07º | 0.82% | 0.48% | - |
| XYZ | 10.8 | 5.72 | 12.85 | - |
| YUV | 61.21 | 150.46 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 22 | 101 | 0 | 0.82 | 0.18 | 0.52 | 313.07 | 0.7 | 0.28 |
| Hex | 7B | 16 | 65 | 0 | 52 | 12 | 34 | 139 | 46 | 1C |
| Octal | 173 | 26 | 145 | 0 | 122 | 22 | 64 | 471 | 106 | 34 |
| Binary | 1111011 | 10110 | 1100101 | 0 | 1010010 | 10010 | 110100 | 100111001 | 1000110 | 11100 |
Color Harmonies of #7B1665
Complementary color
Monochromatic Colors of #7B1665
Black with #7B1665
Text Example
Text Example
White with #7B1665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1665; }
p { color: rgb(123,22,101); }
H1.HeaderClassName
{
color: #7B1665;
}
.AnyTagClassName
{
color: #7B1665;
}
</style>
background-color css
<style>
a { background-color: #7B1665; }
a { background-color: rgb(123,22,101); }
div.DivClassName
{
background-color: #7B1665;
}
.BgClassName
{
background-color: #7B1665;
}
</style>
border-color css
<style>
span { border-color: #7B1665; }
span { border-color: rgb(123,22,101); }
td.TdClassName
{
border-color: #7B1665;
}
.TagClassName
{
border-color: #7B1665;
}
</style>