Html Css Color HEX #7C5EAB Deluge

📋 copy color: '#7C5EAB'

red 124 ◦ green 94 ◦ blue 171

#7C5EAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deluge #7C5EAB

Tints of Deluge #7C5EAB

RGB

 RED value IS 124 (48.83% from 255) = 31.88%

 GREEN value IS 94 (37.11% from 255) = 24.16%

 BLUE value IS 171 (67.19% from 255) = 43.96%

R = 31.88%
G = 24.16%
B = 43.96%

CMYK

 C value IS 0.27

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7C5EAB (or 0x7C5EAB) is known color: Deluge. HEX triplet: 7C, 5E and AB. RGB value is (124,94,171). Sum of RGB (Red+Green+Blue) = 124+94+171=389 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.88% from 389); Green value is 94 (37.11% from 255 or 24.16% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: blue. Hex color #7C5EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C5EAB is #83A154. Grayscale: #6F6F6F. Windows color (decimal): -8626517 or 11230844. OLE color: 11230844.

HSL color Cylindrical-coordinate representation of color #7C5EAB: hue angle of 263.38º degrees, saturation: 0.31, 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 #7C5EAB is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 124 94 171 -
CMYK 0.27 0.45 0 0.33
HSL 263.38º 0.31% 0.52% -
HSV(B) 263.38º 0.45% 0.67% -
XYZ 19.67 15.23 40.43 -
YUV 111.75 161.44 136.74 -
System Red Green Blue C M Y K H S L
Decimal 124 94 171 0.27 0.45 0 0.33 263.38 0.31 0.52
Hex 7C 5E AB 1B 2D 0 21 107 1F 34
Octal 174 136 253 33 55 0 41 407 37 64
Binary 1111100 1011110 10101011 11011 101101 0 100001 100000111 11111 110100

Color Harmonies of #7C5EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5EAB

Black with #7C5EAB

Text Example


Text Example

White with #7C5EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,94,171); }

 H1.HeaderClassName
 {
   color: #7C5EAB;
 }
 .AnyTagClassName
 {
   color: #7C5EAB;
 }
</style>

background-color css

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

 a { background-color: rgb(124,94,171); }

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

border-color css

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

 span { border-color: rgb(124,94,171); }

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