Shades of Dark Purple #7D1878
Tints of Dark Purple #7D1878
RGB
CMYK
RGB Variations
Color information
#7D1878 (or 0x7D1878) is known color: Dark Purple. HEX triplet: 7D, 18 and 78. RGB value is (125,24,120). Sum of RGB (Red+Green+Blue) = 125+24+120=269 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.47% from 269); Green value is 24 (9.77% from 255 or 8.92% from 269); Blue value is 120 (47.27% from 255 or 44.61% from 269); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1878 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D1878 is #82E787. Grayscale: #404040. Windows color (decimal): -8578952 or 7870589. OLE color: 7870589.
HSL color Cylindrical-coordinate representation of color #7D1878: hue angle of 302.97º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7D1878 is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 24 | 120 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.51 |
| HSL | 302.97º | 0.68% | 0.29% | - |
| HSV(B) | 302.97º | 0.81% | 0.49% | - |
| XYZ | 12.17 | 6.37 | 18.36 | - |
| YUV | 65.14 | 158.96 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 24 | 120 | 0 | 0.81 | 0.04 | 0.51 | 302.97 | 0.68 | 0.29 |
| Hex | 7D | 18 | 78 | 0 | 51 | 4 | 33 | 12F | 44 | 1D |
| Octal | 175 | 30 | 170 | 0 | 121 | 4 | 63 | 457 | 104 | 35 |
| Binary | 1111101 | 11000 | 1111000 | 0 | 1010001 | 100 | 110011 | 100101111 | 1000100 | 11101 |
Color Harmonies of #7D1878
Complementary color
Monochromatic Colors of #7D1878
Black with #7D1878
Text Example
Text Example
White with #7D1878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1878; }
p { color: rgb(125,24,120); }
H1.HeaderClassName
{
color: #7D1878;
}
.AnyTagClassName
{
color: #7D1878;
}
</style>
background-color css
<style>
a { background-color: #7D1878; }
a { background-color: rgb(125,24,120); }
div.DivClassName
{
background-color: #7D1878;
}
.BgClassName
{
background-color: #7D1878;
}
</style>
border-color css
<style>
span { border-color: #7D1878; }
span { border-color: rgb(125,24,120); }
td.TdClassName
{
border-color: #7D1878;
}
.TagClassName
{
border-color: #7D1878;
}
</style>