#7640AC

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

Shades of Studio #7640AC

Tints of Studio #7640AC

Color information

#7640AC (or 0x7640AC) is unknown color: approx Studio. HEX triplet: 76, 40 and AC. RGB value is (118,64,172). Sum of RGB (Red+Green+Blue) = 118+64+172=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 172 (67.58% from 255 or 48.59% from 354); Max value from RGB is 172 - color contains mainly: blue. Hex color #7640AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7640AC is #89BF53. Grayscale: #5C5C5C. Windows color (decimal): -9027412 or 11288694. OLE color: 11288694.

HSL color Cylindrical-coordinate representation of color #7640AC: hue angle of 270º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7640AC is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11864172-
CMYK0.310.6300.33
HSL270º45.76%46.27%-
HSV(B)270º62.79%67.45%-
XYZ16.7510.540.17-
YUV92.46172.89146.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.33%
GREEN value IS 64 (25.39% from 255) = 18.08%
BLUE value IS 172 (67.58% from 255) = 48.59%
R=33.33%
G=18.08%
B=48.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal118641720.310.6300.3327045.7646.27
Hex7640AC1F3F02110e2e2e
Octal16610025437770414165656
Binary1110110100000010101100111111111110100001100001110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7640AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7640AC; }

 p { color: rgb(118,64,172); }

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

<style>
 a { background-color: #7640AC; }

 a { background-color: rgb(118,64,172); }

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

<style>
 span { border-color: #7640AC; }

 span { border-color: rgb(118,64,172); }

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