#7B5FA9

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

Shades of Deluge #7B5FA9

Tints of Deluge #7B5FA9

Color information

#7B5FA9 (or 0x7B5FA9) is unknown color: approx Deluge. HEX triplet: 7B, 5F and A9. RGB value is (123,95,169). Sum of RGB (Red+Green+Blue) = 123+95+169=387 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.78% from 387); Green value is 95 (37.5% from 255 or 24.55% from 387); Blue value is 169 (66.41% from 255 or 43.67% from 387); Max value from RGB is 169 - color contains mainly: blue. Hex color #7B5FA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5FA9 is #84A056. Grayscale: #6F6F6F. Windows color (decimal): -8691799 or 11100027. OLE color: 11100027.

HSL color Cylindrical-coordinate representation of color #7B5FA9: hue angle of 262.7º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7B5FA9 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB12395169-
CMYK0.270.4400.34
HSL262.7º30.08%51.76%-
HSV(B)262.7º43.79%66.27%-
XYZ19.4215.2639.46-
YUV111.81160.28135.98-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.78%
GREEN value IS 95 (37.5% from 255) = 24.55%
BLUE value IS 169 (66.41% from 255) = 43.67%
R=31.78%
G=24.55%
B=43.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal123951690.270.4400.34262.730.0851.76
Hex7B5FA91B2C0221071e34
Octal17313725133540424073664
Binary111101110111111010100111011101100010001010000011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,95,169); }

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

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

 a { background-color: rgb(123,95,169); }

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

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

 span { border-color: rgb(123,95,169); }

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