#7741BA

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

Shades of Studio #7741BA

Tints of Studio #7741BA

Color information

#7741BA (or 0x7741BA) is unknown color: approx Studio. HEX triplet: 77, 41 and BA. RGB value is (119,65,186). Sum of RGB (Red+Green+Blue) = 119+65+186=370 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.16% from 370); Green value is 65 (25.78% from 255 or 17.57% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #7741BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7741BA is #88BE45. Grayscale: #5E5E5E. Windows color (decimal): -8961606 or 12206455. OLE color: 12206455.

HSL color Cylindrical-coordinate representation of color #7741BA: hue angle of 266.78º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7741BA is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11965186-
CMYK0.360.6500.27
HSL266.78º48.21%49.22%-
HSV(B)266.78º65.05%72.94%-
XYZ18.3611.2547.66-
YUV94.94179.39145.16-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.16%
GREEN value IS 65 (25.78% from 255) = 17.57%
BLUE value IS 186 (73.05% from 255) = 50.27%
R=32.16%
G=17.57%
B=50.27%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal119651860.360.6500.27266.7848.2149.22
Hex7741BA244101B10b3031
Octal167101272441010334136061
Binary11101111000001101110101001001000001011011100001011110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7741BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7741BA; }

 p { color: rgb(119,65,186); }

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

<style>
 a { background-color: #7741BA; }

 a { background-color: rgb(119,65,186); }

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

<style>
 span { border-color: #7741BA; }

 span { border-color: rgb(119,65,186); }

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