#7552AA

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

Shades of Studio #7552AA

Tints of Studio #7552AA

Color information

#7552AA (or 0x7552AA) is unknown color: approx Studio. HEX triplet: 75, 52 and AA. RGB value is (117,82,170). Sum of RGB (Red+Green+Blue) = 117+82+170=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 82 (32.42% from 255 or 22.22% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 170 - color contains mainly: blue. Hex color #7552AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7552AA is #8AAD55. Grayscale: #666666. Windows color (decimal): -9088342 or 11162229. OLE color: 11162229.

HSL color Cylindrical-coordinate representation of color #7552AA: hue angle of 263.86º 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 #7552AA is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11782170-
CMYK0.310.5200.33
HSL263.86º34.92%49.41%-
HSV(B)263.86º51.76%66.67%-
XYZ17.6112.7239.56-
YUV102.5166.1138.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.71%
GREEN value IS 82 (32.42% from 255) = 22.22%
BLUE value IS 170 (66.80% from 255) = 46.07%
R=31.71%
G=22.22%
B=46.07%

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
Decimal117821700.310.5200.33263.8634.9249.41
Hex7552AA1F340211082331
Octal16512225237640414104361
Binary1110101101001010101010111111101000100001100001000100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7552AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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