Html Css Color HEX #7E74AD Deluge

📋 copy color: '#7E74AD'

red 126 ◦ green 116 ◦ blue 173

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

Shades of Deluge #7E74AD

Tints of Deluge #7E74AD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.95%

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

R = 30.36%
G = 27.95%
B = 41.69%

CMYK

 C value IS 0.27

 M value IS 0.33

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7E74AD (or 0x7E74AD) is known color: Deluge. HEX triplet: 7E, 74 and AD. RGB value is (126,116,173). Sum of RGB (Red+Green+Blue) = 126+116+173=415 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.36% from 415); Green value is 116 (45.70% from 255 or 27.95% from 415); Blue value is 173 (67.97% from 255 or 41.69% from 415); Max value from RGB is 173 - color contains mainly: blue. Hex color #7E74AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E74AD is #818B52. Grayscale: #7D7D7D. Windows color (decimal): -8489811 or 11367550. OLE color: 11367550.

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

Color convert

RGB 126 116 173 -
CMYK 0.27 0.33 0 0.32
HSL 250.53º 0.26% 0.57% -
HSV(B) 250.53º 0.33% 0.68% -
XYZ 22.39 19.94 42.2 -
YUV 125.49 154.81 128.37 -
System Red Green Blue C M Y K H S L
Decimal 126 116 173 0.27 0.33 0 0.32 250.53 0.26 0.57
Hex 7E 74 AD 1B 21 0 20 FB 1A 39
Octal 176 164 255 33 41 0 40 373 32 71
Binary 1111110 1110100 10101101 11011 100001 0 100000 11111011 11010 111001

Color Harmonies of #7E74AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E74AD

Black with #7E74AD

Text Example


Text Example

White with #7E74AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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