Html Css Color HEX #7E46AE Studio

📋 copy color: '#7E46AE'

red 126 ◦ green 70 ◦ blue 174

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

Shades of Studio #7E46AE

Tints of Studio #7E46AE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.92%

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

R = 34.05%
G = 18.92%
B = 47.03%

CMYK

 C value IS 0.28

 M value IS 0.60

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7E46AE (or 0x7E46AE) is known color: Studio. HEX triplet: 7E, 46 and AE. RGB value is (126,70,174). Sum of RGB (Red+Green+Blue) = 126+70+174=370 (49% of max value = 765). Red value is 126 (49.61% from 255 or 34.05% from 370); Green value is 70 (27.73% from 255 or 18.92% from 370); Blue value is 174 (68.36% from 255 or 47.03% from 370); Max value from RGB is 174 - color contains mainly: blue. Hex color #7E46AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E46AE is #81B951. Grayscale: #626262. Windows color (decimal): -8501586 or 11421310. OLE color: 11421310.

HSL color Cylindrical-coordinate representation of color #7E46AE: hue angle of 272.31º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7E46AE is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 126 70 174 -
CMYK 0.28 0.60 0 0.32
HSL 272.31º 0.43% 0.48% -
HSV(B) 272.31º 0.6% 0.68% -
XYZ 18.43 11.87 41.36 -
YUV 98.6 170.55 147.54 -
System Red Green Blue C M Y K H S L
Decimal 126 70 174 0.28 0.60 0 0.32 272.31 0.43 0.48
Hex 7E 46 AE 1C 3C 0 20 110 2B 30
Octal 176 106 256 34 74 0 40 420 53 60
Binary 1111110 1000110 10101110 11100 111100 0 100000 100010000 101011 110000

Color Harmonies of #7E46AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E46AE

Black with #7E46AE

Text Example


Text Example

White with #7E46AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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