Html Css Color HEX #7E4CAE Studio

📋 copy color: '#7E4CAE'

red 126 ◦ green 76 ◦ blue 174

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

Shades of Studio #7E4CAE

Tints of Studio #7E4CAE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.21%

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

R = 33.51%
G = 20.21%
B = 46.28%

CMYK

 C value IS 0.28

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7E4CAE (or 0x7E4CAE) is known color: Studio. HEX triplet: 7E, 4C and AE. RGB value is (126,76,174). Sum of RGB (Red+Green+Blue) = 126+76+174=376 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.51% from 376); Green value is 76 (30.08% from 255 or 20.21% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 174 - color contains mainly: blue. Hex color #7E4CAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E4CAE is #81B351. Grayscale: #656565. Windows color (decimal): -8500050 or 11422846. OLE color: 11422846.

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

Color convert

RGB 126 76 174 -
CMYK 0.28 0.56 0 0.32
HSL 270.61º 0.39% 0.49% -
HSV(B) 270.61º 0.56% 0.68% -
XYZ 18.83 12.66 41.5 -
YUV 102.12 168.57 145.03 -
System Red Green Blue C M Y K H S L
Decimal 126 76 174 0.28 0.56 0 0.32 270.61 0.39 0.49
Hex 7E 4C AE 1C 38 0 20 10F 27 31
Octal 176 114 256 34 70 0 40 417 47 61
Binary 1111110 1001100 10101110 11100 111000 0 100000 100001111 100111 110001

Color Harmonies of #7E4CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4CAE

Black with #7E4CAE

Text Example


Text Example

White with #7E4CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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