Html Css Color HEX #7E73AD Deluge

📋 copy color: '#7E73AD'

red 126 ◦ green 115 ◦ blue 173

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

Shades of Deluge #7E73AD

Tints of Deluge #7E73AD

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.78%

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

R = 30.43%
G = 27.78%
B = 41.79%

CMYK

 C value IS 0.27

 M value IS 0.34

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7E73AD (or 0x7E73AD) is known color: Deluge. HEX triplet: 7E, 73 and AD. RGB value is (126,115,173). Sum of RGB (Red+Green+Blue) = 126+115+173=414 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.43% from 414); Green value is 115 (45.31% from 255 or 27.78% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 173 - color contains mainly: blue. Hex color #7E73AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E73AD is #818C52. Grayscale: #7C7C7C. Windows color (decimal): -8490067 or 11367294. OLE color: 11367294.

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

Color convert

RGB 126 115 173 -
CMYK 0.27 0.34 0 0.32
HSL 251.38º 0.26% 0.56% -
HSV(B) 251.38º 0.34% 0.68% -
XYZ 22.28 19.71 42.17 -
YUV 124.9 155.14 128.78 -
System Red Green Blue C M Y K H S L
Decimal 126 115 173 0.27 0.34 0 0.32 251.38 0.26 0.56
Hex 7E 73 AD 1B 22 0 20 FB 1A 38
Octal 176 163 255 33 42 0 40 373 32 70
Binary 1111110 1110011 10101101 11011 100010 0 100000 11111011 11010 111000

Color Harmonies of #7E73AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E73AD

Black with #7E73AD

Text Example


Text Example

White with #7E73AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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