#7747AD

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

Shades of Studio #7747AD

Tints of Studio #7747AD

Color information

#7747AD (or 0x7747AD) is unknown color: approx Studio. HEX triplet: 77, 47 and AD. RGB value is (119,71,173). Sum of RGB (Red+Green+Blue) = 119+71+173=363 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.78% from 363); Green value is 71 (28.12% from 255 or 19.56% from 363); Blue value is 173 (67.97% from 255 or 47.66% from 363); Max value from RGB is 173 - color contains mainly: blue. Hex color #7747AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7747AD is #88B852. Grayscale: #606060. Windows color (decimal): -8960083 or 11356023. OLE color: 11356023.

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

Color convert

RGB11971173-
CMYK0.310.5900.32
HSL268.24º41.8%47.84%-
HSV(B)268.24º58.96%67.84%-
XYZ17.411.4540.83-
YUV96.98170.9143.71-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.78%
GREEN value IS 71 (28.12% from 255) = 19.56%
BLUE value IS 173 (67.97% from 255) = 47.66%
R=32.78%
G=19.56%
B=47.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal119711730.310.5900.32268.2441.847.84
Hex7747AD1F3B02010c2a30
Octal16710725537730404145260
Binary1110111100011110101101111111110110100000100001100101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7747AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7747AD; }

 p { color: rgb(119,71,173); }

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

<style>
 a { background-color: #7747AD; }

 a { background-color: rgb(119,71,173); }

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

<style>
 span { border-color: #7747AD; }

 span { border-color: rgb(119,71,173); }

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