Shades of Deluge #7D5FA9
Tints of Deluge #7D5FA9
RGB
CMYK
RGB Variations
Color information
#7D5FA9 (or 0x7D5FA9) is known color: Deluge. HEX triplet: 7D, 5F and A9. RGB value is (125,95,169). Sum of RGB (Red+Green+Blue) = 125+95+169=389 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.13% from 389); Green value is 95 (37.5% from 255 or 24.42% from 389); Blue value is 169 (66.41% from 255 or 43.44% from 389); Max value from RGB is 169 - color contains mainly: blue. Hex color #7D5FA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D5FA9 is #82A056. Grayscale: #707070. Windows color (decimal): -8560727 or 11100029. OLE color: 11100029.
HSL color Cylindrical-coordinate representation of color #7D5FA9: hue angle of 264.32º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7D5FA9 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 125 | 95 | 169 | - |
| CMYK | 0.26 | 0.44 | 0 | 0.34 |
| HSL | 264.32º | 0.3% | 0.52% | - |
| HSV(B) | 264.32º | 0.44% | 0.66% | - |
| XYZ | 19.71 | 15.41 | 39.47 | - |
| YUV | 112.41 | 159.94 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 95 | 169 | 0.26 | 0.44 | 0 | 0.34 | 264.32 | 0.3 | 0.52 |
| Hex | 7D | 5F | A9 | 1A | 2C | 0 | 22 | 108 | 1E | 34 |
| Octal | 175 | 137 | 251 | 32 | 54 | 0 | 42 | 410 | 36 | 64 |
| Binary | 1111101 | 1011111 | 10101001 | 11010 | 101100 | 0 | 100010 | 100001000 | 11110 | 110100 |
Color Harmonies of #7D5FA9
Complementary color
Monochromatic Colors of #7D5FA9
Black with #7D5FA9
Text Example
Text Example
White with #7D5FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5FA9; }
p { color: rgb(125,95,169); }
H1.HeaderClassName
{
color: #7D5FA9;
}
.AnyTagClassName
{
color: #7D5FA9;
}
</style>
background-color css
<style>
a { background-color: #7D5FA9; }
a { background-color: rgb(125,95,169); }
div.DivClassName
{
background-color: #7D5FA9;
}
.BgClassName
{
background-color: #7D5FA9;
}
</style>
border-color css
<style>
span { border-color: #7D5FA9; }
span { border-color: rgb(125,95,169); }
td.TdClassName
{
border-color: #7D5FA9;
}
.TagClassName
{
border-color: #7D5FA9;
}
</style>