Shades of Dark Purple #7D1674
Tints of Dark Purple #7D1674
RGB
CMYK
RGB Variations
Color information
#7D1674 (or 0x7D1674) is known color: Dark Purple. HEX triplet: 7D, 16 and 74. RGB value is (125,22,116). Sum of RGB (Red+Green+Blue) = 125+22+116=263 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.53% from 263); Green value is 22 (8.98% from 255 or 8.37% from 263); Blue value is 116 (45.70% from 255 or 44.11% from 263); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1674 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D1674 is #82E98B. Grayscale: #3F3F3F. Windows color (decimal): -8579468 or 7607933. OLE color: 7607933.
HSL color Cylindrical-coordinate representation of color #7D1674: hue angle of 305.24º 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 #7D1674 is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 22 | 116 | - |
| CMYK | 0 | 0.82 | 0.07 | 0.51 |
| HSL | 305.24º | 0.7% | 0.29% | - |
| HSV(B) | 305.24º | 0.82% | 0.49% | - |
| XYZ | 11.9 | 6.19 | 17.09 | - |
| YUV | 63.51 | 157.62 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 22 | 116 | 0 | 0.82 | 0.07 | 0.51 | 305.24 | 0.7 | 0.29 |
| Hex | 7D | 16 | 74 | 0 | 52 | 7 | 33 | 131 | 46 | 1D |
| Octal | 175 | 26 | 164 | 0 | 122 | 7 | 63 | 461 | 106 | 35 |
| Binary | 1111101 | 10110 | 1110100 | 0 | 1010010 | 111 | 110011 | 100110001 | 1000110 | 11101 |
Color Harmonies of #7D1674
Complementary color
Monochromatic Colors of #7D1674
Black with #7D1674
Text Example
Text Example
White with #7D1674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1674; }
p { color: rgb(125,22,116); }
H1.HeaderClassName
{
color: #7D1674;
}
.AnyTagClassName
{
color: #7D1674;
}
</style>
background-color css
<style>
a { background-color: #7D1674; }
a { background-color: rgb(125,22,116); }
div.DivClassName
{
background-color: #7D1674;
}
.BgClassName
{
background-color: #7D1674;
}
</style>
border-color css
<style>
span { border-color: #7D1674; }
span { border-color: rgb(125,22,116); }
td.TdClassName
{
border-color: #7D1674;
}
.TagClassName
{
border-color: #7D1674;
}
</style>