#7C5FA9

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

Shades of Deluge #7C5FA9

Tints of Deluge #7C5FA9

Color information

#7C5FA9 (or 0x7C5FA9) is unknown color: approx Deluge. HEX triplet: 7C, 5F and A9. RGB value is (124,95,169). Sum of RGB (Red+Green+Blue) = 124+95+169=388 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.96% from 388); Green value is 95 (37.5% from 255 or 24.48% from 388); Blue value is 169 (66.41% from 255 or 43.56% from 388); Max value from RGB is 169 - color contains mainly: blue. Hex color #7C5FA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C5FA9 is #83A056. Grayscale: #6F6F6F. Windows color (decimal): -8626263 or 11100028. OLE color: 11100028.

HSL color Cylindrical-coordinate representation of color #7C5FA9: hue angle of 263.51º 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 #7C5FA9 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB12495169-
CMYK0.270.4400.34
HSL263.51º30.08%51.76%-
HSV(B)263.51º43.79%66.27%-
XYZ19.5715.3339.46-
YUV112.11160.11136.48-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.96%
GREEN value IS 95 (37.5% from 255) = 24.48%
BLUE value IS 169 (66.41% from 255) = 43.56%
R=31.96%
G=24.48%
B=43.56%

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
Decimal124951690.270.4400.34263.5130.0851.76
Hex7C5FA91B2C0221081e34
Octal17413725133540424103664
Binary111110010111111010100111011101100010001010000100011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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