#7B6AAF

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

Shades of Deluge #7B6AAF

Tints of Deluge #7B6AAF

Color information

#7B6AAF (or 0x7B6AAF) is unknown color: approx Deluge. HEX triplet: 7B, 6A and AF. RGB value is (123,106,175). Sum of RGB (Red+Green+Blue) = 123+106+175=404 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.45% from 404); Green value is 106 (41.80% from 255 or 26.24% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 175 - color contains mainly: blue. Hex color #7B6AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6AAF is #849550. Grayscale: #767676. Windows color (decimal): -8688977 or 11496059. OLE color: 11496059.

HSL color Cylindrical-coordinate representation of color #7B6AAF: hue angle of 254.78º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7B6AAF is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB123106175-
CMYK0.300.3900.31
HSL254.78º30.13%55.1%-
HSV(B)254.78º39.43%68.63%-
XYZ21.0617.6142.85-
YUV118.95159.63130.89-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.45%
GREEN value IS 106 (41.80% from 255) = 26.24%
BLUE value IS 175 (68.75% from 255) = 43.32%
R=30.45%
G=26.24%
B=43.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1231061750.300.3900.31254.7830.1355.1
Hex7B6AAF1E2701Fff1e37
Octal17315225736470373773667
Binary1111011110101010101111111101001110111111111111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,106,175); }

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

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

 a { background-color: rgb(123,106,175); }

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

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

 span { border-color: rgb(123,106,175); }

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