Html Css Color HEX #7741BB Studio

📋 copy color: '#7741BB'

red 119 ◦ green 65 ◦ blue 187

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

Shades of Studio #7741BB

Tints of Studio #7741BB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.52%

 BLUE value IS 187 (73.44% from 255) = 50.4%

R = 32.08%
G = 17.52%
B = 50.4%

CMYK

 C value IS 0.36

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7741BB (or 0x7741BB) is known color: Studio. HEX triplet: 77, 41 and BB. RGB value is (119,65,187). Sum of RGB (Red+Green+Blue) = 119+65+187=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 187 (73.44% from 255 or 50.40% from 371); Max value from RGB is 187 - color contains mainly: blue. Hex color #7741BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7741BB is #88BE44. Grayscale: #5E5E5E. Windows color (decimal): -8961605 or 12271991. OLE color: 12271991.

HSL color Cylindrical-coordinate representation of color #7741BB: hue angle of 266.56º 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 #7741BB is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 119 65 187 -
CMYK 0.36 0.65 0 0.27
HSL 266.56º 0.48% 0.49% -
HSV(B) 266.56º 0.65% 0.73% -
XYZ 18.47 11.29 48.22 -
YUV 95.05 179.89 145.08 -
System Red Green Blue C M Y K H S L
Decimal 119 65 187 0.36 0.65 0 0.27 266.56 0.48 0.49
Hex 77 41 BB 24 41 0 1B 10B 30 31
Octal 167 101 273 44 101 0 33 413 60 61
Binary 1110111 1000001 10111011 100100 1000001 0 11011 100001011 110000 110001

Color Harmonies of #7741BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7741BB

Black with #7741BB

Text Example


Text Example

White with #7741BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7741BB;
 }
 .AnyTagClassName
 {
   color: #7741BB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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