Html Css Color HEX #7747BA Studio

📋 copy color: '#7747BA'

red 119 ◦ green 71 ◦ blue 186

#7747BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Studio #7747BA

Tints of Studio #7747BA

RGB

 RED value IS 119 (46.88% from 255) = 31.65%

 GREEN value IS 71 (28.13% from 255) = 18.88%

 BLUE value IS 186 (73.05% from 255) = 49.47%

R = 31.65%
G = 18.88%
B = 49.47%

CMYK

 C value IS 0.36

 M value IS 0.62

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7747BA (or 0x7747BA) is known color: Studio. HEX triplet: 77, 47 and BA. RGB value is (119,71,186). Sum of RGB (Red+Green+Blue) = 119+71+186=376 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.65% from 376); Green value is 71 (28.12% from 255 or 18.88% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #7747BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7747BA is #88B845. Grayscale: #626262. Windows color (decimal): -8960070 or 12207991. OLE color: 12207991.

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

Color convert

RGB 119 71 186 -
CMYK 0.36 0.62 0 0.27
HSL 265.04º 0.45% 0.5% -
HSV(B) 265.04º 0.62% 0.73% -
XYZ 18.72 11.97 47.78 -
YUV 98.46 177.4 142.65 -
System Red Green Blue C M Y K H S L
Decimal 119 71 186 0.36 0.62 0 0.27 265.04 0.45 0.5
Hex 77 47 BA 24 3E 0 1B 109 2D 32
Octal 167 107 272 44 76 0 33 411 55 62
Binary 1110111 1000111 10111010 100100 111110 0 11011 100001001 101101 110010

Color Harmonies of #7747BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7747BA

Black with #7747BA

Text Example


Text Example

White with #7747BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7747BA;
 }
 .AnyTagClassName
 {
   color: #7747BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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