Html Css Color HEX #7E3AAA Studio

📋 copy color: '#7E3AAA'

red 126 ◦ green 58 ◦ blue 170

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

Shades of Studio #7E3AAA

Tints of Studio #7E3AAA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.38%

 BLUE value IS 170 (66.8% from 255) = 48.02%

R = 35.59%
G = 16.38%
B = 48.02%

CMYK

 C value IS 0.26

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7E3AAA (or 0x7E3AAA) is known color: Studio. HEX triplet: 7E, 3A and AA. RGB value is (126,58,170). Sum of RGB (Red+Green+Blue) = 126+58+170=354 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.59% from 354); Green value is 58 (23.05% from 255 or 16.38% from 354); Blue value is 170 (66.80% from 255 or 48.02% from 354); Max value from RGB is 170 - color contains mainly: blue. Hex color #7E3AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E3AAA is #81C555. Grayscale: #5A5A5A. Windows color (decimal): -8504662 or 11156094. OLE color: 11156094.

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

Color convert

RGB 126 58 170 -
CMYK 0.26 0.66 0 0.33
HSL 276.43º 0.49% 0.45% -
HSV(B) 276.43º 0.66% 0.67% -
XYZ 17.37 10.36 39.12 -
YUV 91.1 172.53 152.89 -
System Red Green Blue C M Y K H S L
Decimal 126 58 170 0.26 0.66 0 0.33 276.43 0.49 0.45
Hex 7E 3A AA 1A 42 0 21 114 31 2D
Octal 176 72 252 32 102 0 41 424 61 55
Binary 1111110 111010 10101010 11010 1000010 0 100001 100010100 110001 101101

Color Harmonies of #7E3AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3AAA

Black with #7E3AAA

Text Example


Text Example

White with #7E3AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,58,170); }

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

background-color css

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

 a { background-color: rgb(126,58,170); }

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

border-color css

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

 span { border-color: rgb(126,58,170); }

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