#7150AE

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

Shades of Studio #7150AE

Tints of Studio #7150AE

Color information

#7150AE (or 0x7150AE) is unknown color: approx Studio. HEX triplet: 71, 50 and AE. RGB value is (113,80,174). Sum of RGB (Red+Green+Blue) = 113+80+174=367 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.79% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 174 (68.36% from 255 or 47.41% from 367); Max value from RGB is 174 - color contains mainly: blue. Hex color #7150AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7150AE is #8EAF51. Grayscale: #646464. Windows color (decimal): -9350994 or 11423857. OLE color: 11423857.

HSL color Cylindrical-coordinate representation of color #7150AE: hue angle of 261.06º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7150AE is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11380174-
CMYK0.350.5400.32
HSL261.06º37.01%49.8%-
HSV(B)261.06º54.02%68.24%-
XYZ17.3212.341.51-
YUV100.58169.43136.86-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.79%
GREEN value IS 80 (31.64% from 255) = 21.80%
BLUE value IS 174 (68.36% from 255) = 47.41%
R=30.79%
G=21.80%
B=47.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal113801740.350.5400.32261.0637.0149.8
Hex7150AE23360201052532
Octal16112025643660404054562
Binary11100011010000101011101000111101100100000100000101100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7150AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7150AE; }

 p { color: rgb(113,80,174); }

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

<style>
 a { background-color: #7150AE; }

 a { background-color: rgb(113,80,174); }

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

<style>
 span { border-color: #7150AE; }

 span { border-color: rgb(113,80,174); }

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