Shades of Deluge #7F5FAF
Tints of Deluge #7F5FAF
RGB
CMYK
RGB Variations
Color information
#7F5FAF (or 0x7F5FAF) is known color: Deluge. HEX triplet: 7F, 5F and AF. RGB value is (127,95,175). Sum of RGB (Red+Green+Blue) = 127+95+175=397 (52% of max value = 765). Red value is 127 (50% from 255 or 31.99% from 397); Green value is 95 (37.5% from 255 or 23.93% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 175 - color contains mainly: blue. Hex color #7F5FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F5FAF is #80A050. Grayscale: #717171. Windows color (decimal): -8429649 or 11493247. OLE color: 11493247.
HSL color Cylindrical-coordinate representation of color #7F5FAF: hue angle of 264º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F5FAF is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 127 | 95 | 175 | - |
| CMYK | 0.27 | 0.46 | 0 | 0.31 |
| HSL | 264º | 0.33% | 0.53% | - |
| HSV(B) | 264º | 0.46% | 0.69% | - |
| XYZ | 20.58 | 15.79 | 42.52 | - |
| YUV | 113.69 | 162.6 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 95 | 175 | 0.27 | 0.46 | 0 | 0.31 | 264 | 0.33 | 0.53 |
| Hex | 7F | 5F | AF | 1B | 2E | 0 | 1F | 108 | 21 | 35 |
| Octal | 177 | 137 | 257 | 33 | 56 | 0 | 37 | 410 | 41 | 65 |
| Binary | 1111111 | 1011111 | 10101111 | 11011 | 101110 | 0 | 11111 | 100001000 | 100001 | 110101 |
Color Harmonies of #7F5FAF
Complementary color
Monochromatic Colors of #7F5FAF
Black with #7F5FAF
Text Example
Text Example
White with #7F5FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5FAF; }
p { color: rgb(127,95,175); }
H1.HeaderClassName
{
color: #7F5FAF;
}
.AnyTagClassName
{
color: #7F5FAF;
}
</style>
background-color css
<style>
a { background-color: #7F5FAF; }
a { background-color: rgb(127,95,175); }
div.DivClassName
{
background-color: #7F5FAF;
}
.BgClassName
{
background-color: #7F5FAF;
}
</style>
border-color css
<style>
span { border-color: #7F5FAF; }
span { border-color: rgb(127,95,175); }
td.TdClassName
{
border-color: #7F5FAF;
}
.TagClassName
{
border-color: #7F5FAF;
}
</style>