#7F6FAC

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

Shades of Deluge #7F6FAC

Tints of Deluge #7F6FAC

Color information

#7F6FAC (or 0x7F6FAC) is unknown color: approx Deluge. HEX triplet: 7F, 6F and AC. RGB value is (127,111,172). Sum of RGB (Red+Green+Blue) = 127+111+172=410 (54% of max value = 765). Red value is 127 (50% from 255 or 30.98% from 410); Green value is 111 (43.75% from 255 or 27.07% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 172 - color contains mainly: blue. Hex color #7F6FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6FAC is #809053. Grayscale: #7A7A7A. Windows color (decimal): -8425556 or 11300735. OLE color: 11300735.

HSL color Cylindrical-coordinate representation of color #7F6FAC: hue angle of 255.74º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7F6FAC is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB127111172-
CMYK0.260.3500.33
HSL255.74º26.87%55.49%-
HSV(B)255.74º35.47%67.45%-
XYZ21.8818.8641.52-
YUV122.74155.8131.04-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.98%
GREEN value IS 111 (43.75% from 255) = 27.07%
BLUE value IS 172 (67.58% from 255) = 41.95%
R=30.98%
G=27.07%
B=41.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1271111720.260.3500.33255.7426.8755.49
Hex7F6FAC1A230211001b37
Octal17715725432430414003367
Binary111111111011111010110011010100011010000110000000011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,111,172); }

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

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

 a { background-color: rgb(127,111,172); }

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

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

 span { border-color: rgb(127,111,172); }

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