Html Css Color HEX #7E5EAD Deluge

📋 copy color: '#7E5EAD'

red 126 ◦ green 94 ◦ blue 173

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

Shades of Deluge #7E5EAD

Tints of Deluge #7E5EAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.02%

R = 32.06%
G = 23.92%
B = 44.02%

CMYK

 C value IS 0.27

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7E5EAD (or 0x7E5EAD) is known color: Deluge. HEX triplet: 7E, 5E and AD. RGB value is (126,94,173). Sum of RGB (Red+Green+Blue) = 126+94+173=393 (52% of max value = 765). Red value is 126 (49.61% from 255 or 32.06% from 393); Green value is 94 (37.11% from 255 or 23.92% from 393); Blue value is 173 (67.97% from 255 or 44.02% from 393); Max value from RGB is 173 - color contains mainly: blue. Hex color #7E5EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E5EAD is #81A152. Grayscale: #707070. Windows color (decimal): -8495443 or 11361918. OLE color: 11361918.

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

Color convert

RGB 126 94 173 -
CMYK 0.27 0.46 0 0.32
HSL 264.3º 0.33% 0.52% -
HSV(B) 264.3º 0.46% 0.68% -
XYZ 20.15 15.46 41.46 -
YUV 112.57 162.1 137.58 -
System Red Green Blue C M Y K H S L
Decimal 126 94 173 0.27 0.46 0 0.32 264.3 0.33 0.52
Hex 7E 5E AD 1B 2E 0 20 108 21 34
Octal 176 136 255 33 56 0 40 410 41 64
Binary 1111110 1011110 10101101 11011 101110 0 100000 100001000 100001 110100

Color Harmonies of #7E5EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5EAD

Black with #7E5EAD

Text Example


Text Example

White with #7E5EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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