#7149BE

Color #7149BE Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #7149BE

Tints of Blue Marguerite #7149BE

Color information

#7149BE (or 0x7149BE) is unknown color: approx Blue Marguerite. HEX triplet: 71, 49 and BE. RGB value is (113,73,190). Sum of RGB (Red+Green+Blue) = 113+73+190=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #7149BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7149BE is #8EB641. Grayscale: #616161. Windows color (decimal): -9352770 or 12470641. OLE color: 12470641.

HSL color Cylindrical-coordinate representation of color #7149BE: hue angle of 260.51º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7149BE is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11373190-
CMYK0.410.6200.25
HSL260.51º47.37%51.57%-
HSV(B)260.51º61.58%74.51%-
XYZ18.4911.9950.06-
YUV98.3179.75138.49-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.05%
GREEN value IS 73 (28.91% from 255) = 19.41%
BLUE value IS 190 (74.61% from 255) = 50.53%
R=30.05%
G=19.41%
B=50.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal113731900.410.6200.25260.5147.3751.57
Hex7149BE293E0191052f34
Octal16111127651760314055764
Binary1110001100100110111110101001111110011001100000101101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7149BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7149BE;
 }
 .AnyTagClassName
 {
   color: #7149BE;
 }
</style>
background-color css

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

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

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

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

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

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