Html Css Color HEX #7E5AAA Studio

📋 copy color: '#7E5AAA'

red 126 ◦ green 90 ◦ blue 170

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

Shades of Studio #7E5AAA

Tints of Studio #7E5AAA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.32%

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

R = 32.64%
G = 23.32%
B = 44.04%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7E5AAA (or 0x7E5AAA) is known color: Studio. HEX triplet: 7E, 5A and AA. RGB value is (126,90,170). Sum of RGB (Red+Green+Blue) = 126+90+170=386 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.64% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 170 - color contains mainly: blue. Hex color #7E5AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E5AAA is #81A555. Grayscale: #6D6D6D. Windows color (decimal): -8496470 or 11164286. OLE color: 11164286.

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

Color convert

RGB 126 90 170 -
CMYK 0.26 0.47 0 0.33
HSL 267º 0.32% 0.51% -
HSV(B) 267º 0.47% 0.67% -
XYZ 19.52 14.65 39.83 -
YUV 109.88 161.93 139.5 -
System Red Green Blue C M Y K H S L
Decimal 126 90 170 0.26 0.47 0 0.33 267 0.32 0.51
Hex 7E 5A AA 1A 2F 0 21 10B 20 33
Octal 176 132 252 32 57 0 41 413 40 63
Binary 1111110 1011010 10101010 11010 101111 0 100001 100001011 100000 110011

Color Harmonies of #7E5AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5AAA

Black with #7E5AAA

Text Example


Text Example

White with #7E5AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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