Html Css Color HEX #7E5EAE Deluge

📋 copy color: '#7E5EAE'

red 126 ◦ green 94 ◦ blue 174

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

Shades of Deluge #7E5EAE

Tints of Deluge #7E5EAE

RGB

 RED value IS 126 (49.61% from 255) = 31.98%

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

 BLUE value IS 174 (68.36% from 255) = 44.16%

R = 31.98%
G = 23.86%
B = 44.16%

CMYK

 C value IS 0.28

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7E5EAE (or 0x7E5EAE) is known color: Deluge. HEX triplet: 7E, 5E and AE. RGB value is (126,94,174). Sum of RGB (Red+Green+Blue) = 126+94+174=394 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.98% from 394); Green value is 94 (37.11% from 255 or 23.86% from 394); Blue value is 174 (68.36% from 255 or 44.16% from 394); Max value from RGB is 174 - color contains mainly: blue. Hex color #7E5EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E5EAE is #81A151. Grayscale: #707070. Windows color (decimal): -8495442 or 11427454. OLE color: 11427454.

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

Color convert

RGB 126 94 174 -
CMYK 0.28 0.46 0 0.32
HSL 264º 0.33% 0.53% -
HSV(B) 264º 0.46% 0.68% -
XYZ 20.25 15.5 41.97 -
YUV 112.69 162.6 137.5 -
System Red Green Blue C M Y K H S L
Decimal 126 94 174 0.28 0.46 0 0.32 264 0.33 0.53
Hex 7E 5E AE 1C 2E 0 20 108 21 35
Octal 176 136 256 34 56 0 40 410 41 65
Binary 1111110 1011110 10101110 11100 101110 0 100000 100001000 100001 110101

Color Harmonies of #7E5EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5EAE

Black with #7E5EAE

Text Example


Text Example

White with #7E5EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,94,174); }

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

background-color css

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

 a { background-color: rgb(126,94,174); }

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

border-color css

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

 span { border-color: rgb(126,94,174); }

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