Shades of Dark Purple #7D2478
Tints of Dark Purple #7D2478
RGB
CMYK
RGB Variations
Color information
#7D2478 (or 0x7D2478) is known color: Dark Purple. HEX triplet: 7D, 24 and 78. RGB value is (125,36,120). Sum of RGB (Red+Green+Blue) = 125+36+120=281 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.48% from 281); Green value is 36 (14.45% from 255 or 12.81% from 281); Blue value is 120 (47.27% from 255 or 42.70% from 281); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2478 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D2478 is #82DB87. Grayscale: #474747. Windows color (decimal): -8575880 or 7873661. OLE color: 7873661.
HSL color Cylindrical-coordinate representation of color #7D2478: hue angle of 303.37º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7D2478 is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 36 | 120 | - |
| CMYK | 0 | 0.71 | 0.04 | 0.51 |
| HSL | 303.37º | 0.55% | 0.32% | - |
| HSV(B) | 303.37º | 0.71% | 0.49% | - |
| XYZ | 12.48 | 6.98 | 18.46 | - |
| YUV | 72.19 | 154.99 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 36 | 120 | 0 | 0.71 | 0.04 | 0.51 | 303.37 | 0.55 | 0.32 |
| Hex | 7D | 24 | 78 | 0 | 47 | 4 | 33 | 12F | 37 | 20 |
| Octal | 175 | 44 | 170 | 0 | 107 | 4 | 63 | 457 | 67 | 40 |
| Binary | 1111101 | 100100 | 1111000 | 0 | 1000111 | 100 | 110011 | 100101111 | 110111 | 100000 |
Color Harmonies of #7D2478
Complementary color
Monochromatic Colors of #7D2478
Black with #7D2478
Text Example
Text Example
White with #7D2478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2478; }
p { color: rgb(125,36,120); }
H1.HeaderClassName
{
color: #7D2478;
}
.AnyTagClassName
{
color: #7D2478;
}
</style>
background-color css
<style>
a { background-color: #7D2478; }
a { background-color: rgb(125,36,120); }
div.DivClassName
{
background-color: #7D2478;
}
.BgClassName
{
background-color: #7D2478;
}
</style>
border-color css
<style>
span { border-color: #7D2478; }
span { border-color: rgb(125,36,120); }
td.TdClassName
{
border-color: #7D2478;
}
.TagClassName
{
border-color: #7D2478;
}
</style>