Html Css Color HEX #7259AE Blue Marguerite

📋 copy color: '#7259AE'

red 114 ◦ green 89 ◦ blue 174

#7259AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Marguerite #7259AE

Tints of Blue Marguerite #7259AE

RGB

 RED value IS 114 (44.92% from 255) = 30.24%

 GREEN value IS 89 (35.16% from 255) = 23.61%

 BLUE value IS 174 (68.36% from 255) = 46.15%

R = 30.24%
G = 23.61%
B = 46.15%

CMYK

 C value IS 0.34

 M value IS 0.49

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7259AE (or 0x7259AE) is known color: Blue Marguerite. HEX triplet: 72, 59 and AE. RGB value is (114,89,174). Sum of RGB (Red+Green+Blue) = 114+89+174=377 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.24% from 377); Green value is 89 (35.16% from 255 or 23.61% from 377); Blue value is 174 (68.36% from 255 or 46.15% from 377); Max value from RGB is 174 - color contains mainly: blue. Hex color #7259AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7259AE is #8DA651. Grayscale: #696969. Windows color (decimal): -9283154 or 11426162. OLE color: 11426162.

HSL color Cylindrical-coordinate representation of color #7259AE: hue angle of 257.65º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7259AE is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 114 89 174 -
CMYK 0.34 0.49 0 0.32
HSL 257.65º 0.34% 0.52% -
HSV(B) 257.65º 0.49% 0.68% -
XYZ 18.15 13.78 41.75 -
YUV 106.17 166.28 133.59 -
System Red Green Blue C M Y K H S L
Decimal 114 89 174 0.34 0.49 0 0.32 257.65 0.34 0.52
Hex 72 59 AE 22 31 0 20 102 22 34
Octal 162 131 256 42 61 0 40 402 42 64
Binary 1110010 1011001 10101110 100010 110001 0 100000 100000010 100010 110100

Color Harmonies of #7259AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7259AE

Black with #7259AE

Text Example


Text Example

White with #7259AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7259AE;
 }
 .AnyTagClassName
 {
   color: #7259AE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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