#7252B3

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

Shades of Blue Marguerite #7252B3

Tints of Blue Marguerite #7252B3

Color information

#7252B3 (or 0x7252B3) is unknown color: approx Blue Marguerite. HEX triplet: 72, 52 and B3. RGB value is (114,82,179). Sum of RGB (Red+Green+Blue) = 114+82+179=375 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.4% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 179 (70.31% from 255 or 47.73% from 375); Max value from RGB is 179 - color contains mainly: blue. Hex color #7252B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7252B3 is #8DAD4C. Grayscale: #666666. Windows color (decimal): -9284941 or 11752050. OLE color: 11752050.

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

Color convert

RGB11482179-
CMYK0.360.5400.30
HSL259.79º38.96%51.18%-
HSV(B)259.79º54.19%70.2%-
XYZ18.0912.8744.18-
YUV102.63171.1136.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.4%
GREEN value IS 82 (32.42% from 255) = 21.87%
BLUE value IS 179 (70.31% from 255) = 47.73%
R=30.4%
G=21.87%
B=47.73%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal114821790.360.5400.30259.7938.9651.18
Hex7252B3243601E1042733
Octal16212226344660364044763
Binary1110010101001010110011100100110110011110100000100100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7252B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,82,179); }

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

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

 a { background-color: rgb(114,82,179); }

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

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

 span { border-color: rgb(114,82,179); }

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