Shades of Dark Purple #7D1F85
Tints of Dark Purple #7D1F85
RGB
CMYK
RGB Variations
Color information
#7D1F85 (or 0x7D1F85) is known color: Dark Purple. HEX triplet: 7D, 1F and 85. RGB value is (125,31,133). Sum of RGB (Red+Green+Blue) = 125+31+133=289 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.25% from 289); Green value is 31 (12.5% from 255 or 10.73% from 289); Blue value is 133 (52.34% from 255 or 46.02% from 289); Max value from RGB is 133 - color contains mainly: blue. Hex color #7D1F85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D1F85 is #82E07A. Grayscale: #464646. Windows color (decimal): -8577147 or 8724349. OLE color: 8724349.
HSL color Cylindrical-coordinate representation of color #7D1F85: hue angle of 295.29º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7D1F85 is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 125 | 31 | 133 | - |
| CMYK | 0.06 | 0.77 | 0 | 0.48 |
| HSL | 295.29º | 0.62% | 0.32% | - |
| HSV(B) | 295.29º | 0.77% | 0.52% | - |
| XYZ | 13.18 | 7.03 | 22.85 | - |
| YUV | 70.73 | 163.14 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 31 | 133 | 0.06 | 0.77 | 0 | 0.48 | 295.29 | 0.62 | 0.32 |
| Hex | 7D | 1F | 85 | 6 | 4D | 0 | 30 | 127 | 3E | 20 |
| Octal | 175 | 37 | 205 | 6 | 115 | 0 | 60 | 447 | 76 | 40 |
| Binary | 1111101 | 11111 | 10000101 | 110 | 1001101 | 0 | 110000 | 100100111 | 111110 | 100000 |
Color Harmonies of #7D1F85
Complementary color
Monochromatic Colors of #7D1F85
Black with #7D1F85
Text Example
Text Example
White with #7D1F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1F85; }
p { color: rgb(125,31,133); }
H1.HeaderClassName
{
color: #7D1F85;
}
.AnyTagClassName
{
color: #7D1F85;
}
</style>
background-color css
<style>
a { background-color: #7D1F85; }
a { background-color: rgb(125,31,133); }
div.DivClassName
{
background-color: #7D1F85;
}
.BgClassName
{
background-color: #7D1F85;
}
</style>
border-color css
<style>
span { border-color: #7D1F85; }
span { border-color: rgb(125,31,133); }
td.TdClassName
{
border-color: #7D1F85;
}
.TagClassName
{
border-color: #7D1F85;
}
</style>