Shades of Dark Purple #7D2874
Tints of Dark Purple #7D2874
RGB
CMYK
RGB Variations
Color information
#7D2874 (or 0x7D2874) is known color: Dark Purple. HEX triplet: 7D, 28 and 74. RGB value is (125,40,116). Sum of RGB (Red+Green+Blue) = 125+40+116=281 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.48% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 116 (45.70% from 255 or 41.28% from 281); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2874 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D2874 is #82D78B. Grayscale: #494949. Windows color (decimal): -8574860 or 7612541. OLE color: 7612541.
HSL color Cylindrical-coordinate representation of color #7D2874: hue angle of 306.35º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7D2874 is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 40 | 116 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.51 |
| HSL | 306.35º | 0.52% | 0.32% | - |
| HSV(B) | 306.35º | 0.68% | 0.49% | - |
| XYZ | 12.37 | 7.14 | 17.25 | - |
| YUV | 74.08 | 151.66 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 40 | 116 | 0 | 0.68 | 0.07 | 0.51 | 306.35 | 0.52 | 0.32 |
| Hex | 7D | 28 | 74 | 0 | 44 | 7 | 33 | 132 | 34 | 20 |
| Octal | 175 | 50 | 164 | 0 | 104 | 7 | 63 | 462 | 64 | 40 |
| Binary | 1111101 | 101000 | 1110100 | 0 | 1000100 | 111 | 110011 | 100110010 | 110100 | 100000 |
Color Harmonies of #7D2874
Complementary color
Monochromatic Colors of #7D2874
Black with #7D2874
Text Example
Text Example
White with #7D2874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2874; }
p { color: rgb(125,40,116); }
H1.HeaderClassName
{
color: #7D2874;
}
.AnyTagClassName
{
color: #7D2874;
}
</style>
background-color css
<style>
a { background-color: #7D2874; }
a { background-color: rgb(125,40,116); }
div.DivClassName
{
background-color: #7D2874;
}
.BgClassName
{
background-color: #7D2874;
}
</style>
border-color css
<style>
span { border-color: #7D2874; }
span { border-color: rgb(125,40,116); }
td.TdClassName
{
border-color: #7D2874;
}
.TagClassName
{
border-color: #7D2874;
}
</style>