#7252B1

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

Shades of Blue Marguerite #7252B1

Tints of Blue Marguerite #7252B1

Color information

#7252B1 (or 0x7252B1) is unknown color: approx Blue Marguerite. HEX triplet: 72, 52 and B1. RGB value is (114,82,177). Sum of RGB (Red+Green+Blue) = 114+82+177=373 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.56% from 373); Green value is 82 (32.42% from 255 or 21.98% from 373); Blue value is 177 (69.53% from 255 or 47.45% from 373); Max value from RGB is 177 - color contains mainly: blue. Hex color #7252B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7252B1 is #8DAD4E. Grayscale: #666666. Windows color (decimal): -9284943 or 11620978. OLE color: 11620978.

HSL color Cylindrical-coordinate representation of color #7252B1: hue angle of 260.21º 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 #7252B1 is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11482177-
CMYK0.360.5400.31
HSL260.21º37.85%50.78%-
HSV(B)260.21º53.67%69.41%-
XYZ17.8912.7943.12-
YUV102.4170.1136.28-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.56%
GREEN value IS 82 (32.42% from 255) = 21.98%
BLUE value IS 177 (69.53% from 255) = 47.45%
R=30.56%
G=21.98%
B=47.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal114821770.360.5400.31260.2137.8550.78
Hex7252B1243601F1042633
Octal16212226144660374044663
Binary1110010101001010110001100100110110011111100000100100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7252B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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