#7F5EAE

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

Shades of Deluge #7F5EAE

Tints of Deluge #7F5EAE

Color information

#7F5EAE (or 0x7F5EAE) is unknown color: approx Deluge. HEX triplet: 7F, 5E and AE. RGB value is (127,94,174). Sum of RGB (Red+Green+Blue) = 127+94+174=395 (52% of max value = 765). Red value is 127 (50% from 255 or 32.15% from 395); Green value is 94 (37.11% from 255 or 23.80% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 174 - color contains mainly: blue. Hex color #7F5EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F5EAE is #80A151. Grayscale: #707070. Windows color (decimal): -8429906 or 11427455. OLE color: 11427455.

HSL color Cylindrical-coordinate representation of color #7F5EAE: hue angle of 264.75º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F5EAE is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12794174-
CMYK0.270.4600.32
HSL264.75º33.06%52.55%-
HSV(B)264.75º45.98%68.24%-
XYZ20.415.5741.98-
YUV112.99162.43138-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.15%
GREEN value IS 94 (37.11% from 255) = 23.80%
BLUE value IS 174 (68.36% from 255) = 44.05%
R=32.15%
G=23.80%
B=44.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal127941740.270.4600.32264.7533.0652.55
Hex7F5EAE1B2E0201092135
Octal17713625633560404114165
Binary1111111101111010101110110111011100100000100001001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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