Html Css Color HEX #7749BA Studio

📋 copy color: '#7749BA'

red 119 ◦ green 73 ◦ blue 186

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

Shades of Studio #7749BA

Tints of Studio #7749BA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.31%

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

R = 31.48%
G = 19.31%
B = 49.21%

CMYK

 C value IS 0.36

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7749BA (or 0x7749BA) is known color: Studio. HEX triplet: 77, 49 and BA. RGB value is (119,73,186). Sum of RGB (Red+Green+Blue) = 119+73+186=378 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.48% from 378); Green value is 73 (28.91% from 255 or 19.31% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #7749BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7749BA is #88B645. Grayscale: #636363. Windows color (decimal): -8959558 or 12208503. OLE color: 12208503.

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

Color convert

RGB 119 73 186 -
CMYK 0.36 0.61 0 0.27
HSL 264.42º 0.45% 0.51% -
HSV(B) 264.42º 0.61% 0.73% -
XYZ 18.85 12.23 47.82 -
YUV 99.64 176.74 141.81 -
System Red Green Blue C M Y K H S L
Decimal 119 73 186 0.36 0.61 0 0.27 264.42 0.45 0.51
Hex 77 49 BA 24 3D 0 1B 108 2D 33
Octal 167 111 272 44 75 0 33 410 55 63
Binary 1110111 1001001 10111010 100100 111101 0 11011 100001000 101101 110011

Color Harmonies of #7749BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7749BA

Black with #7749BA

Text Example


Text Example

White with #7749BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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