#7B6BAD

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

Shades of Deluge #7B6BAD

Tints of Deluge #7B6BAD

Color information

#7B6BAD (or 0x7B6BAD) is unknown color: approx Deluge. HEX triplet: 7B, 6B and AD. RGB value is (123,107,173). Sum of RGB (Red+Green+Blue) = 123+107+173=403 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.52% from 403); Green value is 107 (42.19% from 255 or 26.55% from 403); Blue value is 173 (67.97% from 255 or 42.93% from 403); Max value from RGB is 173 - color contains mainly: blue. Hex color #7B6BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6BAD is #849452. Grayscale: #777777. Windows color (decimal): -8688723 or 11365243. OLE color: 11365243.

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

Color convert

RGB123107173-
CMYK0.290.3800.32
HSL254.55º28.7%54.9%-
HSV(B)254.55º38.15%67.84%-
XYZ20.9717.7441.85-
YUV119.31158.3130.63-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.52%
GREEN value IS 107 (42.19% from 255) = 26.55%
BLUE value IS 173 (67.97% from 255) = 42.93%
R=30.52%
G=26.55%
B=42.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1231071730.290.3800.32254.5528.754.9
Hex7B6BAD1D26020ff1d37
Octal17315325535460403773567
Binary11110111101011101011011110110011001000001111111111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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