#7640A7

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

Shades of Studio #7640A7

Tints of Studio #7640A7

Color information

#7640A7 (or 0x7640A7) is unknown color: approx Studio. HEX triplet: 76, 40 and A7. RGB value is (118,64,167). Sum of RGB (Red+Green+Blue) = 118+64+167=349 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.81% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 167 (65.62% from 255 or 47.85% from 349); Max value from RGB is 167 - color contains mainly: blue. Hex color #7640A7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7640A7 is #89BF58. Grayscale: #5B5B5B. Windows color (decimal): -9027417 or 10961014. OLE color: 10961014.

HSL color Cylindrical-coordinate representation of color #7640A7: hue angle of 271.46º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7640A7 is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB11864167-
CMYK0.290.6200.35
HSL271.46º44.59%45.29%-
HSV(B)271.46º61.68%65.49%-
XYZ16.2810.3137.69-
YUV91.89170.39146.62-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.81%
GREEN value IS 64 (25.39% from 255) = 18.34%
BLUE value IS 167 (65.62% from 255) = 47.85%
R=33.81%
G=18.34%
B=47.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal118641670.290.6200.35271.4644.5945.29
Hex7640A71D3E02310f2d2d
Octal16610024735760434175555
Binary1110110100000010100111111011111100100011100001111101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7640A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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