#7E479E

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

Shades of Studio #7E479E

Tints of Studio #7E479E

Color information

#7E479E (or 0x7E479E) is unknown color: approx Studio. HEX triplet: 7E, 47 and 9E. RGB value is (126,71,158). Sum of RGB (Red+Green+Blue) = 126+71+158=355 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.49% from 355); Green value is 71 (28.12% from 255 or 20% from 355); Blue value is 158 (62.11% from 255 or 44.51% from 355); Max value from RGB is 158 - color contains mainly: blue. Hex color #7E479E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E479E is #81B861. Grayscale: #616161. Windows color (decimal): -8501346 or 10372990. OLE color: 10372990.

HSL color Cylindrical-coordinate representation of color #7E479E: hue angle of 277.93º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7E479E is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12671158-
CMYK0.200.5500.38
HSL277.93º37.99%44.9%-
HSV(B)277.93º55.06%61.96%-
XYZ17.0311.4133.65-
YUV97.36162.22148.43-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.49%
GREEN value IS 71 (28.12% from 255) = 20%
BLUE value IS 158 (62.11% from 255) = 44.51%
R=35.49%
G=20%
B=44.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal126711580.200.5500.38277.9337.9944.9
Hex7E479E1437026116262d
Octal17610723624670464264655
Binary1111110100011110011110101001101110100110100010110100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E479E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,71,158); }

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

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

 a { background-color: rgb(126,71,158); }

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

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

 span { border-color: rgb(126,71,158); }

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