Shades of Dark Purple #7B176A
Tints of Dark Purple #7B176A
RGB
CMYK
RGB Variations
Color information
#7B176A (or 0x7B176A) is known color: Dark Purple. HEX triplet: 7B, 17 and 6A. RGB value is (123,23,106). Sum of RGB (Red+Green+Blue) = 123+23+106=252 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.81% from 252); Green value is 23 (9.38% from 255 or 9.13% from 252); Blue value is 106 (41.80% from 255 or 42.06% from 252); Max value from RGB is 123 - color contains mainly: red. Hex color #7B176A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B176A is #84E895. Grayscale: #3E3E3E. Windows color (decimal): -8710294 or 6952827. OLE color: 6952827.
HSL color Cylindrical-coordinate representation of color #7B176A: hue angle of 310.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 #7B176A is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 23 | 106 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.52 |
| HSL | 310.2º | 0.68% | 0.29% | - |
| HSV(B) | 310.2º | 0.81% | 0.48% | - |
| XYZ | 11.08 | 5.86 | 14.18 | - |
| YUV | 62.36 | 152.63 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 23 | 106 | 0 | 0.81 | 0.14 | 0.52 | 310.2 | 0.68 | 0.29 |
| Hex | 7B | 17 | 6A | 0 | 51 | E | 34 | 136 | 44 | 1D |
| Octal | 173 | 27 | 152 | 0 | 121 | 16 | 64 | 466 | 104 | 35 |
| Binary | 1111011 | 10111 | 1101010 | 0 | 1010001 | 1110 | 110100 | 100110110 | 1000100 | 11101 |
Color Harmonies of #7B176A
Complementary color
Monochromatic Colors of #7B176A
Black with #7B176A
Text Example
Text Example
White with #7B176A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B176A; }
p { color: rgb(123,23,106); }
H1.HeaderClassName
{
color: #7B176A;
}
.AnyTagClassName
{
color: #7B176A;
}
</style>
background-color css
<style>
a { background-color: #7B176A; }
a { background-color: rgb(123,23,106); }
div.DivClassName
{
background-color: #7B176A;
}
.BgClassName
{
background-color: #7B176A;
}
</style>
border-color css
<style>
span { border-color: #7B176A; }
span { border-color: rgb(123,23,106); }
td.TdClassName
{
border-color: #7B176A;
}
.TagClassName
{
border-color: #7B176A;
}
</style>