Html Css Color HEX #7449BB Studio

📋 copy color: '#7449BB'

red 116 ◦ green 73 ◦ blue 187

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

Shades of Studio #7449BB

Tints of Studio #7449BB

RGB

 RED value IS 116 (45.7% from 255) = 30.85%

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

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

R = 30.85%
G = 19.41%
B = 49.73%

CMYK

 C value IS 0.38

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7449BB (or 0x7449BB) is known color: Studio. HEX triplet: 74, 49 and BB. RGB value is (116,73,187). Sum of RGB (Red+Green+Blue) = 116+73+187=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #7449BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7449BB is #8BB644. Grayscale: #626262. Windows color (decimal): -9156165 or 12274036. OLE color: 12274036.

HSL color Cylindrical-coordinate representation of color #7449BB: hue angle of 262.63º degrees, saturation: 0.46, 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 #7449BB is Cyan = 0.38, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 73 187 -
CMYK 0.38 0.61 0 0.27
HSL 262.63º 0.46% 0.51% -
HSV(B) 262.63º 0.61% 0.73% -
XYZ 18.55 12.07 48.36 -
YUV 98.85 177.75 140.23 -
System Red Green Blue C M Y K H S L
Decimal 116 73 187 0.38 0.61 0 0.27 262.63 0.46 0.51
Hex 74 49 BB 26 3D 0 1B 107 2E 33
Octal 164 111 273 46 75 0 33 407 56 63
Binary 1110100 1001001 10111011 100110 111101 0 11011 100000111 101110 110011

Color Harmonies of #7449BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7449BB

Black with #7449BB

Text Example


Text Example

White with #7449BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,73,187); }

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

background-color css

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

 a { background-color: rgb(116,73,187); }

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

border-color css

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

 span { border-color: rgb(116,73,187); }

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