#7E71B2

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

Shades of Deluge #7E71B2

Tints of Deluge #7E71B2

Color information

#7E71B2 (or 0x7E71B2) is unknown color: approx Deluge. HEX triplet: 7E, 71 and B2. RGB value is (126,113,178). Sum of RGB (Red+Green+Blue) = 126+113+178=417 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.22% from 417); Green value is 113 (44.53% from 255 or 27.10% from 417); Blue value is 178 (69.92% from 255 or 42.69% from 417); Max value from RGB is 178 - color contains mainly: blue. Hex color #7E71B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E71B2 is #818E4D. Grayscale: #7C7C7C. Windows color (decimal): -8490574 or 11694462. OLE color: 11694462.

HSL color Cylindrical-coordinate representation of color #7E71B2: hue angle of 252º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7E71B2 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB126113178-
CMYK0.290.3700.30
HSL252º29.68%57.06%-
HSV(B)252º36.52%69.8%-
XYZ22.5519.4644.69-
YUV124.3158.31129.21-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.22%
GREEN value IS 113 (44.53% from 255) = 27.10%
BLUE value IS 178 (69.92% from 255) = 42.69%
R=30.22%
G=27.10%
B=42.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1261131780.290.3700.3025229.6857.06
Hex7E71B21D2501Efc1e39
Octal17616126235450363743671
Binary1111110111000110110010111011001010111101111110011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E71B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,113,178); }

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

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

 a { background-color: rgb(126,113,178); }

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

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

 span { border-color: rgb(126,113,178); }

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