#7557A4

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

Shades of Studio #7557A4

Tints of Studio #7557A4

Color information

#7557A4 (or 0x7557A4) is unknown color: approx Studio. HEX triplet: 75, 57 and A4. RGB value is (117,87,164). Sum of RGB (Red+Green+Blue) = 117+87+164=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 87 (34.38% from 255 or 23.64% from 368); Blue value is 164 (64.45% from 255 or 44.57% from 368); Max value from RGB is 164 - color contains mainly: blue. Hex color #7557A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7557A4 is #8AA85B. Grayscale: #686868. Windows color (decimal): -9087068 or 10770293. OLE color: 10770293.

HSL color Cylindrical-coordinate representation of color #7557A4: hue angle of 263.38º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7557A4 is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11787164-
CMYK0.290.4700.36
HSL263.38º30.68%49.22%-
HSV(B)263.38º46.95%64.31%-
XYZ17.4513.2836.77-
YUV104.75161.44136.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.79%
GREEN value IS 87 (34.38% from 255) = 23.64%
BLUE value IS 164 (64.45% from 255) = 44.57%
R=31.79%
G=23.64%
B=44.57%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal117871640.290.4700.36263.3830.6849.22
Hex7557A41D2F0241071f31
Octal16512724435570444073761
Binary111010110101111010010011101101111010010010000011111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7557A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7557A4; }

 p { color: rgb(117,87,164); }

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

<style>
 a { background-color: #7557A4; }

 a { background-color: rgb(117,87,164); }

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

<style>
 span { border-color: #7557A4; }

 span { border-color: rgb(117,87,164); }

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