#7749A0

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

Shades of Studio #7749A0

Tints of Studio #7749A0

Color information

#7749A0 (or 0x7749A0) is unknown color: approx Studio. HEX triplet: 77, 49 and A0. RGB value is (119,73,160). Sum of RGB (Red+Green+Blue) = 119+73+160=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 73 (28.91% from 255 or 20.74% from 352); Blue value is 160 (62.89% from 255 or 45.45% from 352); Max value from RGB is 160 - color contains mainly: blue. Hex color #7749A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7749A0 is #88B65F. Grayscale: #606060. Windows color (decimal): -8959584 or 10504567. OLE color: 10504567.

HSL color Cylindrical-coordinate representation of color #7749A0: hue angle of 271.72º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7749A0 is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB11973160-
CMYK0.260.5400.37
HSL271.72º37.34%45.69%-
HSV(B)271.72º54.37%62.75%-
XYZ16.3411.2334.56-
YUV96.67163.74143.93-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.81%
GREEN value IS 73 (28.91% from 255) = 20.74%
BLUE value IS 160 (62.89% from 255) = 45.45%
R=33.81%
G=20.74%
B=45.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal119731600.260.5400.37271.7237.3445.69
Hex7749A01A36025110252e
Octal16711124032660454204556
Binary1110111100100110100000110101101100100101100010000100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7749A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7749A0; }

 p { color: rgb(119,73,160); }

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

<style>
 a { background-color: #7749A0; }

 a { background-color: rgb(119,73,160); }

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

<style>
 span { border-color: #7749A0; }

 span { border-color: rgb(119,73,160); }

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