Shades of Deluge #7D64A2
Tints of Deluge #7D64A2
RGB
CMYK
RGB Variations
Color information
#7D64A2 (or 0x7D64A2) is known color: Deluge. HEX triplet: 7D, 64 and A2. RGB value is (125,100,162). Sum of RGB (Red+Green+Blue) = 125+100+162=387 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.30% from 387); Green value is 100 (39.45% from 255 or 25.84% from 387); Blue value is 162 (63.67% from 255 or 41.86% from 387); Max value from RGB is 162 - color contains mainly: blue. Hex color #7D64A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D64A2 is #829B5D. Grayscale: #727272. Windows color (decimal): -8559454 or 10642557. OLE color: 10642557.
HSL color Cylindrical-coordinate representation of color #7D64A2: hue angle of 264.19º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7D64A2 is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 125 | 100 | 162 | - |
| CMYK | 0.23 | 0.38 | 0 | 0.36 |
| HSL | 264.19º | 0.25% | 0.51% | - |
| HSV(B) | 264.19º | 0.38% | 0.64% | - |
| XYZ | 19.54 | 16.08 | 36.26 | - |
| YUV | 114.54 | 154.78 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 100 | 162 | 0.23 | 0.38 | 0 | 0.36 | 264.19 | 0.25 | 0.51 |
| Hex | 7D | 64 | A2 | 17 | 26 | 0 | 24 | 108 | 19 | 33 |
| Octal | 175 | 144 | 242 | 27 | 46 | 0 | 44 | 410 | 31 | 63 |
| Binary | 1111101 | 1100100 | 10100010 | 10111 | 100110 | 0 | 100100 | 100001000 | 11001 | 110011 |
Color Harmonies of #7D64A2
Complementary color
Monochromatic Colors of #7D64A2
Black with #7D64A2
Text Example
Text Example
White with #7D64A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D64A2; }
p { color: rgb(125,100,162); }
H1.HeaderClassName
{
color: #7D64A2;
}
.AnyTagClassName
{
color: #7D64A2;
}
</style>
background-color css
<style>
a { background-color: #7D64A2; }
a { background-color: rgb(125,100,162); }
div.DivClassName
{
background-color: #7D64A2;
}
.BgClassName
{
background-color: #7D64A2;
}
</style>
border-color css
<style>
span { border-color: #7D64A2; }
span { border-color: rgb(125,100,162); }
td.TdClassName
{
border-color: #7D64A2;
}
.TagClassName
{
border-color: #7D64A2;
}
</style>