#7543AB

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

Shades of Studio #7543AB

Tints of Studio #7543AB

Color information

#7543AB (or 0x7543AB) is unknown color: approx Studio. HEX triplet: 75, 43 and AB. RGB value is (117,67,171). Sum of RGB (Red+Green+Blue) = 117+67+171=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 67 (26.56% from 255 or 18.87% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 171 - color contains mainly: blue. Hex color #7543AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7543AB is #8ABC54. Grayscale: #5D5D5D. Windows color (decimal): -9092181 or 11223925. OLE color: 11223925.

HSL color Cylindrical-coordinate representation of color #7543AB: hue angle of 268.85º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7543AB is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11767171-
CMYK0.320.6100.33
HSL268.85º43.7%46.67%-
HSV(B)268.85º60.82%67.06%-
XYZ16.6910.7439.72-
YUV93.81171.56144.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.96%
GREEN value IS 67 (26.56% from 255) = 18.87%
BLUE value IS 171 (67.19% from 255) = 48.17%
R=32.96%
G=18.87%
B=48.17%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117671710.320.6100.33268.8543.746.67
Hex7543AB203D02110d2c2f
Octal16510325340750414155457
Binary11101011000011101010111000001111010100001100001101101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7543AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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