Html Css Color HEX #7149BB Blue Marguerite

📋 copy color: '#7149BB'

red 113 ◦ green 73 ◦ blue 187

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

Shades of Blue Marguerite #7149BB

Tints of Blue Marguerite #7149BB

RGB

 RED value IS 113 (44.53% from 255) = 30.29%

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

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

R = 30.29%
G = 19.57%
B = 50.13%

CMYK

 C value IS 0.40

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7149BB (or 0x7149BB) is known color: Blue Marguerite. HEX triplet: 71, 49 and BB. RGB value is (113,73,187). Sum of RGB (Red+Green+Blue) = 113+73+187=373 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.29% from 373); Green value is 73 (28.91% from 255 or 19.57% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #7149BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7149BB is #8EB644. Grayscale: #616161. Windows color (decimal): -9352773 or 12274033. OLE color: 12274033.

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

Color convert

RGB 113 73 187 -
CMYK 0.40 0.61 0 0.27
HSL 261.05º 0.46% 0.51% -
HSV(B) 261.05º 0.61% 0.73% -
XYZ 18.16 11.86 48.35 -
YUV 97.96 178.25 138.73 -
System Red Green Blue C M Y K H S L
Decimal 113 73 187 0.40 0.61 0 0.27 261.05 0.46 0.51
Hex 71 49 BB 28 3D 0 1B 105 2E 33
Octal 161 111 273 50 75 0 33 405 56 63
Binary 1110001 1001001 10111011 101000 111101 0 11011 100000101 101110 110011

Color Harmonies of #7149BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7149BB

Black with #7149BB

Text Example


Text Example

White with #7149BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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