Html Css Color HEX #7E40AB Studio

📋 copy color: '#7E40AB'

red 126 ◦ green 64 ◦ blue 171

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

Shades of Studio #7E40AB

Tints of Studio #7E40AB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.73%

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

R = 34.9%
G = 17.73%
B = 47.37%

CMYK

 C value IS 0.26

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7E40AB (or 0x7E40AB) is known color: Studio. HEX triplet: 7E, 40 and AB. RGB value is (126,64,171). Sum of RGB (Red+Green+Blue) = 126+64+171=361 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.90% from 361); Green value is 64 (25.39% from 255 or 17.73% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 171 - color contains mainly: blue. Hex color #7E40AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E40AB is #81BF54. Grayscale: #5E5E5E. Windows color (decimal): -8503125 or 11223166. OLE color: 11223166.

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

Color convert

RGB 126 64 171 -
CMYK 0.26 0.63 0 0.33
HSL 274.77º 0.46% 0.46% -
HSV(B) 274.77º 0.63% 0.67% -
XYZ 17.79 11.04 39.72 -
YUV 94.74 171.04 150.3 -
System Red Green Blue C M Y K H S L
Decimal 126 64 171 0.26 0.63 0 0.33 274.77 0.46 0.46
Hex 7E 40 AB 1A 3F 0 21 113 2E 2E
Octal 176 100 253 32 77 0 41 423 56 56
Binary 1111110 1000000 10101011 11010 111111 0 100001 100010011 101110 101110

Color Harmonies of #7E40AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E40AB

Black with #7E40AB

Text Example


Text Example

White with #7E40AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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