#7E4FA4

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

Shades of Studio #7E4FA4

Tints of Studio #7E4FA4

Color information

#7E4FA4 (or 0x7E4FA4) is unknown color: approx Studio. HEX triplet: 7E, 4F and A4. RGB value is (126,79,164). Sum of RGB (Red+Green+Blue) = 126+79+164=369 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.15% from 369); Green value is 79 (31.25% from 255 or 21.41% from 369); Blue value is 164 (64.45% from 255 or 44.44% from 369); Max value from RGB is 164 - color contains mainly: blue. Hex color #7E4FA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E4FA4 is #81B05B. Grayscale: #666666. Windows color (decimal): -8499292 or 10768254. OLE color: 10768254.

HSL color Cylindrical-coordinate representation of color #7E4FA4: hue angle of 273.18º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7E4FA4 is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB12679164-
CMYK0.230.5200.36
HSL273.18º34.98%47.65%-
HSV(B)273.18º51.83%64.31%-
XYZ18.112.7136.62-
YUV102.74162.57144.59-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.15%
GREEN value IS 79 (31.25% from 255) = 21.41%
BLUE value IS 164 (64.45% from 255) = 44.44%
R=34.15%
G=21.41%
B=44.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal126791640.230.5200.36273.1834.9847.65
Hex7E4FA417340241112330
Octal17611724427640444214360
Binary1111110100111110100100101111101000100100100010001100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,79,164); }

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

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

 a { background-color: rgb(126,79,164); }

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

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

 span { border-color: rgb(126,79,164); }

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