Shades of Dark Purple #7D167B
Tints of Dark Purple #7D167B
RGB
CMYK
RGB Variations
Color information
#7D167B (or 0x7D167B) is known color: Dark Purple. HEX triplet: 7D, 16 and 7B. RGB value is (125,22,123). Sum of RGB (Red+Green+Blue) = 125+22+123=270 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.30% from 270); Green value is 22 (8.98% from 255 or 8.15% from 270); Blue value is 123 (48.44% from 255 or 45.56% from 270); Max value from RGB is 125 - color contains mainly: red. Hex color #7D167B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D167B is #82E984. Grayscale: #404040. Windows color (decimal): -8579461 or 8066685. OLE color: 8066685.
HSL color Cylindrical-coordinate representation of color #7D167B: hue angle of 301.17º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7D167B is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 22 | 123 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.51 |
| HSL | 301.17º | 0.7% | 0.29% | - |
| HSV(B) | 301.17º | 0.82% | 0.49% | - |
| XYZ | 12.32 | 6.36 | 19.32 | - |
| YUV | 64.31 | 161.12 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 22 | 123 | 0 | 0.82 | 0.02 | 0.51 | 301.17 | 0.7 | 0.29 |
| Hex | 7D | 16 | 7B | 0 | 52 | 2 | 33 | 12D | 46 | 1D |
| Octal | 175 | 26 | 173 | 0 | 122 | 2 | 63 | 455 | 106 | 35 |
| Binary | 1111101 | 10110 | 1111011 | 0 | 1010010 | 10 | 110011 | 100101101 | 1000110 | 11101 |
Color Harmonies of #7D167B
Complementary color
Monochromatic Colors of #7D167B
Black with #7D167B
Text Example
Text Example
White with #7D167B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D167B; }
p { color: rgb(125,22,123); }
H1.HeaderClassName
{
color: #7D167B;
}
.AnyTagClassName
{
color: #7D167B;
}
</style>
background-color css
<style>
a { background-color: #7D167B; }
a { background-color: rgb(125,22,123); }
div.DivClassName
{
background-color: #7D167B;
}
.BgClassName
{
background-color: #7D167B;
}
</style>
border-color css
<style>
span { border-color: #7D167B; }
span { border-color: rgb(125,22,123); }
td.TdClassName
{
border-color: #7D167B;
}
.TagClassName
{
border-color: #7D167B;
}
</style>