#7149BA

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

Shades of Blue Marguerite #7149BA

Tints of Blue Marguerite #7149BA

Color information

#7149BA (or 0x7149BA) is unknown color: approx 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

RGB11373186-
CMYK0.390.6100.27
HSL261.24º45.02%50.78%-
HSV(B)261.24º60.75%72.94%-
XYZ18.0611.8247.78-
YUV97.84177.75138.81-

RGB Variations

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

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 (Cyan) values IS 0.39
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal113731860.390.6100.27261.2445.0250.78
Hex7149BA273D01B1052d33
Octal16111127247750334055563
Binary1110001100100110111010100111111101011011100000101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7149BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>