#7259B7

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

Shades of Blue Marguerite #7259B7

Tints of Blue Marguerite #7259B7

Color information

#7259B7 (or 0x7259B7) is unknown color: approx Blue Marguerite. HEX triplet: 72, 59 and B7. RGB value is (114,89,183). Sum of RGB (Red+Green+Blue) = 114+89+183=386 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.53% from 386); Green value is 89 (35.16% from 255 or 23.06% from 386); Blue value is 183 (71.88% from 255 or 47.41% from 386); Max value from RGB is 183 - color contains mainly: blue. Hex color #7259B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7259B7 is #8DA648. Grayscale: #6A6A6A. Windows color (decimal): -9283145 or 12015986. OLE color: 12015986.

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

Color convert

RGB11489183-
CMYK0.380.5100.28
HSL255.96º39.5%53.33%-
HSV(B)255.96º51.37%71.76%-
XYZ19.0614.1446.52-
YUV107.19170.78132.86-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.53%
GREEN value IS 89 (35.16% from 255) = 23.06%
BLUE value IS 183 (71.88% from 255) = 47.41%
R=29.53%
G=23.06%
B=47.41%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal114891830.380.5100.28255.9639.553.33
Hex7259B7263301C1002735
Octal16213126746630344004765
Binary1110010101100110110111100110110011011100100000000100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7259B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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