Html Css Color HEX #7E61AB Deluge

📋 copy color: '#7E61AB'

red 126 ◦ green 97 ◦ blue 171

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

Shades of Deluge #7E61AB

Tints of Deluge #7E61AB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.62%

 BLUE value IS 171 (67.19% from 255) = 43.4%

R = 31.98%
G = 24.62%
B = 43.4%

CMYK

 C value IS 0.26

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7E61AB (or 0x7E61AB) is known color: Deluge. HEX triplet: 7E, 61 and AB. RGB value is (126,97,171). Sum of RGB (Red+Green+Blue) = 126+97+171=394 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.98% from 394); Green value is 97 (38.28% from 255 or 24.62% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 171 - color contains mainly: blue. Hex color #7E61AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E61AB is #819E54. Grayscale: #717171. Windows color (decimal): -8494677 or 11231614. OLE color: 11231614.

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

Color convert

RGB 126 97 171 -
CMYK 0.26 0.43 0 0.33
HSL 263.51º 0.31% 0.53% -
HSV(B) 263.51º 0.43% 0.67% -
XYZ 20.23 15.93 40.54 -
YUV 114.11 160.11 136.48 -
System Red Green Blue C M Y K H S L
Decimal 126 97 171 0.26 0.43 0 0.33 263.51 0.31 0.53
Hex 7E 61 AB 1A 2B 0 21 108 1F 35
Octal 176 141 253 32 53 0 41 410 37 65
Binary 1111110 1100001 10101011 11010 101011 0 100001 100001000 11111 110101

Color Harmonies of #7E61AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E61AB

Black with #7E61AB

Text Example


Text Example

White with #7E61AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,97,171); }

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

background-color css

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

 a { background-color: rgb(126,97,171); }

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

border-color css

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

 span { border-color: rgb(126,97,171); }

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