Html Css Color HEX #7E62AA Deluge

📋 copy color: '#7E62AA'

red 126 ◦ green 98 ◦ blue 170

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

Shades of Deluge #7E62AA

Tints of Deluge #7E62AA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.87%

 BLUE value IS 170 (66.8% from 255) = 43.15%

R = 31.98%
G = 24.87%
B = 43.15%

CMYK

 C value IS 0.26

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7E62AA (or 0x7E62AA) is known color: Deluge. HEX triplet: 7E, 62 and AA. RGB value is (126,98,170). Sum of RGB (Red+Green+Blue) = 126+98+170=394 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.98% from 394); Green value is 98 (38.67% from 255 or 24.87% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 170 - color contains mainly: blue. Hex color #7E62AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E62AA is #819D55. Grayscale: #727272. Windows color (decimal): -8494422 or 11166334. OLE color: 11166334.

HSL color Cylindrical-coordinate representation of color #7E62AA: hue angle of 263.33º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7E62AA is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 126 98 170 -
CMYK 0.26 0.42 0 0.33
HSL 263.33º 0.3% 0.53% -
HSV(B) 263.33º 0.42% 0.67% -
XYZ 20.23 16.07 40.07 -
YUV 114.58 159.28 136.15 -
System Red Green Blue C M Y K H S L
Decimal 126 98 170 0.26 0.42 0 0.33 263.33 0.3 0.53
Hex 7E 62 AA 1A 2A 0 21 107 1E 35
Octal 176 142 252 32 52 0 41 407 36 65
Binary 1111110 1100010 10101010 11010 101010 0 100001 100000111 11110 110101

Color Harmonies of #7E62AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E62AA

Black with #7E62AA

Text Example


Text Example

White with #7E62AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,98,170); }

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

background-color css

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

 a { background-color: rgb(126,98,170); }

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

border-color css

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

 span { border-color: rgb(126,98,170); }

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