#7540AC

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

Shades of Studio #7540AC

Tints of Studio #7540AC

Color information

#7540AC (or 0x7540AC) is unknown color: approx Studio. HEX triplet: 75, 40 and AC. RGB value is (117,64,172). Sum of RGB (Red+Green+Blue) = 117+64+172=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 64 (25.39% from 255 or 18.13% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #7540AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7540AC is #8ABF53. Grayscale: #5B5B5B. Windows color (decimal): -9092948 or 11288693. OLE color: 11288693.

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

Color convert

RGB11764172-
CMYK0.320.6300.33
HSL269.44º45.76%46.27%-
HSV(B)269.44º62.79%67.45%-
XYZ16.6210.4340.17-
YUV92.16173.06145.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.14%
GREEN value IS 64 (25.39% from 255) = 18.13%
BLUE value IS 172 (67.58% from 255) = 48.73%
R=33.14%
G=18.13%
B=48.73%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117641720.320.6300.33269.4445.7646.27
Hex7540AC203F02110d2e2e
Octal16510025440770414155656
Binary11101011000000101011001000001111110100001100001101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7540AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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