Html Css Color HEX #7E4DAB Studio

📋 copy color: '#7E4DAB'

red 126 ◦ green 77 ◦ blue 171

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

Shades of Studio #7E4DAB

Tints of Studio #7E4DAB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.59%

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

R = 33.69%
G = 20.59%
B = 45.72%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7E4DAB (or 0x7E4DAB) is known color: Studio. HEX triplet: 7E, 4D and AB. RGB value is (126,77,171). Sum of RGB (Red+Green+Blue) = 126+77+171=374 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.69% from 374); Green value is 77 (30.47% from 255 or 20.59% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #7E4DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E4DAB is #81B254. Grayscale: #666666. Windows color (decimal): -8499797 or 11226494. OLE color: 11226494.

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

Color convert

RGB 126 77 171 -
CMYK 0.26 0.55 0 0.33
HSL 271.28º 0.38% 0.49% -
HSV(B) 271.28º 0.55% 0.67% -
XYZ 18.61 12.68 40 -
YUV 102.37 166.73 144.86 -
System Red Green Blue C M Y K H S L
Decimal 126 77 171 0.26 0.55 0 0.33 271.28 0.38 0.49
Hex 7E 4D AB 1A 37 0 21 10F 26 31
Octal 176 115 253 32 67 0 41 417 46 61
Binary 1111110 1001101 10101011 11010 110111 0 100001 100001111 100110 110001

Color Harmonies of #7E4DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4DAB

Black with #7E4DAB

Text Example


Text Example

White with #7E4DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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