Shades of Deluge #7F6AAF
Tints of Deluge #7F6AAF
RGB
CMYK
RGB Variations
Color information
#7F6AAF (or 0x7F6AAF) is known color: Deluge. HEX triplet: 7F, 6A and AF. RGB value is (127,106,175). Sum of RGB (Red+Green+Blue) = 127+106+175=408 (54% of max value = 765). Red value is 127 (50% from 255 or 31.13% from 408); Green value is 106 (41.80% from 255 or 25.98% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 175 - color contains mainly: blue. Hex color #7F6AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6AAF is #809550. Grayscale: #777777. Windows color (decimal): -8426833 or 11496063. OLE color: 11496063.
HSL color Cylindrical-coordinate representation of color #7F6AAF: hue angle of 258.26º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7F6AAF is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 127 | 106 | 175 | - |
| CMYK | 0.27 | 0.39 | 0 | 0.31 |
| HSL | 258.26º | 0.3% | 0.55% | - |
| HSV(B) | 258.26º | 0.39% | 0.69% | - |
| XYZ | 21.64 | 17.92 | 42.87 | - |
| YUV | 120.15 | 158.96 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 106 | 175 | 0.27 | 0.39 | 0 | 0.31 | 258.26 | 0.3 | 0.55 |
| Hex | 7F | 6A | AF | 1B | 27 | 0 | 1F | 102 | 1E | 37 |
| Octal | 177 | 152 | 257 | 33 | 47 | 0 | 37 | 402 | 36 | 67 |
| Binary | 1111111 | 1101010 | 10101111 | 11011 | 100111 | 0 | 11111 | 100000010 | 11110 | 110111 |
Color Harmonies of #7F6AAF
Complementary color
Monochromatic Colors of #7F6AAF
Black with #7F6AAF
Text Example
Text Example
White with #7F6AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6AAF; }
p { color: rgb(127,106,175); }
H1.HeaderClassName
{
color: #7F6AAF;
}
.AnyTagClassName
{
color: #7F6AAF;
}
</style>
background-color css
<style>
a { background-color: #7F6AAF; }
a { background-color: rgb(127,106,175); }
div.DivClassName
{
background-color: #7F6AAF;
}
.BgClassName
{
background-color: #7F6AAF;
}
</style>
border-color css
<style>
span { border-color: #7F6AAF; }
span { border-color: rgb(127,106,175); }
td.TdClassName
{
border-color: #7F6AAF;
}
.TagClassName
{
border-color: #7F6AAF;
}
</style>