#7553AA

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

Shades of Studio #7553AA

Tints of Studio #7553AA

Color information

#7553AA (or 0x7553AA) is unknown color: approx Studio. HEX triplet: 75, 53 and AA. RGB value is (117,83,170). Sum of RGB (Red+Green+Blue) = 117+83+170=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 83 (32.81% from 255 or 22.43% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 170 - color contains mainly: blue. Hex color #7553AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7553AA is #8AAC55. Grayscale: #666666. Windows color (decimal): -9088086 or 11162485. OLE color: 11162485.

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

Color convert

RGB11783170-
CMYK0.310.5100.33
HSL263.45º34.39%49.61%-
HSV(B)263.45º51.18%66.67%-
XYZ17.6912.8739.58-
YUV103.08165.76137.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.62%
GREEN value IS 83 (32.81% from 255) = 22.43%
BLUE value IS 170 (66.80% from 255) = 45.95%
R=31.62%
G=22.43%
B=45.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117831700.310.5100.33263.4534.3949.61
Hex7553AA1F330211072232
Octal16512325237630414074262
Binary1110101101001110101010111111100110100001100000111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7553AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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