#7B6EAD

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

Shades of Deluge #7B6EAD

Tints of Deluge #7B6EAD

Color information

#7B6EAD (or 0x7B6EAD) is unknown color: approx Deluge. HEX triplet: 7B, 6E and AD. RGB value is (123,110,173). Sum of RGB (Red+Green+Blue) = 123+110+173=406 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.30% from 406); Green value is 110 (43.36% from 255 or 27.09% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 173 - color contains mainly: blue. Hex color #7B6EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6EAD is #849152. Grayscale: #787878. Windows color (decimal): -8687955 or 11366011. OLE color: 11366011.

HSL color Cylindrical-coordinate representation of color #7B6EAD: hue angle of 252.38º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7B6EAD is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB123110173-
CMYK0.290.3600.32
HSL252.38º27.75%55.49%-
HSV(B)252.38º36.42%67.84%-
XYZ21.2918.3841.96-
YUV121.07157.31129.38-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.30%
GREEN value IS 110 (43.36% from 255) = 27.09%
BLUE value IS 173 (67.97% from 255) = 42.61%
R=30.30%
G=27.09%
B=42.61%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1231101730.290.3600.32252.3827.7555.49
Hex7B6EAD1D24020fc1c37
Octal17315625535440403743467
Binary11110111101110101011011110110010001000001111110011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,110,173); }

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

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

 a { background-color: rgb(123,110,173); }

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

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

 span { border-color: rgb(123,110,173); }

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