#7C5FAC

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

Shades of Deluge #7C5FAC

Tints of Deluge #7C5FAC

Color information

#7C5FAC (or 0x7C5FAC) is unknown color: approx Deluge. HEX triplet: 7C, 5F and AC. RGB value is (124,95,172). Sum of RGB (Red+Green+Blue) = 124+95+172=391 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.71% from 391); Green value is 95 (37.5% from 255 or 24.30% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 172 - color contains mainly: blue. Hex color #7C5FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C5FAC is #83A053. Grayscale: #707070. Windows color (decimal): -8626260 or 11296636. OLE color: 11296636.

HSL color Cylindrical-coordinate representation of color #7C5FAC: hue angle of 262.6º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7C5FAC is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12495172-
CMYK0.280.4500.33
HSL262.6º31.69%52.35%-
HSV(B)262.6º44.77%67.45%-
XYZ19.8515.4540.97-
YUV112.45161.61136.24-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.71%
GREEN value IS 95 (37.5% from 255) = 24.30%
BLUE value IS 172 (67.58% from 255) = 43.99%
R=31.71%
G=24.30%
B=43.99%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal124951720.280.4500.33262.631.6952.35
Hex7C5FAC1C2D0211072034
Octal17413725434550414074064
Binary1111100101111110101100111001011010100001100000111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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