#7352B1

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

Shades of Blue Marguerite #7352B1

Tints of Blue Marguerite #7352B1

Color information

#7352B1 (or 0x7352B1) is unknown color: approx Blue Marguerite. HEX triplet: 73, 52 and B1. RGB value is (115,82,177). Sum of RGB (Red+Green+Blue) = 115+82+177=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 177 (69.53% from 255 or 47.33% from 374); Max value from RGB is 177 - color contains mainly: blue. Hex color #7352B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7352B1 is #8CAD4E. Grayscale: #666666. Windows color (decimal): -9219407 or 11620979. OLE color: 11620979.

HSL color Cylindrical-coordinate representation of color #7352B1: hue angle of 260.84º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7352B1 is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11582177-
CMYK0.350.5400.31
HSL260.84º37.85%50.78%-
HSV(B)260.84º53.67%69.41%-
XYZ18.0212.8543.13-
YUV102.7169.93136.78-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.75%
GREEN value IS 82 (32.42% from 255) = 21.93%
BLUE value IS 177 (69.53% from 255) = 47.33%
R=30.75%
G=21.93%
B=47.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal115821770.350.5400.31260.8437.8550.78
Hex7352B1233601F1052633
Octal16312226143660374054663
Binary1110011101001010110001100011110110011111100000101100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7352B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7352B1; }

 p { color: rgb(115,82,177); }

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

<style>
 a { background-color: #7352B1; }

 a { background-color: rgb(115,82,177); }

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

<style>
 span { border-color: #7352B1; }

 span { border-color: rgb(115,82,177); }

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