Html Css Color HEX #7259AA Blue Marguerite

📋 copy color: '#7259AA'

red 114 ◦ green 89 ◦ blue 170

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

Shades of Blue Marguerite #7259AA

Tints of Blue Marguerite #7259AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 45.58%

R = 30.56%
G = 23.86%
B = 45.58%

CMYK

 C value IS 0.33

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7259AA (or 0x7259AA) is known color: Blue Marguerite. HEX triplet: 72, 59 and AA. RGB value is (114,89,170). Sum of RGB (Red+Green+Blue) = 114+89+170=373 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.56% from 373); Green value is 89 (35.16% from 255 or 23.86% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 170 - color contains mainly: blue. Hex color #7259AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7259AA is #8DA655. Grayscale: #696969. Windows color (decimal): -9283158 or 11164018. OLE color: 11164018.

HSL color Cylindrical-coordinate representation of color #7259AA: hue angle of 258.52º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7259AA is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 89 170 -
CMYK 0.33 0.48 0 0.33
HSL 258.52º 0.32% 0.51% -
HSV(B) 258.52º 0.48% 0.67% -
XYZ 17.77 13.62 39.72 -
YUV 105.71 164.28 133.91 -
System Red Green Blue C M Y K H S L
Decimal 114 89 170 0.33 0.48 0 0.33 258.52 0.32 0.51
Hex 72 59 AA 21 30 0 21 103 20 33
Octal 162 131 252 41 60 0 41 403 40 63
Binary 1110010 1011001 10101010 100001 110000 0 100001 100000011 100000 110011

Color Harmonies of #7259AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7259AA

Black with #7259AA

Text Example


Text Example

White with #7259AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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