Shades of Deluge #7D64AA
Tints of Deluge #7D64AA
RGB
CMYK
RGB Variations
Color information
#7D64AA (or 0x7D64AA) is known color: Deluge. HEX triplet: 7D, 64 and AA. RGB value is (125,100,170). Sum of RGB (Red+Green+Blue) = 125+100+170=395 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.65% from 395); Green value is 100 (39.45% from 255 or 25.32% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 170 - color contains mainly: blue. Hex color #7D64AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D64AA is #829B55. Grayscale: #737373. Windows color (decimal): -8559446 or 11166845. OLE color: 11166845.
HSL color Cylindrical-coordinate representation of color #7D64AA: hue angle of 261.43º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7D64AA is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 100 | 170 | - |
| CMYK | 0.26 | 0.41 | 0 | 0.33 |
| HSL | 261.43º | 0.29% | 0.53% | - |
| HSV(B) | 261.43º | 0.41% | 0.67% | - |
| XYZ | 20.27 | 16.38 | 40.12 | - |
| YUV | 115.46 | 158.78 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 100 | 170 | 0.26 | 0.41 | 0 | 0.33 | 261.43 | 0.29 | 0.53 |
| Hex | 7D | 64 | AA | 1A | 29 | 0 | 21 | 105 | 1D | 35 |
| Octal | 175 | 144 | 252 | 32 | 51 | 0 | 41 | 405 | 35 | 65 |
| Binary | 1111101 | 1100100 | 10101010 | 11010 | 101001 | 0 | 100001 | 100000101 | 11101 | 110101 |
Color Harmonies of #7D64AA
Complementary color
Monochromatic Colors of #7D64AA
Black with #7D64AA
Text Example
Text Example
White with #7D64AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D64AA; }
p { color: rgb(125,100,170); }
H1.HeaderClassName
{
color: #7D64AA;
}
.AnyTagClassName
{
color: #7D64AA;
}
</style>
background-color css
<style>
a { background-color: #7D64AA; }
a { background-color: rgb(125,100,170); }
div.DivClassName
{
background-color: #7D64AA;
}
.BgClassName
{
background-color: #7D64AA;
}
</style>
border-color css
<style>
span { border-color: #7D64AA; }
span { border-color: rgb(125,100,170); }
td.TdClassName
{
border-color: #7D64AA;
}
.TagClassName
{
border-color: #7D64AA;
}
</style>