#7550AC

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

Shades of Studio #7550AC

Tints of Studio #7550AC

Color information

#7550AC (or 0x7550AC) is unknown color: approx Studio. HEX triplet: 75, 50 and AC. RGB value is (117,80,172). Sum of RGB (Red+Green+Blue) = 117+80+172=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 172 - color contains mainly: blue. Hex color #7550AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7550AC is #8AAF53. Grayscale: #656565. Windows color (decimal): -9088852 or 11292789. OLE color: 11292789.

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

Color convert

RGB11780172-
CMYK0.320.5300.33
HSL264.13º36.51%49.41%-
HSV(B)264.13º53.49%67.45%-
XYZ17.6512.540.51-
YUV101.55167.76139.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.71%
GREEN value IS 80 (31.64% from 255) = 21.68%
BLUE value IS 172 (67.58% from 255) = 46.61%
R=31.71%
G=21.68%
B=46.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117801720.320.5300.33264.1336.5149.41
Hex7550AC20350211082531
Octal16512025440650414104561
Binary11101011010000101011001000001101010100001100001000100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7550AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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