#7F5EAA

Color #7F5EAA Deluge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deluge #7F5EAA

Tints of Deluge #7F5EAA

Color information

#7F5EAA (or 0x7F5EAA) is unknown color: approx Deluge. HEX triplet: 7F, 5E and AA. RGB value is (127,94,170). Sum of RGB (Red+Green+Blue) = 127+94+170=391 (51% of max value = 765). Red value is 127 (50% from 255 or 32.48% from 391); Green value is 94 (37.11% from 255 or 24.04% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 170 - color contains mainly: blue. Hex color #7F5EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F5EAA is #80A155. Grayscale: #707070. Windows color (decimal): -8429910 or 11165311. OLE color: 11165311.

HSL color Cylindrical-coordinate representation of color #7F5EAA: hue angle of 266.05º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7F5EAA is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12794170-
CMYK0.250.4500.33
HSL266.05º30.89%51.76%-
HSV(B)266.05º44.71%66.67%-
XYZ20.0115.4239.95-
YUV112.53160.43138.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 127 (50% from 255) = 32.48%
GREEN value IS 94 (37.11% from 255) = 24.04%
BLUE value IS 170 (66.80% from 255) = 43.48%
R=32.48%
G=24.04%
B=43.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal127941700.250.4500.33266.0530.8951.76
Hex7F5EAA192D02110a1f34
Octal17713625231550414123764
Binary111111110111101010101011001101101010000110000101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F5EAA; }

 p { color: rgb(127,94,170); }

 H1.HeaderClassName
 {
   color: #7F5EAA;
 }
 .AnyTagClassName
 {
   color: #7F5EAA;
 }
</style>
background-color css

<style>
 a { background-color: #7F5EAA; }

 a { background-color: rgb(127,94,170); }

 div.DivClassName
 {
   background-color: #7F5EAA;
 }
 .BgClassName
 {
   background-color: #7F5EAA;
 }
</style>
border-color css

<style>
 span { border-color: #7F5EAA; }

 span { border-color: rgb(127,94,170); }

 td.TdClassName
 {
   border-color: #7F5EAA;
 }
 .TagClassName
 {
   border-color: #7F5EAA;
 }
</style>