Html Css Color HEX #7357AA Blue Marguerite

📋 copy color: '#7357AA'

red 115 ◦ green 87 ◦ blue 170

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

Shades of Blue Marguerite #7357AA

Tints of Blue Marguerite #7357AA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.39%

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

R = 30.91%
G = 23.39%
B = 45.7%

CMYK

 C value IS 0.32

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7357AA (or 0x7357AA) is known color: Blue Marguerite. HEX triplet: 73, 57 and AA. RGB value is (115,87,170). Sum of RGB (Red+Green+Blue) = 115+87+170=372 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.91% from 372); Green value is 87 (34.38% from 255 or 23.39% from 372); Blue value is 170 (66.80% from 255 or 45.70% from 372); Max value from RGB is 170 - color contains mainly: blue. Hex color #7357AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7357AA is #8CA855. Grayscale: #686868. Windows color (decimal): -9218134 or 11163507. OLE color: 11163507.

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

Color convert

RGB 115 87 170 -
CMYK 0.32 0.49 0 0.33
HSL 260.24º 0.33% 0.5% -
HSV(B) 260.24º 0.49% 0.67% -
XYZ 17.73 13.36 39.67 -
YUV 104.83 164.78 135.25 -
System Red Green Blue C M Y K H S L
Decimal 115 87 170 0.32 0.49 0 0.33 260.24 0.33 0.5
Hex 73 57 AA 20 31 0 21 104 21 32
Octal 163 127 252 40 61 0 41 404 41 62
Binary 1110011 1010111 10101010 100000 110001 0 100001 100000100 100001 110010

Color Harmonies of #7357AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7357AA

Black with #7357AA

Text Example


Text Example

White with #7357AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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