Shades of Deluge #7F5FA6
Tints of Deluge #7F5FA6
RGB
CMYK
RGB Variations
Color information
#7F5FA6 (or 0x7F5FA6) is known color: Deluge. HEX triplet: 7F, 5F and A6. RGB value is (127,95,166). Sum of RGB (Red+Green+Blue) = 127+95+166=388 (51% of max value = 765). Red value is 127 (50% from 255 or 32.73% from 388); Green value is 95 (37.5% from 255 or 24.48% from 388); Blue value is 166 (65.23% from 255 or 42.78% from 388); Max value from RGB is 166 - color contains mainly: blue. Hex color #7F5FA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F5FA6 is #80A059. Grayscale: #707070. Windows color (decimal): -8429658 or 10903423. OLE color: 10903423.
HSL color Cylindrical-coordinate representation of color #7F5FA6: hue angle of 267.04º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7F5FA6 is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 127 | 95 | 166 | - |
| CMYK | 0.23 | 0.43 | 0 | 0.35 |
| HSL | 267.04º | 0.29% | 0.51% | - |
| HSV(B) | 267.04º | 0.43% | 0.65% | - |
| XYZ | 19.73 | 15.45 | 38.02 | - |
| YUV | 112.66 | 158.1 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 95 | 166 | 0.23 | 0.43 | 0 | 0.35 | 267.04 | 0.29 | 0.51 |
| Hex | 7F | 5F | A6 | 17 | 2B | 0 | 23 | 10B | 1D | 33 |
| Octal | 177 | 137 | 246 | 27 | 53 | 0 | 43 | 413 | 35 | 63 |
| Binary | 1111111 | 1011111 | 10100110 | 10111 | 101011 | 0 | 100011 | 100001011 | 11101 | 110011 |
Color Harmonies of #7F5FA6
Complementary color
Monochromatic Colors of #7F5FA6
Black with #7F5FA6
Text Example
Text Example
White with #7F5FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5FA6; }
p { color: rgb(127,95,166); }
H1.HeaderClassName
{
color: #7F5FA6;
}
.AnyTagClassName
{
color: #7F5FA6;
}
</style>
background-color css
<style>
a { background-color: #7F5FA6; }
a { background-color: rgb(127,95,166); }
div.DivClassName
{
background-color: #7F5FA6;
}
.BgClassName
{
background-color: #7F5FA6;
}
</style>
border-color css
<style>
span { border-color: #7F5FA6; }
span { border-color: rgb(127,95,166); }
td.TdClassName
{
border-color: #7F5FA6;
}
.TagClassName
{
border-color: #7F5FA6;
}
</style>