#7849AC

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

Shades of Studio #7849AC

Tints of Studio #7849AC

Color information

#7849AC (or 0x7849AC) is unknown color: approx Studio. HEX triplet: 78, 49 and AC. RGB value is (120,73,172). Sum of RGB (Red+Green+Blue) = 120+73+172=365 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.88% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #7849AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7849AC is #87B653. Grayscale: #616161. Windows color (decimal): -8894036 or 11291000. OLE color: 11291000.

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

Color convert

RGB12073172-
CMYK0.300.5800.33
HSL268.48º40.41%48.04%-
HSV(B)268.48º57.56%67.45%-
XYZ17.5711.7440.37-
YUV98.34169.57143.45-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.88%
GREEN value IS 73 (28.91% from 255) = 20%
BLUE value IS 172 (67.58% from 255) = 47.12%
R=32.88%
G=20%
B=47.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal120731720.300.5800.33268.4840.4148.04
Hex7849AC1E3A02110c2830
Octal17011125436720414145060
Binary1111000100100110101100111101110100100001100001100101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7849AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,73,172); }

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

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

 a { background-color: rgb(120,73,172); }

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

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

 span { border-color: rgb(120,73,172); }

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