#7545AA

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

Shades of Studio #7545AA

Tints of Studio #7545AA

Color information

#7545AA (or 0x7545AA) is unknown color: approx Studio. HEX triplet: 75, 45 and AA. RGB value is (117,69,170). Sum of RGB (Red+Green+Blue) = 117+69+170=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 69 (27.34% from 255 or 19.38% from 356); Blue value is 170 (66.80% from 255 or 47.75% from 356); Max value from RGB is 170 - color contains mainly: blue. Hex color #7545AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7545AA is #8ABA55. Grayscale: #5E5E5E. Windows color (decimal): -9091670 or 11158901. OLE color: 11158901.

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

Color convert

RGB11769170-
CMYK0.310.5900.33
HSL268.51º42.26%46.86%-
HSV(B)268.51º59.41%66.67%-
XYZ16.7210.9439.26-
YUV94.87170.4143.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.87%
GREEN value IS 69 (27.34% from 255) = 19.38%
BLUE value IS 170 (66.80% from 255) = 47.75%
R=32.87%
G=19.38%
B=47.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117691700.310.5900.33268.5142.2646.86
Hex7545AA1F3B02110d2a2f
Octal16510525237730414155257
Binary1110101100010110101010111111110110100001100001101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7545AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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