#7551AA

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

Shades of Studio #7551AA

Tints of Studio #7551AA

Color information

#7551AA (or 0x7551AA) is unknown color: approx Studio. HEX triplet: 75, 51 and AA. RGB value is (117,81,170). Sum of RGB (Red+Green+Blue) = 117+81+170=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 81 (32.03% from 255 or 22.01% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 170 - color contains mainly: blue. Hex color #7551AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7551AA is #8AAE55. Grayscale: #656565. Windows color (decimal): -9088598 or 11161973. OLE color: 11161973.

HSL color Cylindrical-coordinate representation of color #7551AA: hue angle of 264.27º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7551AA is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11781170-
CMYK0.310.5200.33
HSL264.27º35.46%49.22%-
HSV(B)264.27º52.35%66.67%-
XYZ17.5312.5739.53-
YUV101.91166.43138.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.79%
GREEN value IS 81 (32.03% from 255) = 22.01%
BLUE value IS 170 (66.80% from 255) = 46.20%
R=31.79%
G=22.01%
B=46.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117811700.310.5200.33264.2735.4649.22
Hex7551AA1F340211082331
Octal16512125237640414104361
Binary1110101101000110101010111111101000100001100001000100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7551AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7551AA; }

 p { color: rgb(117,81,170); }

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

<style>
 a { background-color: #7551AA; }

 a { background-color: rgb(117,81,170); }

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

<style>
 span { border-color: #7551AA; }

 span { border-color: rgb(117,81,170); }

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