Shades of Deluge #7D5FAC
Tints of Deluge #7D5FAC
RGB
CMYK
RGB Variations
Color information
#7D5FAC (or 0x7D5FAC) is known color: Deluge. HEX triplet: 7D, 5F and AC. RGB value is (125,95,172). Sum of RGB (Red+Green+Blue) = 125+95+172=392 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.89% from 392); Green value is 95 (37.5% from 255 or 24.23% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 172 - color contains mainly: blue. Hex color #7D5FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D5FAC is #82A053. Grayscale: #707070. Windows color (decimal): -8560724 or 11296637. OLE color: 11296637.
HSL color Cylindrical-coordinate representation of color #7D5FAC: hue angle of 263.38º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7D5FAC is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 95 | 172 | - |
| CMYK | 0.27 | 0.45 | 0 | 0.33 |
| HSL | 263.38º | 0.32% | 0.52% | - |
| HSV(B) | 263.38º | 0.45% | 0.67% | - |
| XYZ | 20 | 15.52 | 40.97 | - |
| YUV | 112.75 | 161.44 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 95 | 172 | 0.27 | 0.45 | 0 | 0.33 | 263.38 | 0.32 | 0.52 |
| Hex | 7D | 5F | AC | 1B | 2D | 0 | 21 | 107 | 20 | 34 |
| Octal | 175 | 137 | 254 | 33 | 55 | 0 | 41 | 407 | 40 | 64 |
| Binary | 1111101 | 1011111 | 10101100 | 11011 | 101101 | 0 | 100001 | 100000111 | 100000 | 110100 |
Color Harmonies of #7D5FAC
Complementary color
Monochromatic Colors of #7D5FAC
Black with #7D5FAC
Text Example
Text Example
White with #7D5FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5FAC; }
p { color: rgb(125,95,172); }
H1.HeaderClassName
{
color: #7D5FAC;
}
.AnyTagClassName
{
color: #7D5FAC;
}
</style>
background-color css
<style>
a { background-color: #7D5FAC; }
a { background-color: rgb(125,95,172); }
div.DivClassName
{
background-color: #7D5FAC;
}
.BgClassName
{
background-color: #7D5FAC;
}
</style>
border-color css
<style>
span { border-color: #7D5FAC; }
span { border-color: rgb(125,95,172); }
td.TdClassName
{
border-color: #7D5FAC;
}
.TagClassName
{
border-color: #7D5FAC;
}
</style>