#7150B3

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

Shades of Blue Marguerite #7150B3

Tints of Blue Marguerite #7150B3

Color information

#7150B3 (or 0x7150B3) is unknown color: approx Blue Marguerite. HEX triplet: 71, 50 and B3. RGB value is (113,80,179). Sum of RGB (Red+Green+Blue) = 113+80+179=372 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.38% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 179 (70.31% from 255 or 48.12% from 372); Max value from RGB is 179 - color contains mainly: blue. Hex color #7150B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7150B3 is #8EAF4C. Grayscale: #646464. Windows color (decimal): -9350989 or 11751537. OLE color: 11751537.

HSL color Cylindrical-coordinate representation of color #7150B3: hue angle of 260º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7150B3 is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB11380179-
CMYK0.370.5500.30
HSL260º39.44%50.78%-
HSV(B)260º55.31%70.2%-
XYZ17.8212.544.12-
YUV101.15171.93136.45-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.38%
GREEN value IS 80 (31.64% from 255) = 21.51%
BLUE value IS 179 (70.31% from 255) = 48.12%
R=30.38%
G=21.51%
B=48.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal113801790.370.5500.3026039.4450.78
Hex7150B3253701E1042733
Octal16112026345670364044763
Binary1110001101000010110011100101110111011110100000100100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7150B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7150B3; }

 p { color: rgb(113,80,179); }

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

<style>
 a { background-color: #7150B3; }

 a { background-color: rgb(113,80,179); }

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

<style>
 span { border-color: #7150B3; }

 span { border-color: rgb(113,80,179); }

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