Shades of Dark Purple #7B1673
Tints of Dark Purple #7B1673
RGB
CMYK
RGB Variations
Color information
#7B1673 (or 0x7B1673) is known color: Dark Purple. HEX triplet: 7B, 16 and 73. RGB value is (123,22,115). Sum of RGB (Red+Green+Blue) = 123+22+115=260 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.31% from 260); Green value is 22 (8.98% from 255 or 8.46% from 260); Blue value is 115 (45.31% from 255 or 44.23% from 260); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1673 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B1673 is #84E98C. Grayscale: #3E3E3E. Windows color (decimal): -8710541 or 7542395. OLE color: 7542395.
HSL color Cylindrical-coordinate representation of color #7B1673: hue angle of 304.75º 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 #7B1673 is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 22 | 115 | - |
| CMYK | 0 | 0.82 | 0.07 | 0.52 |
| HSL | 304.75º | 0.7% | 0.28% | - |
| HSV(B) | 304.75º | 0.82% | 0.48% | - |
| XYZ | 11.55 | 6.02 | 16.77 | - |
| YUV | 62.8 | 157.46 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 22 | 115 | 0 | 0.82 | 0.07 | 0.52 | 304.75 | 0.7 | 0.28 |
| Hex | 7B | 16 | 73 | 0 | 52 | 7 | 34 | 131 | 46 | 1C |
| Octal | 173 | 26 | 163 | 0 | 122 | 7 | 64 | 461 | 106 | 34 |
| Binary | 1111011 | 10110 | 1110011 | 0 | 1010010 | 111 | 110100 | 100110001 | 1000110 | 11100 |
Color Harmonies of #7B1673
Complementary color
Monochromatic Colors of #7B1673
Black with #7B1673
Text Example
Text Example
White with #7B1673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1673; }
p { color: rgb(123,22,115); }
H1.HeaderClassName
{
color: #7B1673;
}
.AnyTagClassName
{
color: #7B1673;
}
</style>
background-color css
<style>
a { background-color: #7B1673; }
a { background-color: rgb(123,22,115); }
div.DivClassName
{
background-color: #7B1673;
}
.BgClassName
{
background-color: #7B1673;
}
</style>
border-color css
<style>
span { border-color: #7B1673; }
span { border-color: rgb(123,22,115); }
td.TdClassName
{
border-color: #7B1673;
}
.TagClassName
{
border-color: #7B1673;
}
</style>