#7540AE

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

Shades of Studio #7540AE

Tints of Studio #7540AE

Color information

#7540AE (or 0x7540AE) is unknown color: approx Studio. HEX triplet: 75, 40 and AE. RGB value is (117,64,174). Sum of RGB (Red+Green+Blue) = 117+64+174=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 64 (25.39% from 255 or 18.03% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 174 - color contains mainly: blue. Hex color #7540AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7540AE is #8ABF51. Grayscale: #5C5C5C. Windows color (decimal): -9092946 or 11419765. OLE color: 11419765.

HSL color Cylindrical-coordinate representation of color #7540AE: hue angle of 268.91º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7540AE is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11764174-
CMYK0.330.6300.32
HSL268.91º46.22%46.67%-
HSV(B)268.91º63.22%68.24%-
XYZ16.8110.541.19-
YUV92.39174.06145.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.96%
GREEN value IS 64 (25.39% from 255) = 18.03%
BLUE value IS 174 (68.36% from 255) = 49.01%
R=32.96%
G=18.03%
B=49.01%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal117641740.330.6300.32268.9146.2246.67
Hex7540AE213F02010d2e2f
Octal16510025641770404155657
Binary11101011000000101011101000011111110100000100001101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7540AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,64,174); }

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

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

 a { background-color: rgb(117,64,174); }

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

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

 span { border-color: rgb(117,64,174); }

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