Html Css Color HEX #7E4BAE Studio

📋 copy color: '#7E4BAE'

red 126 ◦ green 75 ◦ blue 174

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

Shades of Studio #7E4BAE

Tints of Studio #7E4BAE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20%

 BLUE value IS 174 (68.36% from 255) = 46.4%

R = 33.6%
G = 20%
B = 46.4%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7E4BAE (or 0x7E4BAE) is known color: Studio. HEX triplet: 7E, 4B and AE. RGB value is (126,75,174). Sum of RGB (Red+Green+Blue) = 126+75+174=375 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.6% from 375); Green value is 75 (29.69% from 255 or 20% from 375); Blue value is 174 (68.36% from 255 or 46.4% from 375); Max value from RGB is 174 - color contains mainly: blue. Hex color #7E4BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E4BAE is #81B451. Grayscale: #656565. Windows color (decimal): -8500306 or 11422590. OLE color: 11422590.

HSL color Cylindrical-coordinate representation of color #7E4BAE: hue angle of 270.91º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7E4BAE is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 126 75 174 -
CMYK 0.28 0.57 0 0.32
HSL 270.91º 0.4% 0.49% -
HSV(B) 270.91º 0.57% 0.68% -
XYZ 18.76 12.52 41.47 -
YUV 101.54 168.9 145.45 -
System Red Green Blue C M Y K H S L
Decimal 126 75 174 0.28 0.57 0 0.32 270.91 0.4 0.49
Hex 7E 4B AE 1C 39 0 20 10F 28 31
Octal 176 113 256 34 71 0 40 417 50 61
Binary 1111110 1001011 10101110 11100 111001 0 100000 100001111 101000 110001

Color Harmonies of #7E4BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4BAE

Black with #7E4BAE

Text Example


Text Example

White with #7E4BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,75,174); }

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

background-color css

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

 a { background-color: rgb(126,75,174); }

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

border-color css

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

 span { border-color: rgb(126,75,174); }

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