Html Css Color HEX #7353B1 Blue Marguerite

📋 copy color: '#7353B1'

red 115 ◦ green 83 ◦ blue 177

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

Shades of Blue Marguerite #7353B1

Tints of Blue Marguerite #7353B1

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.13%

 BLUE value IS 177 (69.53% from 255) = 47.2%

R = 30.67%
G = 22.13%
B = 47.2%

CMYK

 C value IS 0.35

 M value IS 0.53

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7353B1 (or 0x7353B1) is known color: Blue Marguerite. HEX triplet: 73, 53 and B1. RGB value is (115,83,177). Sum of RGB (Red+Green+Blue) = 115+83+177=375 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.67% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 177 (69.53% from 255 or 47.2% from 375); Max value from RGB is 177 - color contains mainly: blue. Hex color #7353B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7353B1 is #8CAC4E. Grayscale: #666666. Windows color (decimal): -9219151 or 11621235. OLE color: 11621235.

HSL color Cylindrical-coordinate representation of color #7353B1: hue angle of 260.43º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7353B1 is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 115 83 177 -
CMYK 0.35 0.53 0 0.31
HSL 260.43º 0.38% 0.51% -
HSV(B) 260.43º 0.53% 0.69% -
XYZ 18.1 13.01 43.15 -
YUV 103.28 169.6 136.36 -
System Red Green Blue C M Y K H S L
Decimal 115 83 177 0.35 0.53 0 0.31 260.43 0.38 0.51
Hex 73 53 B1 23 35 0 1F 104 26 33
Octal 163 123 261 43 65 0 37 404 46 63
Binary 1110011 1010011 10110001 100011 110101 0 11111 100000100 100110 110011

Color Harmonies of #7353B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7353B1

Black with #7353B1

Text Example


Text Example

White with #7353B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7353B1; }

 p { color: rgb(115,83,177); }

 H1.HeaderClassName
 {
   color: #7353B1;
 }
 .AnyTagClassName
 {
   color: #7353B1;
 }
</style>

background-color css

<style>
 a { background-color: #7353B1; }

 a { background-color: rgb(115,83,177); }

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

border-color css

<style>
 span { border-color: #7353B1; }

 span { border-color: rgb(115,83,177); }

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