Html Css Color HEX #7359AA Blue Marguerite

📋 copy color: '#7359AA'

red 115 ◦ green 89 ◦ blue 170

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

Shades of Blue Marguerite #7359AA

Tints of Blue Marguerite #7359AA

RGB

 RED value IS 115 (45.31% from 255) = 30.75%

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

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

R = 30.75%
G = 23.8%
B = 45.45%

CMYK

 C value IS 0.32

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7359AA (or 0x7359AA) is known color: Blue Marguerite. HEX triplet: 73, 59 and AA. RGB value is (115,89,170). Sum of RGB (Red+Green+Blue) = 115+89+170=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 89 (35.16% from 255 or 23.80% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 170 - color contains mainly: blue. Hex color #7359AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7359AA is #8CA655. Grayscale: #696969. Windows color (decimal): -9217622 or 11164019. OLE color: 11164019.

HSL color Cylindrical-coordinate representation of color #7359AA: hue angle of 259.26º 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 #7359AA is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 89 170 -
CMYK 0.32 0.48 0 0.33
HSL 259.26º 0.32% 0.51% -
HSV(B) 259.26º 0.48% 0.67% -
XYZ 17.9 13.69 39.73 -
YUV 106.01 164.11 134.41 -
System Red Green Blue C M Y K H S L
Decimal 115 89 170 0.32 0.48 0 0.33 259.26 0.32 0.51
Hex 73 59 AA 20 30 0 21 103 20 33
Octal 163 131 252 40 60 0 41 403 40 63
Binary 1110011 1011001 10101010 100000 110000 0 100001 100000011 100000 110011

Color Harmonies of #7359AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7359AA

Black with #7359AA

Text Example


Text Example

White with #7359AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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