Html Css Color HEX #7357AF Blue Marguerite

📋 copy color: '#7357AF'

red 115 ◦ green 87 ◦ blue 175

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

Shades of Blue Marguerite #7357AF

Tints of Blue Marguerite #7357AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.42%

R = 30.5%
G = 23.08%
B = 46.42%

CMYK

 C value IS 0.34

 M value IS 0.50

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7357AF (or 0x7357AF) is known color: Blue Marguerite. HEX triplet: 73, 57 and AF. RGB value is (115,87,175). Sum of RGB (Red+Green+Blue) = 115+87+175=377 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.50% from 377); Green value is 87 (34.38% from 255 or 23.08% from 377); Blue value is 175 (68.75% from 255 or 46.42% from 377); Max value from RGB is 175 - color contains mainly: blue. Hex color #7357AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7357AF is #8CA850. Grayscale: #696969. Windows color (decimal): -9218129 or 11491187. OLE color: 11491187.

HSL color Cylindrical-coordinate representation of color #7357AF: hue angle of 259.09º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7357AF is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 115 87 175 -
CMYK 0.34 0.50 0 0.31
HSL 259.09º 0.35% 0.51% -
HSV(B) 259.09º 0.5% 0.69% -
XYZ 18.22 13.56 42.21 -
YUV 105.4 167.28 134.84 -
System Red Green Blue C M Y K H S L
Decimal 115 87 175 0.34 0.50 0 0.31 259.09 0.35 0.51
Hex 73 57 AF 22 32 0 1F 103 23 33
Octal 163 127 257 42 62 0 37 403 43 63
Binary 1110011 1010111 10101111 100010 110010 0 11111 100000011 100011 110011

Color Harmonies of #7357AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7357AF

Black with #7357AF

Text Example


Text Example

White with #7357AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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