#7647AC

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

Shades of Studio #7647AC

Tints of Studio #7647AC

Color information

#7647AC (or 0x7647AC) is unknown color: approx Studio. HEX triplet: 76, 47 and AC. RGB value is (118,71,172). Sum of RGB (Red+Green+Blue) = 118+71+172=361 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.69% from 361); Green value is 71 (28.12% from 255 or 19.67% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 172 - color contains mainly: blue. Hex color #7647AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7647AC is #89B853. Grayscale: #606060. Windows color (decimal): -9025620 or 11290486. OLE color: 11290486.

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

Color convert

RGB11871172-
CMYK0.310.5900.33
HSL267.92º41.56%47.65%-
HSV(B)267.92º58.72%67.45%-
XYZ17.1711.3440.31-
YUV96.57170.57143.29-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.69%
GREEN value IS 71 (28.12% from 255) = 19.67%
BLUE value IS 172 (67.58% from 255) = 47.65%
R=32.69%
G=19.67%
B=47.65%

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
Decimal118711720.310.5900.33267.9241.5647.65
Hex7647AC1F3B02110c2a30
Octal16610725437730414145260
Binary1110110100011110101100111111110110100001100001100101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7647AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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