#7E3CAA

Color #7E3CAA Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #7E3CAA

Tints of Studio #7E3CAA

Color information

#7E3CAA (or 0x7E3CAA) is unknown color: approx Studio. HEX triplet: 7E, 3C and AA. RGB value is (126,60,170). Sum of RGB (Red+Green+Blue) = 126+60+170=356 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.39% from 356); Green value is 60 (23.83% from 255 or 16.85% from 356); Blue value is 170 (66.80% from 255 or 47.75% from 356); Max value from RGB is 170 - color contains mainly: blue. Hex color #7E3CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E3CAA is #81C355. Grayscale: #5B5B5B. Windows color (decimal): -8504150 or 11156606. OLE color: 11156606.

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

Color convert

RGB12660170-
CMYK0.260.6500.33
HSL276º47.83%45.1%-
HSV(B)276º64.71%66.67%-
XYZ17.4810.5739.15-
YUV92.27171.87152.06-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.39%
GREEN value IS 60 (23.83% from 255) = 16.85%
BLUE value IS 170 (66.80% from 255) = 47.75%
R=35.39%
G=16.85%
B=47.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal126601700.260.6500.3327647.8345.1
Hex7E3CAA1A41021114302d
Octal17674252321010414246055
Binary1111110111100101010101101010000010100001100010100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7E3CAA;
 }
 .AnyTagClassName
 {
   color: #7E3CAA;
 }
</style>
background-color css

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

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

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

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

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

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