#7252B7

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

Shades of Blue Marguerite #7252B7

Tints of Blue Marguerite #7252B7

Color information

#7252B7 (or 0x7252B7) is unknown color: approx Blue Marguerite. HEX triplet: 72, 52 and B7. RGB value is (114,82,183). Sum of RGB (Red+Green+Blue) = 114+82+183=379 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.08% from 379); Green value is 82 (32.42% from 255 or 21.64% from 379); Blue value is 183 (71.88% from 255 or 48.28% from 379); Max value from RGB is 183 - color contains mainly: blue. Hex color #7252B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7252B7 is #8DAD48. Grayscale: #666666. Windows color (decimal): -9284937 or 12014194. OLE color: 12014194.

HSL color Cylindrical-coordinate representation of color #7252B7: hue angle of 259.01º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7252B7 is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB11482183-
CMYK0.380.5500.28
HSL259.01º41.22%51.96%-
HSV(B)259.01º55.19%71.76%-
XYZ18.513.0346.34-
YUV103.08173.1135.79-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.08%
GREEN value IS 82 (32.42% from 255) = 21.64%
BLUE value IS 183 (71.88% from 255) = 48.28%
R=30.08%
G=21.64%
B=48.28%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal114821830.380.5500.28259.0141.2251.96
Hex7252B7263701C1032934
Octal16212226746670344035164
Binary1110010101001010110111100110110111011100100000011101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7252B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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