Html Css Color HEX #7149BA Blue Marguerite

📋 copy color: '#7149BA'

red 113 ◦ green 73 ◦ blue 186

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

Shades of Blue Marguerite #7149BA

Tints of Blue Marguerite #7149BA

RGB

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

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

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

R = 30.38%
G = 19.62%
B = 50%

CMYK

 C value IS 0.39

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7149BA (or 0x7149BA) is known color: Blue Marguerite. HEX triplet: 71, 49 and BA. RGB value is (113,73,186). Sum of RGB (Red+Green+Blue) = 113+73+186=372 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.38% from 372); Green value is 73 (28.91% from 255 or 19.62% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #7149BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7149BA is #8EB645. Grayscale: #616161. Windows color (decimal): -9352774 or 12208497. OLE color: 12208497.

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

Color convert

RGB 113 73 186 -
CMYK 0.39 0.61 0 0.27
HSL 261.24º 0.45% 0.51% -
HSV(B) 261.24º 0.61% 0.73% -
XYZ 18.06 11.82 47.78 -
YUV 97.84 177.75 138.81 -
System Red Green Blue C M Y K H S L
Decimal 113 73 186 0.39 0.61 0 0.27 261.24 0.45 0.51
Hex 71 49 BA 27 3D 0 1B 105 2D 33
Octal 161 111 272 47 75 0 33 405 55 63
Binary 1110001 1001001 10111010 100111 111101 0 11011 100000101 101101 110011

Color Harmonies of #7149BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7149BA

Black with #7149BA

Text Example


Text Example

White with #7149BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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