Shades of Deluge #7D5DAF
Tints of Deluge #7D5DAF
RGB
CMYK
RGB Variations
Color information
#7D5DAF (or 0x7D5DAF) is known color: Deluge. HEX triplet: 7D, 5D and AF. RGB value is (125,93,175). Sum of RGB (Red+Green+Blue) = 125+93+175=393 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.81% from 393); Green value is 93 (36.72% from 255 or 23.66% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 175 - color contains mainly: blue. Hex color #7D5DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D5DAF is #82A250. Grayscale: #6F6F6F. Windows color (decimal): -8561233 or 11492733. OLE color: 11492733.
HSL color Cylindrical-coordinate representation of color #7D5DAF: hue angle of 263.41º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D5DAF is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 93 | 175 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.31 |
| HSL | 263.41º | 0.34% | 0.53% | - |
| HSV(B) | 263.41º | 0.47% | 0.69% | - |
| XYZ | 20.11 | 15.28 | 42.45 | - |
| YUV | 111.92 | 163.6 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 93 | 175 | 0.29 | 0.47 | 0 | 0.31 | 263.41 | 0.34 | 0.53 |
| Hex | 7D | 5D | AF | 1D | 2F | 0 | 1F | 107 | 22 | 35 |
| Octal | 175 | 135 | 257 | 35 | 57 | 0 | 37 | 407 | 42 | 65 |
| Binary | 1111101 | 1011101 | 10101111 | 11101 | 101111 | 0 | 11111 | 100000111 | 100010 | 110101 |
Color Harmonies of #7D5DAF
Complementary color
Monochromatic Colors of #7D5DAF
Black with #7D5DAF
Text Example
Text Example
White with #7D5DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5DAF; }
p { color: rgb(125,93,175); }
H1.HeaderClassName
{
color: #7D5DAF;
}
.AnyTagClassName
{
color: #7D5DAF;
}
</style>
background-color css
<style>
a { background-color: #7D5DAF; }
a { background-color: rgb(125,93,175); }
div.DivClassName
{
background-color: #7D5DAF;
}
.BgClassName
{
background-color: #7D5DAF;
}
</style>
border-color css
<style>
span { border-color: #7D5DAF; }
span { border-color: rgb(125,93,175); }
td.TdClassName
{
border-color: #7D5DAF;
}
.TagClassName
{
border-color: #7D5DAF;
}
</style>