#7543B9

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

Shades of Studio #7543B9

Tints of Studio #7543B9

Color information

#7543B9 (or 0x7543B9) is unknown color: approx Studio. HEX triplet: 75, 43 and B9. RGB value is (117,67,185). Sum of RGB (Red+Green+Blue) = 117+67+185=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 67 (26.56% from 255 or 18.16% from 369); Blue value is 185 (72.66% from 255 or 50.14% from 369); Max value from RGB is 185 - color contains mainly: blue. Hex color #7543B9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7543B9 is #8ABC46. Grayscale: #5E5E5E. Windows color (decimal): -9092167 or 12141429. OLE color: 12141429.

HSL color Cylindrical-coordinate representation of color #7543B9: hue angle of 265.42º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7543B9 is Cyan = 0.37, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11767185-
CMYK0.370.6400.27
HSL265.42º46.83%49.41%-
HSV(B)265.42º63.78%72.55%-
XYZ18.111.347.13-
YUV95.4178.56143.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.71%
GREEN value IS 67 (26.56% from 255) = 18.16%
BLUE value IS 185 (72.66% from 255) = 50.14%
R=31.71%
G=18.16%
B=50.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal117671850.370.6400.27265.4246.8349.41
Hex7543B9254001B1092f31
Octal165103271451000334115761
Binary11101011000011101110011001011000000011011100001001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7543B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7543B9; }

 p { color: rgb(117,67,185); }

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

<style>
 a { background-color: #7543B9; }

 a { background-color: rgb(117,67,185); }

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

<style>
 span { border-color: #7543B9; }

 span { border-color: rgb(117,67,185); }

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